summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-02 13:07:08 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-02 13:07:08 -0400
commitf90a30fedbb90fe86141325d47ae750eee926a4c (patch)
treef912fce3e2026c98924e1fff329602df208a5d93 /scripts
parent876cd1086c24c1234ba0759fa3784d0002a8764f (diff)
Cinnabar Pokecenter
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cinnabarpokecenter.asm10
1 files changed, 8 insertions, 2 deletions
diff --git a/scripts/cinnabarpokecenter.asm b/scripts/cinnabarpokecenter.asm
index abae9d8d..fd49ae85 100755
--- a/scripts/cinnabarpokecenter.asm
+++ b/scripts/cinnabarpokecenter.asm
@@ -7,9 +7,10 @@ CinnabarPokecenterTextPointers: ; 75e32 (1d:5e32)
dw CinnabarPokecenterText2
dw CinnabarPokecenterText3
dw CinnabarPokecenterText4
+ dw CinnabarPokecenterText5
CinnabarPokecenterText1: ; 75e3a (1d:5e3a)
- db $ff
+ TX_POKECENTER_NURSE
CinnabarPokecenterText2: ; 75e3b (1d:5e3b)
TX_FAR _CinnabarPokecenterText1
@@ -20,4 +21,9 @@ CinnabarPokecenterText3: ; 75e40 (1d:5e40)
db "@"
CinnabarPokecenterText4: ; 75e45 (1d:5e45)
- db $f6
+ TX_CABLE_CLUB_RECEPTIONIST
+
+CinnabarPokecenterText5:
+ TX_ASM
+ callab PokecenterChanseyText
+ jp TextScriptEnd