diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-18 19:04:55 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-18 19:04:55 +0200 |
| commit | b4cf2f7a92daadc50222ef92cde3dd7ab20a5de9 (patch) | |
| tree | fade1fa78d94e01b2c42ec0e5cc27ab4adce1a83 /src | |
| parent | 47e6390a4f4cd917169df379b68a3ee8ea72fe60 (diff) | |
PLEASE I BEG OF YOU ACCEPT IT CLANG
Diffstat (limited to 'src')
| -rw-r--r-- | src/item/itemPegasusBoots.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item/itemPegasusBoots.c b/src/item/itemPegasusBoots.c index 8b77d94a..c7a5815c 100644 --- a/src/item/itemPegasusBoots.c +++ b/src/item/itemPegasusBoots.c @@ -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, |
