mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
29 lines
392 B
ArmAsm
29 lines
392 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/route_210_north.h"
|
|
|
|
|
|
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:
|
|
ShowLandmarkSign 2
|
|
End
|
|
|
|
.balign 4, 0
|