diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 14:30:10 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 14:30:10 -0400 |
commit | 76185838e2961efb0bb1eacdbf37a45e29ca1a52 (patch) | |
tree | 8d52f8263282f00b9a9c7b973b125a789af05373 /scripts | |
parent | fdf55b45c44f4234f9f0ed6662db6f7089828b63 (diff) |
Saffron Mart, Pokecenter, and Silph 1F
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/saffronpokecenter.asm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/scripts/saffronpokecenter.asm b/scripts/saffronpokecenter.asm index 8f569a8e..05420812 100755 --- a/scripts/saffronpokecenter.asm +++ b/scripts/saffronpokecenter.asm @@ -7,9 +7,10 @@ SaffronPokecenterTextPointers: ; 5d53b (17:553b) dw SaffronPokecenterText2 dw SaffronPokecenterText3 dw SaffronPokecenterText4 + dw SaffronPokecenterText5 SaffronPokecenterText1: ; 5d543 (17:5543) - db $ff + TX_POKECENTER_NURSE SaffronPokecenterText2: ; 5d544 (17:5544) TX_FAR _SaffronPokecenterText1 @@ -20,4 +21,9 @@ SaffronPokecenterText3: ; 5d549 (17:5549) db "@" SaffronPokecenterText4: ; 5d54e (17:554e) - db $f6 + TX_CABLE_CLUB_RECEPTIONIST + +SaffronPokecenterText5: + TX_ASM + callab PokecenterChanseyText + jp TextScriptEnd |