mirror of https://github.com/zeldaret/tmc.git
PLEASE I BEG OF YOU ACCEPT IT CLANG
This commit is contained in:
parent
47e6390a4f
commit
b4cf2f7a92
|
@ -14,8 +14,8 @@ void sub_08076A88(ItemBehavior*, u32);
|
|||
extern u16 gUnk_0800275C[];
|
||||
extern u8 gUnk_0811BE38[];
|
||||
|
||||
void ItemPegasusBoots(ItemBehavior * this, u32 index) {
|
||||
static void (*const ItemPegasusBoots_StateFunctions[])(ItemBehavior* beh, u32) = {
|
||||
void ItemPegasusBoots(ItemBehavior* this, u32 index) {
|
||||
static void (*const ItemPegasusBoots_StateFunctions[])(ItemBehavior * beh, u32) = {
|
||||
sub_080768F8,
|
||||
sub_08076964,
|
||||
sub_08076A88,
|
||||
|
|
Loading…
Reference in New Issue