SSBM Decomp
Loading...
Searching...
No Matches
ftCo_PassiveWall.h
Go to the documentation of this file.
1#ifndef GALE01_0C1D38
2#define GALE01_0C1D38
3
4#include <melee/ft/forward.h>
5
6/* 0C1D38 */ bool ftCo_800C1D38(Fighter_GObj* gobj);
7/* 0C1E0C */ bool ftCo_800C1E0C(Fighter* fp);
8
10/* 0C1E64 */ void ftCo_800C1E64(Fighter_GObj* gobj, int msid, int timer,
11 int vel_y_exponent, float facing_dir);
12
13/* 0C2028 */ void ftCo_PassiveWall_Anim(Fighter_GObj* gobj);
14/* 0C2180 */ void ftCo_PassiveWall_IASA(Fighter_GObj* gobj);
15/* 0C22C0 */ void ftCo_PassiveWall_Phys(Fighter_GObj* gobj);
16/* 0C2348 */ void ftCo_PassiveWall_Coll(Fighter_GObj* gobj);
17
18#endif
bool ftCo_800C1E0C(Fighter *fp)
Definition ftCo_PassiveWall.c:53
void ftCo_PassiveWall_IASA(Fighter_GObj *gobj)
Definition ftCo_PassiveWall.c:157
void ftCo_PassiveWall_Coll(Fighter_GObj *gobj)
Definition ftCo_PassiveWall.c:194
void ftCo_PassiveWall_Phys(Fighter_GObj *gobj)
Definition ftCo_PassiveWall.c:177
bool ftCo_800C1D38(Fighter_GObj *gobj)
Definition ftCo_PassiveWall.c:33
void ftCo_PassiveWall_Anim(Fighter_GObj *gobj)
Definition ftCo_PassiveWall.c:124
void ftCo_800C1E64(Fighter_GObj *gobj, int msid, int timer, int vel_y_exponent, float facing_dir)
Definition ftCo_PassiveWall.c:63
HSD_GObj * gobj
Definition gm_19EF.c:73
Definition types.h:1250