Skip to content

Commit

Permalink
add item state table
Browse files Browse the repository at this point in the history
  • Loading branch information
thefoxcam committed Jul 8, 2024
1 parent f61783a commit b6dbc76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/melee/it/items/itgamewatchpanic.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

/* 2C7FAC */ static bool it_802C7FAC(Item_GObj*);

ItemStateTable it_803F79A0[] = { { 0, it_802C7FAC, NULL, NULL },
{ 1, it_802C7FAC, NULL, NULL } };

HSD_GObj* it_802C7D60(Item_GObj* parent, Vec3* pos, Fighter_Part arg2, f32 dir)
{
SpawnItem spawn_item;
Expand Down

0 comments on commit b6dbc76

Please sign in to comment.