Skip to content

Commit

Permalink
match it_802CE308
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 29, 2024
1 parent 49ffe8f commit 7464b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/melee/it/items/ithassam.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void it_802CE308(Item_GObj* gobj)
if (ip->ground_or_air == GA_Air) {
ip->xDD4_itemVar.hassam.x5C.y -= attr->x14;
if (ip->xDD4_itemVar.hassam.x5C.y < -attr->x10) {
ip->xDD4_itemVar.hassam.x5C.y = attr->x10;
ip->xDD4_itemVar.hassam.x5C.y = -attr->x10;
}
}
ip->x40_vel.x += ip->xDD4_itemVar.hassam.x5C.x;
Expand Down

0 comments on commit 7464b41

Please sign in to comment.