Skip to content

Commit

Permalink
match it_802F2020
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 9, 2024
1 parent 54c832e commit 10d21b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/melee/it/items/itcoin.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,11 @@ void it_802F2014(Item_GObj* gobj, s32 arg1)
GET_ITEM(gobj)->x378_itemColl.x4C = arg1;
}

void* it_802F2020(Item_GObj* gobj)
s32 it_802F2020(Item_GObj* gobj)
{
return &GET_ITEM(gobj)->xDD4_itemVar;
Item* ip = GET_ITEM(gobj);

return ip->xDD4_itemVar.coin.x0;
}

void it_802F202C(HSD_GObj* arg0)
Expand Down

0 comments on commit 10d21b2

Please sign in to comment.