Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
twink.h
Go to the documentation of this file.
1#ifndef _WORLD_PARTNER_TWINK_H_
2#define _WORLD_PARTNER_TWINK_H_
3
4#include "common.h"
5#include "script_api/map.h"
6
7void world_twink_init(Npc* partner);
8
13
14#endif
Bytecode EvtScript[]
EvtScript EVS_WorldTwink_TakeOut
Definition twink.c:59
void world_twink_init(Npc *partner)
EvtScript EVS_WorldTwink_UseAbility
Definition twink.c:71
EvtScript EVS_WorldTwink_PutAway
Definition twink.c:77
EvtScript EVS_WorldTwink_Update
Definition twink.c:65