SSBM Decomp
Loading...
Searching...
No Matches
itfoxblaster.h
Go to the documentation of this file.
1#ifndef GALE01_2ADDD0
2#define GALE01_2ADDD0
3
4#include "ft/forward.h"
5#include "it/forward.h"
6
7#include "it/items/types.h"
8
9/* 2AE994 */ Item_GObj* it_802AE994(Fighter_GObj*, Fighter_Part, ItemKind);
10/* 2AEB00 */ void it_2725_Logic96_PickedUp(Item_GObj*);
11/* 2AF184 */ void it_2725_Logic96_EvtUnk(Item_GObj*, HSD_GObj*);
12/* 3F6CA8 */ extern ItemStateTable it_803F6CA8[];
13
14#endif
void it_2725_Logic96_PickedUp(Item_GObj *)
If any cmd var is non-zero, change the item state to 10.
Definition itfoxblaster.c:684
void it_2725_Logic96_EvtUnk(Item_GObj *, HSD_GObj *)
Calls function it_8026B894.
Definition itfoxblaster.c:984
Item_GObj * it_802AE994(Fighter_GObj *, Fighter_Part, ItemKind)
Spawns blaster item at fighter's location and gives to them at specified part, as well as initializes...
Definition itfoxblaster.c:616
ItemStateTable it_803F6CA8[]
Definition itfoxblaster.c:43
Fighter_Part
Definition forward.h:239
ItemKind
Definition forward.h:109
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition types.h:11