mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-08 18:53:03 -05:00
25 lines
299 B
ArmAsm
25 lines
299 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
|
|
.data
|
|
|
|
ScriptEntry _000A
|
|
ScriptEntry _0010
|
|
.short 0xFD13
|
|
|
|
_000A:
|
|
SetFlag 0x9DC
|
|
End
|
|
|
|
_0010:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
Message 0
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.byte 0
|
|
.byte 0
|
|
.byte 0
|