pokeplatinum/res/field/scripts/scripts_pokemon_league.s
2024-07-16 12:01:40 -07:00

38 lines
543 B
ArmAsm

#include "macros/scrcmd.inc"
.data
ScriptEntry _000E
ScriptEntry _0025
ScriptEntry _003C
.short 0xFD13
_000E:
ScrCmd_036 1, 1, 0, 0x800C
ScrCmd_038 3
ScrCmd_039
ScrCmd_03B 0x800C
CallCommonScript 0x7D0
End
_0025:
ScrCmd_036 2, 2, 0, 0x800C
ScrCmd_038 3
ScrCmd_039
ScrCmd_03B 0x800C
CallCommonScript 0x7D0
End
_003C:
PlayFanfare SEQ_SE_CONFIRM
LockAll
Message 0
WaitABXPadPress
CloseMessage
ReleaseAll
End
.byte 0
.byte 0
.byte 0