|
SSBM Decomp
|
Side Special - Confusion (SpecialS/SpecialAirS) More...
#include <baselib/forward.h>Go to the source code of this file.
Functions | |
| void | ftMt_SpecialS_Enter (HSD_GObj *gobj) |
| 0x801466C4 https://decomp.me/scratch/X6OTU // Mewtwo's grounded Confusion Motion State handler | |
| void | ftMt_SpecialAirS_Enter (HSD_GObj *gobj) |
| 0x8014677C https://decomp.me/scratch/4DvVc // Mewtwo's aerial Confusion Motion State handler | |
| void | ftMt_SpecialS_Anim (HSD_GObj *gobj) |
| 0x80146858 https://decomp.me/scratch/PYxCI // Mewtwo's grounded Confusion Animation callback | |
| void | ftMt_SpecialAirS_Anim (HSD_GObj *gobj) |
| 0x801468EC https://decomp.me/scratch/rpTDv // Mewtwo's aerial Confusion Animation callback | |
| void | ftMt_SpecialS_IASA (HSD_GObj *gobj) |
| 0x80146980 - Mewtwo's grounded Confusion IASA callback | |
| void | ftMt_SpecialAirS_IASA (HSD_GObj *gobj) |
| 0x80146984 - Mewtwo's aerial Confusion IASA callback | |
| void | ftMt_SpecialS_Phys (HSD_GObj *gobj) |
| 0x80146988 https://decomp.me/scratch/o5TC6 // Mewtwo's grounded Confusion Physics callback | |
| void | ftMt_SpecialAirS_Phys (HSD_GObj *gobj) |
| 0x801469BC https://decomp.me/scratch/o5TC6 // Mewtwo's aerial Confusion Physics callback | |
| void | ftMt_SpecialS_GroundToAir (HSD_GObj *gobj) |
| 0x801469F0 https://decomp.me/scratch/W9wyx // Mewtwo's ground -> air Confusion Action State handler | |
| void | ftMt_SpecialAirS_AirToGround (HSD_GObj *gobj) |
| 0x80146AD4 https://decomp.me/scratch/gv2WK // Mewtwo's air -> ground Confusion Action State handler | |
| void | ftMt_SpecialS_Coll (HSD_GObj *gobj) |
| 0x80146BB8 - Mewtwo's grounded Confusion Collision callback | |
| void | ftMt_SpecialAirS_Coll (HSD_GObj *gobj) |
| 0x80146BE0 - Mewtwo's aerial Confusion Collision callback | |
| void | ftMt_SpecialS_ReflectThink (HSD_GObj *gobj) |
| 0x80146C08 https://decomp.me/scratch/BDCzb // Confusion Reflect think function | |
| void | ftMt_SpecialS_OnReflect (HSD_GObj *gobj) |
| 0x80146CC8 - Mewtwo's OnReflect callback | |
Side Special - Confusion (SpecialS/SpecialAirS)
| void ftMt_SpecialS_Enter | ( | HSD_GObj * | gobj | ) |
0x801466C4 https://decomp.me/scratch/X6OTU // Mewtwo's grounded Confusion Motion State handler
| void ftMt_SpecialAirS_Enter | ( | HSD_GObj * | gobj | ) |
0x8014677C https://decomp.me/scratch/4DvVc // Mewtwo's aerial Confusion Motion State handler
| void ftMt_SpecialS_Anim | ( | HSD_GObj * | gobj | ) |
0x80146858 https://decomp.me/scratch/PYxCI // Mewtwo's grounded Confusion Animation callback
| void ftMt_SpecialAirS_Anim | ( | HSD_GObj * | gobj | ) |
0x801468EC https://decomp.me/scratch/rpTDv // Mewtwo's aerial Confusion Animation callback
| void ftMt_SpecialS_IASA | ( | HSD_GObj * | gobj | ) |
0x80146980 - Mewtwo's grounded Confusion IASA callback
| void ftMt_SpecialAirS_IASA | ( | HSD_GObj * | gobj | ) |
0x80146984 - Mewtwo's aerial Confusion IASA callback
| void ftMt_SpecialS_Phys | ( | HSD_GObj * | gobj | ) |
0x80146988 https://decomp.me/scratch/o5TC6 // Mewtwo's grounded Confusion Physics callback
| void ftMt_SpecialAirS_Phys | ( | HSD_GObj * | gobj | ) |
0x801469BC https://decomp.me/scratch/o5TC6 // Mewtwo's aerial Confusion Physics callback
| void ftMt_SpecialS_GroundToAir | ( | HSD_GObj * | gobj | ) |
0x801469F0 https://decomp.me/scratch/W9wyx // Mewtwo's ground -> air Confusion Action State handler
| void ftMt_SpecialAirS_AirToGround | ( | HSD_GObj * | gobj | ) |
0x80146AD4 https://decomp.me/scratch/gv2WK // Mewtwo's air -> ground Confusion Action State handler
| void ftMt_SpecialS_Coll | ( | HSD_GObj * | gobj | ) |
0x80146BB8 - Mewtwo's grounded Confusion Collision callback
| void ftMt_SpecialAirS_Coll | ( | HSD_GObj * | gobj | ) |
0x80146BE0 - Mewtwo's aerial Confusion Collision callback
| void ftMt_SpecialS_ReflectThink | ( | HSD_GObj * | gobj | ) |
0x80146C08 https://decomp.me/scratch/BDCzb // Confusion Reflect think function
| void ftMt_SpecialS_OnReflect | ( | HSD_GObj * | gobj | ) |
0x80146CC8 - Mewtwo's OnReflect callback