mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-15 13:54:02 -05:00
30 lines
393 B
ArmAsm
30 lines
393 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/route_211_west.h"
|
|
|
|
.data
|
|
|
|
ScriptEntry _000E
|
|
ScriptEntry _0021
|
|
ScriptEntry _0038
|
|
ScriptEntryEnd
|
|
|
|
_000E:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 0
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0021:
|
|
ShowArrowSign 1
|
|
End
|
|
|
|
_0038:
|
|
ShowArrowSign 2
|
|
End
|
|
|
|
.byte 0
|