SSBM Decomp
|
#include <platform.h>
#include "ft/forward.h"
#include "ftCommon/forward.h"
#include <dolphin/mtx/forward.h>
#include "ftCo_AttackAir.h"
#include "ftCo_AirCatch.h"
#include "ftCo_ItemThrow.h"
#include "ftCo_LandingAir.h"
#include "math.h"
#include "ft/fighter.h"
#include "ft/ft_081B.h"
#include "ft/ft_0C88.h"
#include "ft/ft_0CDD.h"
#include "ft/ft_0D14.h"
#include "ft/ftanim.h"
#include "ft/ftcommon.h"
#include "ft/types.h"
#include "ftGameWatch/ftGw_AttackAir.h"
#include "ftLink/ftLk_AttackAir.h"
#include "it/it_26B1.h"
#include <common_structs.h>
Macros | |
#define | DO_IASA(gobj) |
Functions | |
static void | decideFighter (ftCo_GObj *gobj) |
static bool | checkItemThrowInput (ftCo_GObj *gobj) |
bool | ftCo_AttackAir_CheckItemThrowInput (ftCo_GObj *gobj) |
FtMotionId | ftCo_AttackAir_GetMsidFromCStick (Fighter *fp) |
void | ftCo_AttackAir_EnterFromCStick (ftCo_GObj *gobj) |
void | ftCo_AttackAir_EnterFromMsid (ftCo_GObj *gobj, FtMotionId msid) |
void | ftCo_AttackAir_Anim (ftCo_GObj *gobj) |
void | ftCo_AttackAirN_IASA (ftCo_GObj *gobj) |
void | ftCo_AttackAirF_IASA (ftCo_GObj *gobj) |
void | ftCo_AttackAirB_IASA (ftCo_GObj *gobj) |
void | ftCo_AttackAirHi_IASA (ftCo_GObj *gobj) |
void | ftCo_AttackAirLw_IASA (ftCo_GObj *gobj) |
void | ftCo_AttackAir_Phys (ftCo_GObj *gobj) |
void | ftCo_AttackAir_Coll (ftCo_GObj *gobj) |
#define DO_IASA | ( | gobj | ) |
inline
function breaks inlining.
|
static |
FtMotionId ftCo_AttackAir_GetMsidFromCStick | ( | Fighter * | fp | ) |
void ftCo_AttackAir_EnterFromCStick | ( | ftCo_GObj * | gobj | ) |
void ftCo_AttackAir_EnterFromMsid | ( | ftCo_GObj * | gobj, |
FtMotionId | msid | ||
) |
void ftCo_AttackAir_Anim | ( | ftCo_GObj * | gobj | ) |
void ftCo_AttackAirN_IASA | ( | ftCo_GObj * | gobj | ) |
void ftCo_AttackAirF_IASA | ( | ftCo_GObj * | gobj | ) |
void ftCo_AttackAirB_IASA | ( | ftCo_GObj * | gobj | ) |
void ftCo_AttackAirHi_IASA | ( | ftCo_GObj * | gobj | ) |
void ftCo_AttackAirLw_IASA | ( | ftCo_GObj * | gobj | ) |
void ftCo_AttackAir_Phys | ( | ftCo_GObj * | gobj | ) |
void ftCo_AttackAir_Coll | ( | ftCo_GObj * | gobj | ) |