mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
23 lines
353 B
ArmAsm
23 lines
353 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/solaceon_ruins_room_1.h"
|
|
|
|
|
|
ScriptEntry _000A
|
|
ScriptEntry _0010
|
|
ScriptEntryEnd
|
|
|
|
_000A:
|
|
SetFlag FLAG_FIRST_ARRIVAL_SOLACEON_RUINS
|
|
End
|
|
|
|
_0010:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
MessageUnown 0
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.balign 4, 0
|