Files
pokeplatinum/res/field/scripts/scripts_init_battle_tower.s
Viperio 42e580e8d7
Some checks failed
build / build (push) Has been cancelled
Document battle frontier scripts (#1122)
2026-04-30 12:44:06 -07:00

17 lines
517 B
ArmAsm

#include "macros/scrcmd.inc"
InitScriptEntry_OnTransition 22
InitScriptEntry_OnResume 23
InitScriptEntry_OnFrameTable InitScriptFrameTable
InitScriptEntryEnd
InitScriptFrameTable:
InitScriptGoToIfEqual VAR_BATTLE_TOWER_LOBBY_LOAD_ACTION, 1, 4
InitScriptGoToIfEqual VAR_BATTLE_TOWER_LOBBY_LOAD_ACTION, 2, 5
InitScriptGoToIfEqual VAR_BATTLE_TOWER_LOBBY_LOAD_ACTION, 3, 8
InitScriptGoToIfEqual VAR_BATTLE_TOWER_LOBBY_LOAD_ACTION, 0xFF, 6
InitScriptFrameTableEnd
InitScriptEnd