Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
SetDemoBattleBeginDelay.inc.c
Go to the documentation of this file.
1#include "common.h"
2#include "npc.h"
3
4extern s16 DemoBattleBeginDelay;
5
6API_CALLABLE(N(SetDemoBattleBeginDelay)) {
7 DemoBattleBeginDelay = script->varTable[0];
8 return ApiStatus_DONE2;
9}
s16 DemoBattleBeginDelay
Definition 16C8E0.c:13
#define ApiStatus_DONE2
Definition evt.h:118