Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
IsPlayerPounding.inc.c
Go to the documentation of this file.
1#include "common.h"
2#include "npc.h"
3
4API_CALLABLE(N(IsPlayerPounding)) {
5 script->varTable[0] = FALSE;
7 script->varTable[0] = TRUE;
8 }
9 return ApiStatus_DONE2;
10}
@ ACTION_STATE_SPIN_POUND
Definition enums.h:2442
@ ACTION_STATE_TORNADO_POUND
Definition enums.h:2444
#define ApiStatus_DONE2
Definition evt.h:118
PlayerStatus gPlayerStatus
Definition 77480.c:39