From c125e5d5b216b5c6c51b18efb636aa6fba1f9117 Mon Sep 17 00:00:00 2001 From: wyatt-avilla Date: Sat, 23 Mar 2024 12:39:29 -0700 Subject: [PATCH] variable name in `it_80293040` --- src/melee/it/items/itfflower.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/melee/it/items/itfflower.c b/src/melee/it/items/itfflower.c index b87b9bc6ef..b3dd8542c2 100644 --- a/src/melee/it/items/itfflower.c +++ b/src/melee/it/items/itfflower.c @@ -164,17 +164,17 @@ void it_80292FF0(Item_GObj* gobj) bool it_80293040(Item_GObj* gobj) { - s32 temp_r31_2; + s32 flag; Item* ip = GET_ITEM(gobj); PAD_STACK(4); msid_check(gobj, ip); - temp_r31_2 = ip->xDC8_word.flags.x2; + flag = ip->xDC8_word.flags.x2; if (it_80272C6C(gobj) == false) { Item_80268E5C(gobj, 0, ITEM_ANIM_UPDATE); - if (temp_r31_2 != 0) { + if (flag != 0) { it_80274F10(gobj); it_8026BE28(gobj); }