pokeplatinum/res/field/scripts/scripts_oreburgh_gate_b1f.s
Viperio 917567b059
Some checks are pending
build / build (push) Waiting to run
Document route 203 and oreburgh gate (#966)
2026-02-23 10:31:46 -08:00

19 lines
362 B
ArmAsm

#include "macros/scrcmd.inc"
#include "res/text/bank/oreburgh_gate_b1f.h"
ScriptEntry OreburghGateB1F_CyclistF
ScriptEntryEnd
OreburghGateB1F_CyclistF:
PlayFanfare SEQ_SE_CONFIRM
LockAll
FacePlayer
Message OreburghGateB1F_Text_DoYouSeeThoseBumpsOnTheGround
WaitABXPadPress
CloseMessage
ReleaseAll
End
.balign 4, 0