4#define NAMESPACE A(trd_03)
12 Exec(N(EVS_AnimateCloud))
17 Exec(N(EVS_AnimateCloud_WithOffset2D))
27s32 N(ForegroundModels)[] = {
36 .shape =
"trd_bt03_shape",
37 .hit =
"trd_bt03_hit",
39 .preBattle = &N(EVS_PreBattle),
40 .postBattle = &N(EVS_PostBattle),
41 .foregroundModelList = N(ForegroundModels),
ApiStatus SetSpriteShading(Evt *script, b32 isInitialCall)
#define Set(VAR, INT_VALUE)
Sets the given variable to a given value casted to an integer.
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
#define Exec(EVT_SOURCE)
Launches a new thread.
#define Return
Kills the current EVT thread.
#define STAGE_MODEL_LIST_END