PLEASE I BEG OF YOU ACCEPT IT CLANG

This commit is contained in:
Reinmmar 2023-09-18 19:04:55 +02:00
parent 47e6390a4f
commit b4cf2f7a92
1 changed files with 2 additions and 2 deletions

View File

@ -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,