SSBM Decomp
Loading...
Searching...
No Matches
ftCo_DamageSong.h
Go to the documentation of this file.
1#ifndef GALE01_0C318C
2#define GALE01_0C318C
3
4#include "ftCommon/forward.h"
5
6/* 0C318C */ void ftCo_800C318C(ftCo_GObj* gobj, bool);
7/* 0C32AC */ void ftCo_DamageSong_Anim(ftCo_GObj* gobj);
8/* 0C334C */ void ftCo_DamageSong_IASA(ftCo_GObj* gobj);
9/* 0C3350 */ void ftCo_DamageSong_Phys(ftCo_GObj* gobj);
10/* 0C3370 */ void ftCo_DamageSong_Coll(ftCo_GObj* gobj);
11/* 0C33C8 */ void ftCo_DamageSongWait_Anim(ftCo_GObj* gobj);
12/* 0C343C */ void ftCo_DamageSongWait_IASA(ftCo_GObj* gobj);
13/* 0C3440 */ void ftCo_DamageSongWait_Phys(ftCo_GObj* gobj);
14/* 0C3460 */ void ftCo_DamageSongWait_Coll(ftCo_GObj* gobj);
15/* 0C34B8 */ void ftCo_DamageSongRv_Anim(ftCo_GObj* gobj);
16/* 0C34F4 */ void ftCo_DamageSongRv_IASA(ftCo_GObj* gobj);
17/* 0C34F8 */ void ftCo_DamageSongRv_Phys(ftCo_GObj* gobj);
18/* 0C3518 */ void ftCo_DamageSongRv_Coll(ftCo_GObj* gobj);
19/* 0C3538 */ bool ftCo_800C3538(ftCo_GObj* gobj);
20
21#endif
void ftCo_DamageSongRv_Coll(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:122
void ftCo_DamageSongWait_Phys(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:92
void ftCo_DamageSong_Anim(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:59
void ftCo_DamageSongWait_IASA(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:90
void ftCo_DamageSongWait_Anim(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:85
void ftCo_DamageSongRv_Anim(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:108
void ftCo_DamageSongWait_Coll(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:97
void ftCo_DamageSong_IASA(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:66
void ftCo_800C318C(ftCo_GObj *gobj, bool)
Definition ftCo_DamageSong.c:35
void ftCo_DamageSongRv_Phys(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:117
void ftCo_DamageSong_Coll(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:73
void ftCo_DamageSongRv_IASA(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:115
void ftCo_DamageSong_Phys(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:68
bool ftCo_800C3538(ftCo_GObj *gobj)
Definition ftCo_DamageSong.c:127
Fighter_GObj ftCo_GObj
Definition forward.h:10