Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
SwitchToPartner.inc.c
Go to the documentation of this file.
1
#include "common.h"
2
3
API_CALLABLE(N(SwitchToPartner)) {
4
switch_to_partner
(
evt_get_variable
(script, *script->ptrReadPos));
5
return
ApiStatus_DONE2
;
6
}
ApiStatus_DONE2
#define ApiStatus_DONE2
Definition
evt.h:118
evt_get_variable
s32 evt_get_variable(Evt *script, Bytecode var)
Definition
evt.c:1690
switch_to_partner
void switch_to_partner(s32 arg0)
Definition
partners.c:906
src
world
common
todo
SwitchToPartner.inc.c
Generated by
1.10.0