SSBM Decomp
Loading...
Searching...
No Matches
ftCo_AttackDash.h
Go to the documentation of this file.
1#ifndef GALE01_08B3E4
2#define GALE01_08B3E4
3
4#include <platform.h>
5
6#include "ftCommon/forward.h"
7
8/* 08B3E4 */ bool ftCo_AttackDash_CheckInput(Fighter_GObj* gobj);
9/* 08B548 */ void ftCo_AttackDash_Anim(Fighter_GObj* gobj);
10/* 08B584 */ void ftCo_AttackDash_SetMv0(Fighter_GObj* gobj);
11/* 08B5AC */ void ftCo_AttackDash_IASA(Fighter_GObj* gobj);
12/* 08B600 */ void ftCo_AttackDash_Phys(Fighter_GObj* gobj);
13/* 08B638 */ void ftCo_AttackDash_Coll(Fighter_GObj* gobj);
14
15#endif
bool ftCo_AttackDash_CheckInput(Fighter_GObj *gobj)
void ftCo_AttackDash_IASA(Fighter_GObj *gobj)
Definition ftCo_AttackDash.c:87
void ftCo_AttackDash_SetMv0(Fighter_GObj *gobj)
void ftCo_AttackDash_Phys(Fighter_GObj *gobj)
void ftCo_AttackDash_Coll(Fighter_GObj *gobj)
Definition ftCo_AttackDash.c:102
void ftCo_AttackDash_Anim(Fighter_GObj *gobj)
Definition ftCo_AttackDash.c:74