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