Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
Bubulb.inc.c
Go to the documentation of this file.
1
#include "common.h"
2
#include "
Bubulb.h
"
3
4
EvtScript
N(
EVS_NpcAuxAI_Bubulb
) = {
5
Return
6
End
7
};
8
9
NpcSettings
N(
NpcSettings_Bubulb
) = {
10
.height = 42,
11
.radius = 26,
12
.level =
ACTOR_LEVEL_NONE
,
13
.otherAI = &N(
EVS_NpcAuxAI_Bubulb
),
14
};
PopupMenu_SelectedIndex
BSS s32 PopupMenu_SelectedIndex
Definition
8a860_len_3f30.c:84
Bubulb.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
Bubulb.inc.c
Generated by
1.10.0