3#include "sprite/npc/BattleKlevar.h"
4#include "sprite/player.h"
6#define NAMESPACE battle_move_time_out
11 ExecWait(N(EVS_StarPower_WishForSpirit))
13 ExecWait(N(EVS_StarPower_SpiritSummoned))
21 Call(InitTargetIterator)
37 ExecWait(N(EVS_StarPower_SpiritDeparts))
@ BS_FLAGS1_TRIGGER_EVENTS
@ DAMAGE_TYPE_STATUS_ALWAYS_HITS
@ DAMAGE_TYPE_MULTIPLE_POPUPS
ApiStatus PlaySound(Evt *script, b32 isInitialCall)
ApiStatus SetNpcAnimation(Evt *script, b32 isInitialCall)
#define IfNe(LVAR, RVAR)
Marks the beginning of an if statement that only executes if LVAR != RVAR.
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
#define Goto(LABEL_ID)
Moves execution to the given label.
#define Label(LABEL_ID)
Marks this point in the script as a Goto target.
#define EndIf
Marks the end of an if statement or an else block.
#define ExecWait(EVT_SOURCE)
Launches a new child thread.
#define DMG_STATUS_KEY(typeFlag, duration, chance)
#define Wait(NUM_FRAMES)
Blocks for the given number of frames.
#define PlayEffect(args...)
#define IfEq(LVAR, RVAR)
Marks the beginning of an if statement that only executes if LVAR == RVAR.
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
#define SetConst(VAR, CONST)
Sets the given variable to a given value, skipping the evt_get_variable call.
#define Return
Kills the current EVT thread.