Skip to content

Commit

Permalink
change declaration for it_802F2094 in it_27CF.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 9, 2024
1 parent 5c0a802 commit 04dd1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/melee/it/items/it_27CF.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
/* 2F046C */ void it_802F046C(s32);
/* 2F0AE0 */ void it_802F0AE0(Item_GObj* fighter_gobj, Vec3*, Vec3*, enum_t,
bool, float facing_dir, float, float);
/* 2F2094 */ s32 it_802F2094(s32, Vec3*, s32, s32);
/* 2F2094 */ Item_GObj* it_802F2094(s32, Vec3*, s32, s32);
/* 2F3330 */ bool it_802F3330(Item_GObj*);
/* 2F3374 */ void it_802F3374(Item_GObj*, Item_GObj*);
/* 3F94A0 */ extern ItemStateTable it_803F94A0[];
Expand Down

0 comments on commit 04dd1a0

Please sign in to comment.