Extract pointers from data_089FC6C4.s

This commit is contained in:
octorock
2021-03-17 03:11:14 +01:00
parent c500678e75
commit 7c2032559f
5 changed files with 5424 additions and 699 deletions
+1352 -128
View File
File diff suppressed because it is too large Load Diff
+1059 -66
View File
File diff suppressed because it is too large Load Diff
+3012 -503
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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,
};
};
-1
View File
@@ -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);