Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
GoombaFamily_Wander.inc.c
Go to the documentation of this file.
1#include "GoombaFamily.h"
2
4 .moveSpeed = 1.5f,
5 .moveTime = 60,
6 .waitTime = 30,
7 .playerSearchInterval = -1,
8 .unk_AI_2C = 1,
9};
10
13 Return
14 End
15};
16
18 .height = 22,
19 .radius = 24,
20 .level = ACTOR_LEVEL_NONE,
23};
BSS s32 PopupMenu_SelectedIndex
Bytecode EvtScript[]
@ AI_ACTION_LOOK_AROUND_DURING_LOITER
Definition enums.h:4615
#define Ref(sym)
Address/pointer constant.
Definition macros.h:60
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
Definition macros.h:213
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
Definition macros.h:576
#define Return
Kills the current EVT thread.
Definition macros.h:217