mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
19 lines
387 B
ArmAsm
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
|