|
SSBM Decomp
|
#include "ftMr_SpecialLw.h"#include "inlines.h"#include "types.h"#include <platform.h>#include "ef/eflib.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/forward.h"#include "ftCommon/ftCo_Fall.h"#include "ftCommon/ftCo_FallSpecial.h"#include "lb/lbrefract.h"#include <common_structs.h>#include <dolphin/mtx.h>Functions | |
| static void | updateRot (HSD_GObj *gobj) |
| static void | setGfx (HSD_GObj *gobj) |
| static void | setCallbacks (HSD_GObj *gobj) |
| static void | doStartMotion (HSD_GObj *gobj) |
| static void | setCmdVar2 (HSD_GObj *gobj) |
| void | ftMr_SpecialLw_Enter (HSD_GObj *gobj) |
| void | ftMr_SpecialAirLw_Enter (HSD_GObj *gobj) |
| static void | unsetCallbacks (HSD_GObj *gobj) |
| void | ftMr_SpecialLw_Anim (HSD_GObj *gobj) |
| void | ftMr_SpecialAirLw_Anim (HSD_GObj *gobj) |
| void | ftMr_SpecialLw_IASA (HSD_GObj *gobj) |
| void | ftMr_SpecialAirLw_IASA (HSD_GObj *gobj) |
| static void | doPhys (HSD_GObj *gobj) |
| void | ftMr_SpecialLw_Phys (HSD_GObj *gobj) |
| void | ftMr_SpecialAirLw_Phys (HSD_GObj *gobj) |
| static void | doColl (HSD_GObj *gobj) |
| void | ftMr_SpecialLw_Coll (HSD_GObj *gobj) |
| static void | doAirCollIfUnk (HSD_GObj *gobj) |
| void | ftMr_SpecialAirLw_Coll (HSD_GObj *gobj) |
Variables | |
| static usize_t const | transition_flags |
| static ftCollisionBox | coll_box = { 12, 0, { -6, +6 }, { +6, +6 } } |
|
static |
|
static |
|
static |
|
static |
|
static |
| void ftMr_SpecialLw_Enter | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialAirLw_Enter | ( | HSD_GObj * | gobj | ) |
|
static |
| void ftMr_SpecialLw_Anim | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialAirLw_Anim | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialLw_IASA | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialAirLw_IASA | ( | HSD_GObj * | gobj | ) |
|
static |
| void ftMr_SpecialLw_Phys | ( | HSD_GObj * | gobj | ) |
| void ftMr_SpecialAirLw_Phys | ( | HSD_GObj * | gobj | ) |
|
static |
| void ftMr_SpecialLw_Coll | ( | HSD_GObj * | gobj | ) |
|
static |
| void ftMr_SpecialAirLw_Coll | ( | HSD_GObj * | gobj | ) |
|
static |
|
static |