pokeplatinum/res/field/scripts/scripts_route_210_north.s
scbroede f52b285eeb
Some checks failed
build / build (push) Has been cancelled
replace remaining script bytes with macros (#659)
2025-08-02 07:26:40 +08:00

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