|
SSBM Decomp
|
#include "ftMr_SpecialN.h"#include <platform.h>#include "ef/efsync.h"#include "ft/fighter.h"#include "ft/ft_081B.h"#include "ft/ft_0892.h"#include "ft/ftanim.h"#include "ft/ftcommon.h"#include "ft/ftparts.h"#include "ft/types.h"#include "ftCommon/ftCo_Fall.h"#include "ftCommon/ftCo_Wait.h"#include "ftMario/types.h"#include "it/items/it_27CF.h"#include "it/items/itmariofireball.h"#include "lb/lb_00B0.h"#include <dolphin/mtx.h>#include <baselib/random.h>Functions | |
| static int | pickMegavitamin (Fighter *fp, 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) |
|
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 | ) |