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"
5
6#include "common_structs.h"
7
8#include <dolphin/mtx.h>
9
10/* 090574 */ void ftCo_80090574(ftCo_GObj* gobj);
11/* 090594 */ void ftCo_80090594(ftCo_Fighter* fp, enum_t element, int dmg,
13 float hitlag_mul);
14/* 090690 */ Vec2* ftCo_80090690(ftCo_Fighter* fp, Vec2* shift);
15/* 090718 */ void ftCo_80090718(ftCo_Fighter* fp);
16/* 090780 */ void ftCo_80090780(ftCo_GObj* gobj);
17/* 090824 */ void ftCo_DamageFall_Anim(ftCo_GObj* gobj);
18/* 090828 */ void ftCo_DamageFall_IASA(ftCo_GObj* gobj);
19/* 09093C */ void ftCo_DamageFall_Phys(ftCo_GObj* gobj);
20/* 09095C */ void ftCo_DamageFall_Coll(ftCo_GObj* gobj);
21
22#endif
GroundOrAir
Definition common_structs.h:130
void ftCo_80090718(ftCo_Fighter *fp)
Definition ftCo_DamageFall.c:88
Vec2 * ftCo_80090690(ftCo_Fighter *fp, Vec2 *shift)
Definition ftCo_DamageFall.c:70
void ftCo_DamageFall_IASA(ftCo_GObj *gobj)
void ftCo_80090574(ftCo_GObj *gobj)
Definition ftCo_DamageFall.c:29
void ftCo_80090780(ftCo_GObj *gobj)
void ftCo_DamageFall_Anim(ftCo_GObj *gobj)
Definition ftCo_DamageFall.c:116
void ftCo_DamageFall_Phys(ftCo_GObj *gobj)
Definition ftCo_DamageFall.c:140
void ftCo_DamageFall_Coll(ftCo_GObj *gobj)
Definition ftCo_DamageFall.c:145
void ftCo_80090594(ftCo_Fighter *fp, enum_t element, int dmg, FtMotionId msid, GroundOrAir ground_or_air, float hitlag_mul)
Definition ftCo_DamageFall.c:39
#define ground_or_air
Definition ftcommon.c:1087
Fighter_GObj ftCo_GObj
Definition forward.h:10
enum_t FtMotionId
Definition forward.h:13
int enum_t
The underlying type of an enum, used as a placeholder.
Definition platform.h:9
Definition types.h:1121