Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
UnkVtxFunc.inc.c File Reference

Go to the source code of this file.

Functions

void N SomeVtxFunc (void)
 

Function Documentation

◆ SomeVtxFunc()

void N SomeVtxFunc ( void )

Definition at line 4 of file UnkVtxFunc.inc.c.

4 {
5 script->varTable[0] = gPlayerData.coins;
6 return ApiStatus_DONE2;
7}
#define ApiStatus_DONE2
Definition evt.h:118
PlayerData gPlayerData
Definition 77480.c:40