SSBM Decomp
Loading...
Searching...
No Matches
itthunder.h
Go to the documentation of this file.
1#ifndef GALE01_2CCAB4
2#define GALE01_2CCAB4
3
4#include "it/forward.h"
5
6#include "it/items/types.h"
7
8/* 2CCAB4 */ void itThunder_Logic7_Spawned(Item_GObj*);
9/* 2CCB10 */ void it_802CCB10(Item_GObj*);
10/* 2CCB14 */ void it_802CCB14(Item_GObj*, Item_GObj*);
11/* 2CCB34 */ bool itThunder_UnkMotion1_Anim(Item_GObj* gobj);
12/* 2CCBAC */ void itThunder_UnkMotion1_Phys(Item_GObj* gobj);
13/* 2CCBCC */ bool itThunder_UnkMotion1_Coll(Item_GObj* gobj);
14/* 2CCBF8 */ void it_802CCBF8(Item_GObj* gobj);
15/* 2CCC68 */ void it_802CCC68(HSD_GObj* gobj);
16/* 2CCCC4 */ bool itThunder_UnkMotion2_Anim(Item_GObj* gobj);
17/* 2CCD9C */ void itThunder_UnkMotion2_Phys(Item_GObj* gobj);
18/* 2CCE20 */ bool itThunder_UnkMotion2_Coll(Item_GObj* gobj);
19/* 2CCE28 */ void it_802CCE28(Item_GObj*);
20/* 2CCE9C */ bool itThunder_UnkMotion0_Anim(Item_GObj* gobj);
21/* 2CCEC0 */ void itThunder_UnkMotion0_Phys(Item_GObj* gobj);
22/* 2CCF74 */ bool itThunder_UnkMotion0_Coll(Item_GObj* gobj);
23/* 3F7C40 */ extern ItemStateTable it_803F7C40[];
24
25#endif
bool itThunder_UnkMotion2_Anim(Item_GObj *gobj)
Definition itthunder.c:111
void it_802CCBF8(Item_GObj *gobj)
Definition itthunder.c:75
bool itThunder_UnkMotion1_Coll(Item_GObj *gobj)
Definition itthunder.c:69
void it_802CCB14(Item_GObj *, Item_GObj *)
Definition itthunder.c:37
bool itThunder_UnkMotion1_Anim(Item_GObj *gobj)
Definition itthunder.c:42
void itThunder_UnkMotion0_Phys(Item_GObj *gobj)
Definition itthunder.c:185
void it_802CCB10(Item_GObj *)
Definition itthunder.c:35
bool itThunder_UnkMotion0_Anim(Item_GObj *gobj)
Definition itthunder.c:158
void itThunder_Logic7_Spawned(Item_GObj *)
Definition itthunder.c:24
void itThunder_UnkMotion1_Phys(Item_GObj *gobj)
Definition itthunder.c:64
bool itThunder_UnkMotion0_Coll(Item_GObj *gobj)
Definition itthunder.c:192
bool itThunder_UnkMotion2_Coll(Item_GObj *gobj)
Definition itthunder.c:143
void it_802CCE28(Item_GObj *)
Definition itthunder.c:148
void itThunder_UnkMotion2_Phys(Item_GObj *gobj)
Definition itthunder.c:124
void it_802CCC68(HSD_GObj *gobj)
Definition itthunder.c:91
ItemStateTable it_803F7C40[]
Definition itthunder.c:15
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition types.h:11