Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
TubbasHeart.inc.c
Go to the documentation of this file.
1
#include "
TubbasHeart.h
"
2
3
EvtScript
N(
EVS_NpcAuxAI_TubbasHeart
) = {
4
Return
5
End
6
};
7
8
EvtScript
N(
EVS_NpcDefeat_TubbasHeart
) = {
9
Return
10
End
11
};
12
13
NpcSettings
N(
NpcSettings_TubbasHeart
) = {
14
.height = 24,
15
.radius = 24,
16
.level =
ACTOR_LEVEL_CLUBBA
,
17
.otherAI = &N(
EVS_NpcAuxAI_TubbasHeart
),
18
.onDefeat = &N(
EVS_NpcDefeat_TubbasHeart
),
19
};
PopupMenu_SelectedIndex
BSS s32 PopupMenu_SelectedIndex
Definition
8a860_len_3f30.c:84
TubbasHeart.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
TubbasHeart.inc.c
Generated by
1.10.0