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:103
void ftCo_80090984(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:62
void ftCo_DamageIceJump_Phys(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:459
void ftCo_DamageIce_IASA(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:275
void ftCo_DamageIce_InAirUpdate(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:302
void ftCo_80091854(Fighter_GObj *gobj)
void ftCo_DamageIceJump_Coll(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:464
void ftCo_DamageIce_Anim(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:257
void ftCo_DamageIce_Coll(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:292
void ftCo_DamageIce_Init(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:186
void ftCo_DamageIce_HitWhileFrozen(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:231
void ftCo_DamageIceJump_IASA(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:457
void ftCo_DamageIce_Phys(Fighter_GObj *gobj)
Definition ftCo_DamageIce.c:277
Definition types.h:1106