summaryrefslogtreecommitdiff
path: root/maps/Route10PokeCenter1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route10PokeCenter1F.asm')
-rw-r--r--maps/Route10PokeCenter1F.asm10
1 files changed, 8 insertions, 2 deletions
diff --git a/maps/Route10PokeCenter1F.asm b/maps/Route10PokeCenter1F.asm
index 76b39967f..a2f971b43 100644
--- a/maps/Route10PokeCenter1F.asm
+++ b/maps/Route10PokeCenter1F.asm
@@ -1,3 +1,9 @@
+const_value set 2
+ const ROUTE10POKECENTER1F_NURSE
+ const ROUTE10POKECENTER1F_GENTLEMAN
+ const ROUTE10POKECENTER1F_GYM_GUY
+ const ROUTE10POKECENTER1F_COOLTRAINER_F
+
Route10PokeCenter1F_MapScriptHeader:
.MapTriggers:
db 0
@@ -17,14 +23,14 @@ GymGuyScript_0x188bda:
checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x188be8
writetext UnknownText_0x188c26
+ waitbutton
closetext
- loadmovesprites
end
UnknownScript_0x188be8:
writetext UnknownText_0x188c9e
+ waitbutton
closetext
- loadmovesprites
end
CooltrainerFScript_0x188bee: