|
SSBM Decomp
|
#include "ftCo_FallSpecial.h"#include "ftCo_DamageFall.h"#include <platform.h>#include "ft/fighter.h"#include "ft/ft_081B.h"#include "ft/ft_0892.h"#include "ft/ftchangeparam.h"#include "ft/ftcommon.h"#include "ft/types.h"#include "ftCommon/ftCo_Attack100.h"#include "ftCommon/ftCo_Fall.h"#include "ftCommon/ftCo_ItemParasolOpen.h"#include "ftCommon/ftCo_JumpAerial.h"#include "ftCommon/ftCo_Landing.h"#include "ftCommon/types.h"#include "mp/mplib.h"#include "vi/vi1202.h"#include <common_structs.h>#include <math.h>#include <dolphin/mtx.h>Functions | |
| void | ftCo_800968C8 (Fighter_GObj *gobj) |
| static void | inline0 (Fighter_GObj *gobj, int arg1, int arg2, bool allow_interrupt, float mobility, float landing_lag, float arg6, bool unk) |
| void | ftCo_80096900 (Fighter_GObj *gobj, int arg1, int arg2, bool allow_interrupt, float mobility, float landing_lag) |
| void | ftCo_800969D8 (Fighter_GObj *gobj, int arg1, int arg2, int allow_interrupt, float mobility, float landing_lag, float arg6) |
| void | ftCo_FallSpecial_Anim (Fighter_GObj *gobj) |
| void | ftCo_FallSpecial_IASA (Fighter_GObj *gobj) |
| void | ftCo_FallSpecial_Phys (Fighter_GObj *gobj) |
| void | ftCo_FallSpecial_Coll (Fighter_GObj *gobj) |
| bool | ftCo_80096CC8 (Fighter_GObj *gobj, enum_t arg1) |
| void | ftCo_80096D28 (Fighter_GObj *gobj) |
| void ftCo_800968C8 | ( | Fighter_GObj * | gobj | ) |
|
inlinestatic |
| void ftCo_80096900 | ( | Fighter_GObj * | gobj, |
| int | arg1, | ||
| int | arg2, | ||
| bool | allow_interrupt, | ||
| float | mobility, | ||
| float | landing_lag | ||
| ) |
| void ftCo_800969D8 | ( | Fighter_GObj * | gobj, |
| int | arg1, | ||
| int | arg2, | ||
| int | allow_interrupt, | ||
| float | mobility, | ||
| float | landing_lag, | ||
| float | arg6 | ||
| ) |
| void ftCo_FallSpecial_Anim | ( | Fighter_GObj * | gobj | ) |
| void ftCo_FallSpecial_IASA | ( | Fighter_GObj * | gobj | ) |
| void ftCo_FallSpecial_Phys | ( | Fighter_GObj * | gobj | ) |
| void ftCo_FallSpecial_Coll | ( | Fighter_GObj * | gobj | ) |
| void ftCo_80096D28 | ( | Fighter_GObj * | gobj | ) |