Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
TrainToad.inc.c
Go to the documentation of this file.
1
#include "
TrainToad.h
"
2
3
EvtScript
N(EVS_NpcAuxAI_TrainToad) = {
4
Return
5
End
6
};
7
8
NpcSettings
N(NpcSettings_TrainToad) = {
9
.height = 32,
10
.radius = 24,
11
.level = ACTOR_LEVEL_NONE,
12
.otherAI = &N(EVS_NpcAuxAI_TrainToad),
13
};
TrainToad.h
EvtScript
Bytecode EvtScript[]
Definition
common_structs.h:14
NpcSettings
Definition
npc.h:143
End
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
Definition
macros.h:213
Return
#define Return
Kills the current EVT thread.
Definition
macros.h:217
src
world
common
npc
TrainToad.inc.c
Generated by
1.10.0