SSBM Decomp
Loading...
Searching...
No Matches
ftMt_SpecialLw.c File Reference
#include "ftMt_SpecialLw.h"
#include "ftMt_Init.h"
#include <platform.h>
#include "forward.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/types.h"
#include "ftCommon/ftCo_Fall.h"
#include "ftMewtwo/types.h"
#include "it/items/itmewtwodisable.h"
#include "lb/lb_00B0.h"
#include <dolphin/mtx.h>

Macros

#define FTMEWTWO_SPECIALLW_COLL_FLAG
 SpecialLw/SpecialAirLw.
 

Functions

void ftMt_SpecialLw_ClearDisableGObj (HSD_GObj *gobj)
 0x80146198 https://decomp.me/scratch/QML6g // Reset Disable Stall flag
 
void ftMt_SpecialLw_RemoveDisable (HSD_GObj *gobj)
 0x801461A8 https://decomp.me/scratch/d5gF6 // Remove Disable projectile
 
void ftMt_SpecialLw_Enter (HSD_GObj *gobj)
 0x801461F0 https://decomp.me/scratch/WnODY // Mewtwo's grounded Disable Motion State handler
 
void ftMt_SpecialAirLw_Enter (HSD_GObj *gobj)
 0x80146264 https://decomp.me/scratch/fX4aP // Mewtwo's aerial Disable Motion State handler
 
void ftMt_SpecialLw_Anim (HSD_GObj *gobj)
 0x801462DC https://decomp.me/scratch/2no6L // Mewtwo's grounded Disable Animation callback
 
void ftMt_SpecialAirLw_Anim (HSD_GObj *gobj)
 0x80146338 - Mewtwo's aerial Disable Animation callback
 
void ftMt_SpecialLw_IASA (HSD_GObj *gobj)
 0x80146394 - Mewtwo's grounded Disable IASA callback
 
void ftMt_SpecialAirLw_IASA (HSD_GObj *gobj)
 0x80146398 - Mewtwo's aerial Disable IASA callback
 
void ftMt_SpecialLw_Phys (HSD_GObj *gobj)
 0x8014639C - Mewtwo's grounded Disable Physics callback
 
void ftMt_SpecialAirLw_Phys (HSD_GObj *gobj)
 0x801463BC https://decomp.me/scratch/haV3L // Mewtwo's aerial Disable Physics callback
 
void ftMewtwo_SpecialLw_SetCall (HSD_GObj *gobj)
 
void ftMt_SpecialLw_GroundToAir (HSD_GObj *gobj)
 0x80146410 https://decomp.me/scratch/ktqvT // Mewtwo's ground -> air Disable Action State handler
 
void ftMt_SpecialAirLw_AirToGround (HSD_GObj *gobj)
 0x801464B0 https://decomp.me/scratch/xNFhq // Mewtwo's air -> ground Disable Action State handler
 
void ftMt_SpecialLw_Coll (HSD_GObj *gobj)
 0x80146544 - Mewtwo's grounded Disable Collision callback
 
void ftMt_SpecialAirLw_Coll (HSD_GObj *gobj)
 0x8014656C - Mewtwo's aerial Disable Collision callback
 
void ftMt_SpecialLw_CreateDisable (HSD_GObj *gobj)
 0x80146594 https://decomp.me/scratch/rAoIe // Create Disable projectile
 

Macro Definition Documentation

◆ FTMEWTWO_SPECIALLW_COLL_FLAG

#define FTMEWTWO_SPECIALLW_COLL_FLAG
Value:
static MotionFlags const Ft_MF_KeepGfx
Definition forward.h:165
static MotionFlags const Ft_MF_UpdateCmd
Run all Subaction Events up to the current animation frame.
Definition forward.h:200
static MotionFlags const Ft_MF_SkipItemVis
Used by Ness during Up/Down Smash.
Definition forward.h:210
static MotionFlags const Ft_MF_SkipModelFlags
Definition forward.h:228
static MotionFlags const Ft_MF_SkipModelPartVis
Definition forward.h:220
static MotionFlags const Ft_MF_Unk19
Skips updating bit 5 of #Fighter::x2222_flag?
Definition forward.h:213
static MotionFlags const Ft_MF_Unk27
Definition forward.h:230
static MotionFlags const Ft_MF_SkipColAnim
Definition forward.h:194
static MotionFlags const Ft_MF_SkipMatAnim
Ignore switching to character's "hurt" textures ?
Definition forward.h:181

