SSBM Decomp
|
#include <platform.h>
#include <dolphin/mtx/forward.h>
#include "ftCo_EscapeAir.h"
#include "ftCo_AirCatch.h"
#include "ftCo_FallSpecial.h"
#include "ftCo_ItemThrow.h"
#include "math.h"
#include "ft/fighter.h"
#include "ft/ft_081B.h"
#include "ft/ft_0D14.h"
#include "ft/ftanim.h"
#include "ft/ftcommon.h"
#include "ft/types.h"
#include "ftCommon/types.h"
#include <common_structs.h>
Enumerations | |
enum | cmd_var_idx { cmd_skip_decay } |
Functions | |
static void | ftCo_80099D70 (ftCo_GObj *gobj) |
bool | ftCo_80099A58 (Fighter_GObj *gobj) |
static void | inlineA0 (ftCo_Fighter *fp) |
void | ftCo_80099A9C (Fighter_GObj *gobj, int timer) |
void | ftCo_EscapeAir_Anim (Fighter_GObj *gobj) |
void | ftCo_EscapeAir_IASA (ftCo_GObj *gobj) |
void | ftCo_EscapeAir_Phys (ftCo_GObj *gobj) |
void | ftCo_EscapeAir_Coll (Fighter_GObj *gobj) |
enum cmd_var_idx |
|
static |
bool ftCo_80099A58 | ( | Fighter_GObj * | gobj | ) |
|
inlinestatic |
void ftCo_80099A9C | ( | Fighter_GObj * | gobj, |
int | timer | ||
) |
void ftCo_EscapeAir_Anim | ( | Fighter_GObj * | gobj | ) |
void ftCo_EscapeAir_IASA | ( | ftCo_GObj * | gobj | ) |
void ftCo_EscapeAir_Phys | ( | ftCo_GObj * | gobj | ) |
void ftCo_EscapeAir_Coll | ( | Fighter_GObj * | gobj | ) |