SSBM Decomp
|
#include <platform.h>
#include <placeholder.h>
#include "ftCommon/forward.h"
#include <baselib/forward.h>
#include "ftCo_DamageFall.h"
#include "ftCo_AirCatch.h"
#include "ftCo_AttackAir.h"
#include "ftCo_DamageIce.h"
#include "ftCo_HammerFall.h"
#include "ftCo_HammerWait.h"
#include "ftCo_ItemThrow.h"
#include "ftCo_SpecialAir.h"
#include "math.h"
#include "ft/fighter.h"
#include "ft/ft_081B.h"
#include "ft/ft_0877.h"
#include "ft/ft_0881.h"
#include "ft/ft_0C88.h"
#include "ft/ft_0CEE.h"
#include "ft/ft_0D14.h"
#include "ft/ftcommon.h"
#include "ft/types.h"
Functions | |
void | ftCo_80090574 (ftCo_GObj *gobj) |
static u16 | calcShift (ftCommonData *fcp, f32 hitlag) |
void | ftCo_80090594 (ftCo_Fighter *fp, enum_t element, int dmg, FtMotionId msid, GroundOrAir ground_or_air, float hitlag_mul) |
Vec2 * | ftCo_80090690 (Fighter *fp, Vec2 *shift) |
void | ftCo_80090718 (Fighter *fp) |
void | ftCo_80090780 (HSD_GObj *gobj) |
void | ftCo_DamageFall_Anim (ftCo_GObj *gobj) |
void | ftCo_DamageFall_IASA (HSD_GObj *gobj) |
void | ftCo_DamageFall_Phys (ftCo_GObj *gobj) |
void | ftCo_DamageFall_Coll (ftCo_GObj *gobj) |
void ftCo_80090574 | ( | ftCo_GObj * | gobj | ) |
|
static |
void ftCo_80090594 | ( | ftCo_Fighter * | fp, |
enum_t | element, | ||
int | dmg, | ||
FtMotionId | msid, | ||
GroundOrAir | ground_or_air, | ||
float | hitlag_mul | ||
) |
void ftCo_80090718 | ( | Fighter * | fp | ) |
void ftCo_80090780 | ( | HSD_GObj * | gobj | ) |
void ftCo_DamageFall_Anim | ( | ftCo_GObj * | gobj | ) |
void ftCo_DamageFall_IASA | ( | HSD_GObj * | gobj | ) |
void ftCo_DamageFall_Phys | ( | ftCo_GObj * | gobj | ) |
void ftCo_DamageFall_Coll | ( | ftCo_GObj * | gobj | ) |