Skip to content

Commit

Permalink
Added data for item state table
Browse files Browse the repository at this point in the history
  • Loading branch information
thefoxcam committed Jun 15, 2024
1 parent 4c08438 commit 75338d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/melee/it/items/itfflowerflame.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 75338d7

Please sign in to comment.