pokeplatinum/res/field/scripts/scripts_oreburgh_city_south_house.s
Viperio e975136357
Some checks are pending
build / build (push) Waiting to run
Document oreburgh scripts (#974)
2026-02-27 08:52:49 -07:00

19 lines
387 B
ArmAsm

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