SpecialLw/SpecialAirLw.

Function Documentation

◆ ftMt_SpecialLw_ClearDisableGObj()

void ftMt_SpecialLw_ClearDisableGObj ( HSD_GObj gobj)

0x80146198 https://decomp.me/scratch/QML6g // Reset Disable Stall flag

◆ ftMt_SpecialLw_RemoveDisable()

void ftMt_SpecialLw_RemoveDisable ( HSD_GObj gobj)

0x801461A8 https://decomp.me/scratch/d5gF6 // Remove Disable projectile

◆ ftMt_SpecialLw_Enter()

void ftMt_SpecialLw_Enter ( HSD_GObj gobj)

0x801461F0 https://decomp.me/scratch/WnODY // Mewtwo's grounded Disable Motion State handler

◆ ftMt_SpecialAirLw_Enter()

void ftMt_SpecialAirLw_Enter ( HSD_GObj gobj)

0x80146264 https://decomp.me/scratch/fX4aP // Mewtwo's aerial Disable Motion State handler

◆ ftMt_SpecialLw_Anim()

void ftMt_SpecialLw_Anim ( HSD_GObj gobj)

0x801462DC https://decomp.me/scratch/2no6L // Mewtwo's grounded Disable Animation callback

◆ ftMt_SpecialAirLw_Anim()

void ftMt_SpecialAirLw_Anim ( HSD_GObj gobj)

0x80146338 - Mewtwo's aerial Disable Animation callback

◆ ftMt_SpecialLw_IASA()

void ftMt_SpecialLw_IASA ( HSD_GObj gobj)

0x80146394 - Mewtwo's grounded Disable IASA callback

◆ ftMt_SpecialAirLw_IASA()

void ftMt_SpecialAirLw_IASA ( HSD_GObj gobj)

0x80146398 - Mewtwo's aerial Disable IASA callback

◆ ftMt_SpecialLw_Phys()

void ftMt_SpecialLw_Phys ( HSD_GObj gobj)

0x8014639C - Mewtwo's grounded Disable Physics callback

◆ ftMt_SpecialAirLw_Phys()

void ftMt_SpecialAirLw_Phys ( HSD_GObj gobj)

0x801463BC https://decomp.me/scratch/haV3L // Mewtwo's aerial Disable Physics callback

◆ ftMewtwo_SpecialLw_SetCall()

void ftMewtwo_SpecialLw_SetCall ( HSD_GObj gobj)
inline

◆ ftMt_SpecialLw_GroundToAir()

void ftMt_SpecialLw_GroundToAir ( HSD_GObj gobj)

0x80146410 https://decomp.me/scratch/ktqvT // Mewtwo's ground -> air Disable Action State handler

◆ ftMt_SpecialAirLw_AirToGround()

void ftMt_SpecialAirLw_AirToGround ( HSD_GObj gobj)

0x801464B0 https://decomp.me/scratch/xNFhq // Mewtwo's air -> ground Disable Action State handler

◆ ftMt_SpecialLw_Coll()

void ftMt_SpecialLw_Coll ( HSD_GObj gobj)

0x80146544 - Mewtwo's grounded Disable Collision callback

◆ ftMt_SpecialAirLw_Coll()

void ftMt_SpecialAirLw_Coll ( HSD_GObj gobj)

0x8014656C - Mewtwo's aerial Disable Collision callback

◆ ftMt_SpecialLw_CreateDisable()

void ftMt_SpecialLw_CreateDisable ( HSD_GObj gobj)

0x80146594 https://decomp.me/scratch/rAoIe // Create Disable projectile