SSBM Decomp
Loading...
Searching...
No Matches
ftCo_DamageFall.h
Go to the documentation of this file.
1#ifndef GALE01_090824
2#define GALE01_090824
3
4#include "ftCommon/forward.h"
6
7#include "common_structs.h"
8
9/* 090574 */ void ftCo_80090574(ftCo_GObj* gobj);
10/* 090594 */ void ftCo_80090594(ftCo_Fighter* fp, enum_t element, int dmg,
12 float hitlag_mul);
13/* 090690 */ Vec2* ftCo_80090690(ftCo_Fighter* fp, Vec2* shift);
14/* 090718 */ void ftCo_80090718(ftCo_Fighter* fp);
15/* 090780 */ void ftCo_80090780(ftCo_GObj* gobj);
16/* 090824 */ void ftCo_DamageFall_Anim(ftCo_GObj* gobj);
17/* 090828 */ void ftCo_DamageFall_IASA(ftCo_GObj* gobj);
18/* 09093C */ void ftCo_DamageFall_Phys(ftCo_GObj* gobj);
19/* 09095C */ void ftCo_DamageFall_Coll(ftCo_GObj* gobj);
20
21#endif
GroundOrAir
Definition common_structs.h:132
void ftCo_80090718(ftCo_Fighter *fp)
Definition ftCo_DamageFall.c:87
Vec2 * ftCo_80090690(ftCo_Fighter *fp, Vec2 *shift)
Definition ftCo_DamageFall.c:69
void ftCo_DamageFall_IASA(ftCo_GObj *gobj)
void ftCo_80090574(ftCo_GObj *gobj)
Definition ftCo_DamageFall.c:28
void ftCo_80090780(ftCo_GObj *gobj)
void ftCo_DamageFall_Anim(ftCo_GObj *gobj)
Definition ftCo_DamageFall.c:115
void ftCo_DamageFall_Phys(ftCo_GObj *gobj)
Definition ftCo_DamageFall.c:139
void ftCo_DamageFall_Coll(ftCo_GObj *gobj)
Definition ftCo_DamageFall.c:144
void ftCo_80090594(ftCo_Fighter *fp, enum_t element, int dmg, FtMotionId msid, GroundOrAir ground_or_air, float hitlag_mul)
Definition ftCo_DamageFall.c:38
#define ground_or_air
Definition ftcommon.c:1085
Fighter_GObj ftCo_GObj
Definition forward.h:10
enum_t FtMotionId
Definition forward.h:12
int enum_t
The underlying type of an enum, used as a placeholder.
Definition platform.h:74
Definition types.h:1063
Definition types.h:9