mirror of
https://github.com/zeldaret/tmc
synced 2026-05-30 08:56:48 -04:00
Extract pointers from data_089FC6C4.s
This commit is contained in:
+1352
-128
File diff suppressed because it is too large
Load Diff
+1059
-66
File diff suppressed because it is too large
Load Diff
+3012
-503
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user