SSBM Decomp
Loading...
Searching...
No Matches
ittomato.h
Go to the documentation of this file.
1#ifndef GALE01_2841B4
2#define GALE01_2841B4
3
4#include <placeholder.h>
5
6#include "it/forward.h"
7
8#include "it/items/types.h"
9
10/* 2842A4 */ void it_3F14_Logic9_Spawned(Item_GObj*);
11/* 284324 */ void it_3F14_Logic9_Destroyed(Item_GObj*);
12/* 2844E4 */ void it_3F14_Logic9_PickedUp(Item_GObj*);
13/* 28454C */ void it_3F14_Logic9_Dropped(Item_GObj*);
14/* 2845BC */ void it_3F14_Logic9_EnteredAir(Item_GObj*);
15/* 284624 */ void it_3F14_Logic9_EvtUnk(Item_GObj*, Item_GObj*);
16/* 3F5740 */ extern ItemStateTable it_803F5740[];
17
18#endif
void it_3F14_Logic9_PickedUp(Item_GObj *)
Definition ittomato.c:179
void it_3F14_Logic9_Spawned(Item_GObj *)
Definition ittomato.c:80
void it_3F14_Logic9_EnteredAir(Item_GObj *)
Definition ittomato.c:205
ItemStateTable it_803F5740[]
Definition ittomato.c:32
void it_3F14_Logic9_Dropped(Item_GObj *)
Definition ittomato.c:195
void it_3F14_Logic9_Destroyed(Item_GObj *)
Definition ittomato.c:97
void it_3F14_Logic9_EvtUnk(Item_GObj *, Item_GObj *)
Definition ittomato.c:223
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition types.h:11