SSBM Decomp
Loading...
Searching...
No Matches
ftCo_DamageIce.h
Go to the documentation of this file.
1#ifndef GALE01_0912A8
2#define GALE01_0912A8
3
4#include "ftCommon/forward.h"
5
6/* 090984 */ void ftCo_80090984(Fighter_GObj* gobj);
7/* 090B60 */ void ftCo_DamageIce_Init(Fighter_GObj* gobj);
8/* 090AC0 */ void ftCo_80090AC0(Fighter*);
9/* 091030 */ void ftCo_DamageIce_HitWhileFrozen(Fighter_GObj* gobj);
10/* 0912A8 */ void ftCo_DamageIce_Anim(Fighter_GObj* gobj);
11/* 0913DC */ void ftCo_DamageIce_IASA(Fighter_GObj* gobj);
12/* 0913E0 */ void ftCo_DamageIce_Phys(Fighter_GObj* gobj);
13/* 09144C */ void ftCo_DamageIce_Coll(Fighter_GObj* gobj);
14/* 0914A4 */ void ftCo_DamageIce_InAirUpdate(Fighter_GObj* gobj);
15/* 091854 */ void ftCo_80091854(Fighter_GObj* gobj);
16/* 091988 */ void ftCo_DamageIceJump_Anim(Fighter_GObj* gobj);
17/* 0919D8 */ void ftCo_DamageIceJump_IASA(Fighter_GObj* gobj);
18/* 0919DC */ void ftCo_DamageIceJump_Phys(Fighter_GObj* gobj);
19/* 0919FC */ void ftCo_DamageIceJump_Coll(Fighter_GObj* gobj);
20
21#endif
void ftCo_DamageIceJump_Anim(Fighter_GObj *gobj)
void ftCo_80090AC0(Fighter *)
Definition ftCo_DamageIce.c:99
void ftCo_80090984(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:58
void ftCo_DamageIceJump_Phys(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:526
void ftCo_DamageIce_IASA(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:343
void ftCo_DamageIce_InAirUpdate(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:369
void ftCo_80091854(Fighter_GObj *gobj)
void ftCo_DamageIceJump_Coll(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:531
void ftCo_DamageIce_Anim(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:325
void ftCo_DamageIce_Coll(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:359
void ftCo_DamageIce_Init(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:184
void ftCo_DamageIce_HitWhileFrozen(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:246
void ftCo_DamageIceJump_IASA(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:524
void ftCo_DamageIce_Phys(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:345
Definition types.h:1134