From 75338d72fda5c21ac3fa09c1dcb9e44dba403a16 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Sat, 15 Jun 2024 12:50:06 -0400 Subject: [PATCH] Added data for item state table --- src/melee/it/items/itfflowerflame.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/melee/it/items/itfflowerflame.c b/src/melee/it/items/itfflowerflame.c index bed1e98ee6..67878a5439 100644 --- a/src/melee/it/items/itfflowerflame.c +++ b/src/melee/it/items/itfflowerflame.c @@ -4,6 +4,14 @@ #include "it/it_2725.h" #include "it/item.h" +ItemStateTable it_803F66C8[] = { + { 0, NULL, NULL, NULL }, + { 0, NULL, NULL, NULL }, + { 0, NULL, NULL, NULL }, + { 0, NULL, NULL, NULL }, + { 0, NULL, NULL, NULL }, +}; + HSD_GObj* it_8029A748(Item_GObj* arg0, Vec3* arg1, u8 arg2, f32 arg3) { SpawnItem spawn;