Skip to content

Commit

Permalink
match it_802932AC. ty cuyler
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 22, 2024
1 parent 1568c1f commit f3f49ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/melee/it/items/itfflower.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,13 @@ bool it_802932AC(Item_GObj* gobj)
Item_80268E5C(gobj, 2, ITEM_ANIM_UPDATE);
}
break;
case 5:
case 3:
case 4:
if (it_80272C6C(gobj) == false) {
Item_80268E5C(gobj, 4, ITEM_ANIM_UPDATE);
}
break;
default:
case 5:
if (it_80272C6C(gobj) == false) {
Item_80268E5C(gobj, 2, ITEM_ANIM_UPDATE);
}
Expand Down

0 comments on commit f3f49ac

Please sign in to comment.