|
SSBM Decomp
|
#include "ftmariospecialn.h"#include <Runtime/platform.h>#include <melee/ft/forward.h>#include "types.h"#include <dolphin/mtx.h>#include <melee/ef/efsync.h>#include <melee/ft/fighter.h>#include <melee/ft/ft_081B.h>#include <melee/ft/ft_084E.h>#include <melee/ft/ft_0892.h>#include <melee/ft/ftanim.h>#include <melee/ft/ftparts.h>#include <melee/ft/kinds/ftCommon/ftCo_Fall.h>#include <melee/ft/kinds/ftCommon/ftCo_Wait.h>#include <melee/ft/kinds/ftCommon/inlines.h>#include <melee/ft/types.h>#include <melee/it/kinds/itdrmariopill.h>#include <melee/it/kinds/itmariofireball.h>#include <melee/lb/lb_00B0.h>#include <sysdolphin/baselib/random.h>Functions | |
| static int | pickMegavitamin (Fighter *fp, const int *arr, int outpos) |
| int | ftMr_SpecialN_VitaminRandom (HSD_GObj *gobj) |
| Get random Megavitamin color combo for Dr. Mario. | |
| void | ftMr_SpecialN_Enter (HSD_GObj *gobj) |
| void | ftMr_SpecialN_Anim (HSD_GObj *gobj) |
| void | ftMr_SpecialN_IASA (HSD_GObj *gobj) |
| void | ftMr_SpecialN_Phys (HSD_GObj *gobj) |
| void | ftMr_SpecialN_Coll (HSD_GObj *gobj) |
| void | ftMr_SpecialN_ItemFireSpawn (HSD_GObj *gobj) |
| void | ftMr_SpecialAirN_Enter (HSD_GObj *gobj) |
| void | ftMr_SpecialAirN_Anim (HSD_GObj *gobj) |
| void | ftMr_SpecialAirN_IASA (HSD_GObj *gobj) |
| void | ftMr_SpecialAirN_Phys (HSD_GObj *gobj) |
| void | ftMr_SpecialAirN_Coll (HSD_GObj *gobj) |
| void | ftMr_SpecialN_GroundToAir (HSD_GObj *gobj) |
| void | ftMr_SpecialAirN_AirToGround (HSD_GObj *gobj) |
Variables | |
| static MotionFlags const | ftMr_MF_SpecialN_Coll |
|
static |
| int ftMr_SpecialN_VitaminRandom | ( | HSD_GObj * | gobj | ) |
Get random Megavitamin color combo for Dr. Mario.
| void ftMr_SpecialN_Enter | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialN_Anim | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialN_IASA | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialN_Phys | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialN_Coll | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialN_ItemFireSpawn | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialAirN_Enter | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialAirN_Anim | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialAirN_IASA | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialAirN_Phys | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialAirN_Coll | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialN_GroundToAir | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialAirN_AirToGround | ( | HSD_GObj * | gobj | ) |
|
static |