diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-11 16:16:56 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-11 16:16:56 -0500 |
commit | c979b3bb03b121dd03a800df74144cd69a74601a (patch) | |
tree | 0d6bb48125efe6f6215347967383ba4c3b7da391 /scripts/saffronpokecenter.asm | |
parent | 269f2c3ba72776e975f5b00d9a1361cadbda42a7 (diff) | |
parent | 6e8c3883e430b567f7aa8f9230e366e03610bd5a (diff) |
Merge branch 'master' of https://github.com/pret/pokeyellow
Diffstat (limited to 'scripts/saffronpokecenter.asm')
-rwxr-xr-x | scripts/saffronpokecenter.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/saffronpokecenter.asm b/scripts/saffronpokecenter.asm index 05420812..7fde0502 100755 --- a/scripts/saffronpokecenter.asm +++ b/scripts/saffronpokecenter.asm @@ -1,26 +1,26 @@ -SaffronPokecenterScript: ; 5d535 (17:5535) +SaffronPokecenterScript: call Serial_TryEstablishingExternallyClockedConnection jp EnableAutoTextBoxDrawing -SaffronPokecenterTextPointers: ; 5d53b (17:553b) +SaffronPokecenterTextPointers: dw SaffronPokecenterText1 dw SaffronPokecenterText2 dw SaffronPokecenterText3 dw SaffronPokecenterText4 dw SaffronPokecenterText5 -SaffronPokecenterText1: ; 5d543 (17:5543) +SaffronPokecenterText1: TX_POKECENTER_NURSE -SaffronPokecenterText2: ; 5d544 (17:5544) +SaffronPokecenterText2: TX_FAR _SaffronPokecenterText1 db "@" -SaffronPokecenterText3: ; 5d549 (17:5549) +SaffronPokecenterText3: TX_FAR _SaffronPokecenterText3 db "@" -SaffronPokecenterText4: ; 5d54e (17:554e) +SaffronPokecenterText4: TX_CABLE_CLUB_RECEPTIONIST SaffronPokecenterText5: |