mirror of https://github.com/zeldaret/tmc.git
Extract pointers from data_089FC6C4.s
This commit is contained in:
parent
c500678e75
commit
7c2032559f
1480
data/data_080029B4.s
1480
data/data_080029B4.s
File diff suppressed because it is too large
Load Diff
1125
data/data_081320FC.s
1125
data/data_081320FC.s
File diff suppressed because it is too large
Load Diff
3515
data/data_089FC6C4.s
3515
data/data_089FC6C4.s
File diff suppressed because it is too large
Load Diff
|
|
@ -11,4 +11,4 @@ void (*const gItemFunctions[])(ItemBehavior*, u32) = {
|
|||
ItemShield, ItemLantern, ItemLantern, ItemGustJar, ItemPacciCane, ItemMoleMitts, ItemRocsCape,
|
||||
ItemPegasusBoots, ItemDebug, ItemOcarina, ItemDebug, ItemDebug, ItemDebug, ItemTryPickupObject,
|
||||
ItemJarEmpty, ItemJarEmpty, ItemJarEmpty, ItemJarEmpty,
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ extern void (*const gOcarinaStates[4])(ItemBehavior*, u32);
|
|||
extern void sub_08078F60(void);
|
||||
extern void sub_0805E544(void);
|
||||
|
||||
|
||||
#if 0
|
||||
void Ocarina(ItemBehavior* beh, u32 inputFlags) {
|
||||
gOcarinaStates[beh->stateID](beh, inputFlags);
|
||||
|
|
|
|||
Loading…
Reference in New Issue