mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-08 04:45:19 -05:00
33 lines
425 B
ArmAsm
33 lines
425 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
|
|
.data
|
|
|
|
ScriptEntry _0010
|
|
ScriptEntry _000A
|
|
.short 0xFD13
|
|
|
|
_000A:
|
|
SetFlag 0x9D8
|
|
End
|
|
|
|
_0010:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
ScrCmd_284 0x800C
|
|
GoToIfGe 0x800C, 26, _0034
|
|
Message 0
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0034:
|
|
Message 1
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.byte 0
|