Skip to content

Commit

Permalink
use FFlowerVars in it_80292E04
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 21, 2024
1 parent f25e276 commit 762e3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/melee/it/items/itfflower.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ void it_80292E04(Item_GObj* gobj)
{
Item* ip = GET_ITEM(gobj);

PAD_STACK(4);
FFlowerVars* attr = ip->xC4_article_data->x4_specialAttributes;

ip->xD4C = *(s32*) ip->xC4_article_data->x4_specialAttributes;
ip->xD4C = attr->x0;
ip->xAC4_ignoreItemID = Item_8026AE60();
ip->xDD4_itemVar.capsule.x0 = 0;
ip->xDD4_itemVar.capsule.x4 = 0;
Expand Down

0 comments on commit 762e3e1

Please sign in to comment.