mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-15 22:04:57 -05:00
26 lines
349 B
ArmAsm
26 lines
349 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/old_chateau.h"
|
|
|
|
.data
|
|
|
|
ScriptEntry _000A
|
|
ScriptEntry _0010
|
|
ScriptEntryEnd
|
|
|
|
_000A:
|
|
SetFlag FLAG_UNK_0x09DC
|
|
End
|
|
|
|
_0010:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
Message 0
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.byte 0
|
|
.byte 0
|
|
.byte 0
|