SSBM Decomp
Loading...
Searching...
No Matches
ftCo_ThrownMewtwo.h
Go to the documentation of this file.
1#ifndef GALE01_0BD17C
2#define GALE01_0BD17C
3
4#include "ftCommon/forward.h"
5
6/* 0BD0E8 */ void ftCo_800BD0E8(Fighter_GObj* gobj, FtMotionId msid);
7/* 0BD17C */ void ftCo_ThrownMewtwo_Anim(Fighter_GObj* gobj);
8/* 0BD180 */ void ftCo_ThrownMewtwo_IASA(Fighter_GObj* gobj);
9/* 0BD184 */ void ftCo_ThrownMewtwo_Phys(Fighter_GObj* gobj);
10/* 0BD188 */ void ftCo_ThrownMewtwo_Coll(Fighter_GObj* gobj);
11/* 0BD18C */ void ftCo_ThrownMewtwoAir_Anim(Fighter_GObj* gobj);
12/* 0BD190 */ void ftCo_ThrownMewtwoAir_IASA(Fighter_GObj* gobj);
13/* 0BD194 */ void ftCo_ThrownMewtwoAir_Phys(Fighter_GObj* gobj);
14/* 0BD198 */ void ftCo_ThrownMewtwoAir_Coll(Fighter_GObj* gobj);
15
16#endif
void ftCo_ThrownMewtwo_Anim(Fighter_GObj *gobj)
Definition ftCo_ThrownMewtwo.c:40
void ftCo_ThrownMewtwoAir_IASA(Fighter_GObj *gobj)
Definition ftCo_ThrownMewtwo.c:50
void ftCo_ThrownMewtwo_Phys(Fighter_GObj *gobj)
Definition ftCo_ThrownMewtwo.c:44
void ftCo_ThrownMewtwoAir_Anim(Fighter_GObj *gobj)
Definition ftCo_ThrownMewtwo.c:48
void ftCo_ThrownMewtwoAir_Coll(Fighter_GObj *gobj)
Definition ftCo_ThrownMewtwo.c:54
void ftCo_800BD0E8(Fighter_GObj *gobj, FtMotionId msid)
Definition ftCo_ThrownMewtwo.c:18
void ftCo_ThrownMewtwo_IASA(Fighter_GObj *gobj)
Definition ftCo_ThrownMewtwo.c:42
void ftCo_ThrownMewtwoAir_Phys(Fighter_GObj *gobj)
Definition ftCo_ThrownMewtwo.c:52
void ftCo_ThrownMewtwo_Coll(Fighter_GObj *gobj)
Definition ftCo_ThrownMewtwo.c:46
enum_t FtMotionId
Definition forward.h:13