From b4cf2f7a92daadc50222ef92cde3dd7ab20a5de9 Mon Sep 17 00:00:00 2001 From: Reinmmar Date: Mon, 18 Sep 2023 19:04:55 +0200 Subject: [PATCH] PLEASE I BEG OF YOU ACCEPT IT CLANG --- src/item/itemPegasusBoots.c | 4 ++-- 1 file 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,