Skip to content

Commit

Permalink
PLEASE I BEG OF YOU ACCEPT IT CLANG
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeStepYT committed Sep 18, 2023
1 parent 47e6390 commit b4cf2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/item/itemPegasusBoots.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b4cf2f7

Please sign in to comment.