Skip to content

Commit

Permalink
100% of it_80283C7C
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Feb 26, 2024
1 parent a4812df commit 64fa1eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/melee/it/items/itheart.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ void it_80283C7C(Item_GObj* gobj)
Item* ip = GET_ITEM(gobj);

it_8026B390(gobj);
ip->x40_vel.x = it_804DC8A8;
ip->x40_vel.y = it_804DC8A8;
ip->x40_vel.z = it_804DC8A8;
Item_80268E5C((HSD_GObj*) gobj, 0, ITEM_ANIM_UPDATE);
ip->x40_vel.x = 0.0F;
ip->x40_vel.y = 0.0F;
ip->x40_vel.z = 0.0F;
Item_80268E5C(gobj, 0, ITEM_ANIM_UPDATE);
}

bool it_80283CD4(Item_GObj* arg0)
Expand Down

0 comments on commit 64fa1eb

Please sign in to comment.