Skip to content

Commit

Permalink
match it_802F202C
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 13, 2024
1 parent 5857616 commit b941ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/melee/it/items/itcoin.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ void it_802F202C(Item_GObj* gobj)

lbAudioAx_800237A8(0xAA, 0x7F, 0x40);
ip->x40_vel.x = 0.0F;
if (ip->x40_vel.y < -1.5) {
ip->x40_vel.y = -1.5;
if (ip->x40_vel.y < -1.5F) {
ip->x40_vel.y = -1.5F;
}
it_802756D0(gobj);
}
Expand Down

0 comments on commit b941ce4

Please sign in to comment.