5#include "sprite/player.h"
7#define NAMESPACE battle_item_super_soda
13API_CALLABLE(N(func_802A123C_724F1C)) {
27API_CALLABLE(N(func_802A12EC_724FCC)) {
51API_CALLABLE(N(func_802A1378_725058)) {
82API_CALLABLE(N(SpawnFlowerRecoveryFX)) {
89 fx_recover(1, a, b, c, d);
137 Call(InitTargetIterator)
140 Call(SetBattleCamTarget, -125, 1, 0)
141 Call(SetBattleCamOffsetY, 41)
142 Call(SetBattleCamDist, 248)
143 Call(MoveBattleCamOver, 25)
147 Call(AddBattleCamDist, 100)
148 Call(MoveBattleCamOver, 30)
178 Call(InitTargetIterator)
199 Call(InitTargetIterator)
201 Call(N(func_802A1378_725058), 0)
struct EffectInstance * disableEffect
struct DisableXFXData * disableX
@ ITEM_SPAWN_MODE_DECORATION
s32 evt_get_variable(Evt *script, Bytecode var)
void remove_status_debuff(s32)
ItemEntity * get_item_entity(s32 itemEntityIndex)
void btl_update_ko_status(void)
Actor * get_actor(s32 actorID)
void dispatch_event_partner(s32)
ApiStatus RemoveItemEntity(Evt *script, b32 isInitialCall)
ApiStatus ShowRecoveryShimmer(Evt *script, b32 isInitialCall)
ApiStatus CreateVirtualEntity(Evt *script, b32 isInitialCall)
ApiStatus SetVirtualEntityFlags(Evt *script, b32 isInitialCall)
ApiStatus SetVirtualEntityPosition(Evt *script, b32 isInitialCall)
ApiStatus MakeItemEntity(Evt *script, b32 isInitialCall)
ApiStatus GetVirtualEntityPosition(Evt *script, b32 isInitialCall)
ApiStatus ShowStartRecoveryShimmer(Evt *script, b32 isInitialCall)
ApiStatus SetVirtualEntityJumpGravity(Evt *script, b32 isInitialCall)
ApiStatus VirtualEntityJumpTo(Evt *script, b32 isInitialCall)
#define Else
Marks the end of an if statement and the start of the else block.
#define Ref(sym)
Address/pointer constant.
#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 Add(VAR, INT_VALUE)
#define EndLoop
Marks the end of a loop.
#define IfGt(LVAR, RVAR)
Marks the beginning of an if statement that only executes if LVAR <= RVAR.
#define EndIf
Marks the end of an if statement or an else block.
#define ExecWait(EVT_SOURCE)
Launches a new child thread.
#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 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 Loop(TIMES)
Marks the beginning of a loop.
#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.
struct Actor * partnerActor
EntityModelScript EMS_StarIcon
BattleStatus gBattleStatus