Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
WaitForPlayerToLand.inc.c
Go to the documentation of this file.
1#include "common.h"
2#include "npc.h"
3
4API_CALLABLE(N(WaitForPlayerToLand)) {
5 script->varTable[0] = 0;
7 script->varTable[0] = 1;
8 }
9 return ApiStatus_DONE2;
10}
@ PARTNER_ACTION_NONE
Definition enums.h:2932
@ PARTNER_BOMBETTE
Definition enums.h:2888
#define ApiStatus_DONE2
Definition evt.h:118
PartnerStatus gPartnerStatus
Definition partners.c:42