Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
Dryite_Wander.inc.c
Go to the documentation of this file.
1
#include "
Dryite.h
"
2
3
MobileAISettings
N(
AISettings_Dryite_Wander
) = {
4
.moveSpeed = 1.5f,
5
.moveTime = 60,
6
.waitTime = 30,
7
.playerSearchInterval = -1,
8
.unk_AI_2C = 1,
9
};
10
11
EvtScript
N(
EVS_NpcAI_Dryite_Wander
) = {
12
Call
(
BasicAI_Main
,
Ref
(N(
AISettings_Dryite_Wander
)))
13
Return
14
End
15
};
16
17
NpcSettings
N(
NpcSettings_Dryite_Wander
) = {
18
.height = 26,
19
.radius = 23,
20
.ai = &N(
EVS_NpcAI_Dryite_Wander
),
21
.level =
ACTOR_LEVEL_NONE
,
22
.actionFlags = 16,
23
};
PopupMenu_SelectedIndex
BSS s32 PopupMenu_SelectedIndex
Definition
8a860_len_3f30.c:84
Dryite.h
EvtScript
Bytecode EvtScript[]
Definition
common_structs.h:14
MobileAISettings
Definition
npc.h:92
NpcSettings
Definition
npc.h:143
Ref
#define Ref(sym)
Address/pointer constant.
Definition
macros.h:60
End
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
Definition
macros.h:213
Call
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
Definition
macros.h:576
Return
#define Return
Kills the current EVT thread.
Definition
macros.h:217
src
world
common
npc
Dryite_Wander.inc.c
Generated by
1.10.0