|
SSBM Decomp
|
#include "ftfoxappeals.h"#include <Runtime/platform.h>#include <melee/ft/forward.h>#include "types.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/types.h>#include <melee/gr/grcorneria.h>#include <melee/pl/player.h>#include <melee/pl/plbonus.h>#include <melee/pl/plbonuslib.h>Macros | |
| #define | FTFOX_APPEALS_ATTACKID 0x72 |
Functions | |
| bool | ftFx_AppealS_CheckIfUsed (Fighter *fp) |
| Check if Special Taunt has already been performed. | |
| static bool | ftFox_CheckAppealSCount (void) |
| bool | ftFx_AppealS_CheckInput (HSD_GObj *gobj) |
| Check if Fox/Falco has pressed D-Pad Down. | |
| static bool | ftFox_AppealS_GetLR (float x1, float x2) |
| void | ftFx_AppealS_Enter (HSD_GObj *gobj) |
| Fox & Falco's Special Taunt Motion State handler. | |
| static void | ftFx_AppealS_OnTakeDamage (HSD_GObj *) |
| Fox & Falco's Special Taunt OnTakeDamage/OnDeath callback. | |
| void | ftFx_AppealS_Anim (HSD_GObj *gobj) |
| Fox & Falco's Special Taunt Start Animation callback. | |
| void | ftFx_AppealS_IASA (HSD_GObj *gobj) |
| Fox & Falco's Special Taunt Start IASA callback. | |
| void | ftFx_AppealS_Phys (HSD_GObj *gobj) |
| Fox & Falco's Special Taunt Physics callback. | |
| void | ftFx_AppealS_Coll (HSD_GObj *gobj) |
| Fox & Falco's Special Taunt Collision callback. | |
Variables | |
| static s32 | ASID_AppealS [2][3] |
| #define FTFOX_APPEALS_ATTACKID 0x72 |
Check if Special Taunt has already been performed.
|
inlinestatic |
|
inlinestatic |
| void ftFx_AppealS_Enter | ( | HSD_GObj * | gobj | ) |
Fox & Falco's Special Taunt Motion State handler.
|
static |
Fox & Falco's Special Taunt OnTakeDamage/OnDeath callback.
| void ftFx_AppealS_Anim | ( | HSD_GObj * | gobj | ) |
Fox & Falco's Special Taunt Start Animation callback.
| void ftFx_AppealS_IASA | ( | HSD_GObj * | gobj | ) |
Fox & Falco's Special Taunt Start IASA callback.
| void ftFx_AppealS_Phys | ( | HSD_GObj * | gobj | ) |
Fox & Falco's Special Taunt Physics callback.
| void ftFx_AppealS_Coll | ( | HSD_GObj * | gobj | ) |
Fox & Falco's Special Taunt Collision callback.
|
static |