5#define NAMESPACE A(sam_02)
16 Exec(N(EVS_AnimateHangingSnowflake_RandomSpin))
20 Exec(N(EVS_AnimateHangingSnowflake_RandomSpin))
24 Exec(N(EVS_AnimateHangingSnowflake_RandomSpin))
28 Exec(N(EVS_AnimateHangingSnowflake_RandomSpin))
30 Exec(N(EVS_SpawnSnowfall))
40s32 N(ForegroundModels)[] = {
48 .shape =
"sam_bt02_shape",
49 .hit =
"sam_bt02_hit",
51 .preBattle = &N(EVS_PreBattle),
52 .postBattle = &N(EVS_PostBattle),
53 .foregroundModelList = N(ForegroundModels),
ApiStatus SetGroupVisibility(Evt *script, b32 isInitialCall)
Enables or disables the given group.
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 Thread
Marks the start of a thread block.
#define EndThread
Marks the end of a thread block.
#define Wait(NUM_FRAMES)
Blocks for the given number of frames.
#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