|
SSBM Decomp
|
#include "ftpopospecialn.h"#include <Runtime/platform.h>#include <melee/ft/forward.h>#include <melee/it/forward.h>#include <placeholder.h>#include "ftpopo.h"#include "types.h"#include <dolphin/mtx.h>#include <melee/ft/fighter.h>#include <melee/ft/ft_081B.h>#include <melee/ft/ft_084E.h>#include <melee/ft/ft_0877.h>#include <melee/ft/ft_0881.h>#include <melee/ft/ft_0892.h>#include <melee/ft/ftanim.h>#include <melee/ft/kinds/ftCommon/ftCo_Fall.h>#include <melee/ft/kinds/ftCommon/ftCo_Landing.h>#include <melee/ft/types.h>#include <melee/it/kinds/itclimbersice.h>#include <melee/lb/lb_00B0.h>#include <sysdolphin/baselib/gobj.h>Functions | |
| static void | ftPp_SpecialN_8011F500 (Fighter_GObj *gobj) |
| void | ftPp_SpecialN_Enter (HSD_GObj *gobj) |
| void | ftPp_SpecialAirN_Enter (HSD_GObj *gobj) |
| void | ftPp_SpecialN_Anim (HSD_GObj *gobj) |
| void | ftPp_SpecialAirN_Anim (HSD_GObj *gobj) |
| void | ftPp_SpecialN_IASA (HSD_GObj *arg0) |
| void | ftPp_SpecialAirN_IASA (HSD_GObj *arg0) |
| void | ftPp_SpecialN_Phys (HSD_GObj *gobj) |
| void | ftPp_SpecialAirN_Phys (HSD_GObj *gobj) |
| void | ftPp_SpecialN_Coll (HSD_GObj *gobj) |
| void | ftPp_SpecialAirN_Coll (Fighter_GObj *gobj) |
| static void | inlineA0 (Fighter_GObj *gobj, Fighter *other_fp) |
|
static |
| void ftPp_SpecialN_Enter | ( | HSD_GObj * | gobj | ) |
| void ftPp_SpecialAirN_Enter | ( | HSD_GObj * | gobj | ) |
| void ftPp_SpecialN_Anim | ( | HSD_GObj * | gobj | ) |
| void ftPp_SpecialAirN_Anim | ( | HSD_GObj * | gobj | ) |
| void ftPp_SpecialN_IASA | ( | HSD_GObj * | arg0 | ) |
| void ftPp_SpecialAirN_IASA | ( | HSD_GObj * | arg0 | ) |
| void ftPp_SpecialN_Phys | ( | HSD_GObj * | gobj | ) |
| void ftPp_SpecialAirN_Phys | ( | HSD_GObj * | gobj | ) |
| void ftPp_SpecialN_Coll | ( | HSD_GObj * | gobj | ) |
| void ftPp_SpecialAirN_Coll | ( | Fighter_GObj * | gobj | ) |
|
inlinestatic |