Skip to content

Commit

Permalink
variable name in it_80293040
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 23, 2024
1 parent ea9b5db commit c125e5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/melee/it/items/itfflower.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,17 @@ void it_80292FF0(Item_GObj* gobj)

bool it_80293040(Item_GObj* gobj)
{
s32 temp_r31_2;
s32 flag;
Item* ip = GET_ITEM(gobj);

PAD_STACK(4);

msid_check(gobj, ip);

temp_r31_2 = ip->xDC8_word.flags.x2;
flag = ip->xDC8_word.flags.x2;
if (it_80272C6C(gobj) == false) {
Item_80268E5C(gobj, 0, ITEM_ANIM_UPDATE);
if (temp_r31_2 != 0) {
if (flag != 0) {
it_80274F10(gobj);
it_8026BE28(gobj);
}
Expand Down

0 comments on commit c125e5d

Please sign in to comment.