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/viridianpokecenter.asm | |
| parent | Sync with pokered (diff) | |
| parent | Part 1 of syncing with pokered. (diff) | |
| download | pokeyellow-c979b3bb03b121dd03a800df74144cd69a74601a.tar.gz pokeyellow-c979b3bb03b121dd03a800df74144cd69a74601a.tar.xz pokeyellow-c979b3bb03b121dd03a800df74144cd69a74601a.zip | |
Merge branch 'master' of https://github.com/pret/pokeyellow
Diffstat (limited to 'scripts/viridianpokecenter.asm')
| -rwxr-xr-x | scripts/viridianpokecenter.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/viridianpokecenter.asm b/scripts/viridianpokecenter.asm index c2e2d283..3bbedf8d 100755 --- a/scripts/viridianpokecenter.asm +++ b/scripts/viridianpokecenter.asm @@ -1,26 +1,26 @@ -ViridianPokeCenterScript: ; 4425d (11:425d) +ViridianPokeCenterScript: call Serial_TryEstablishingExternallyClockedConnection jp EnableAutoTextBoxDrawing -ViridianPokecenterTextPointers: ; 44263 (11:4263) +ViridianPokecenterTextPointers: dw ViridianPokeCenterText1 dw ViridianPokeCenterText2 dw ViridianPokeCenterText3 dw ViridianPokeCenterText4 dw ViridianPokeCenterText5 -ViridianPokeCenterText1: ; 4426b (11:426b) +ViridianPokeCenterText1: TX_POKECENTER_NURSE -ViridianPokeCenterText2: ; 4426c (11:426c) +ViridianPokeCenterText2: TX_FAR _ViridianPokeCenterText1 db "@" -ViridianPokeCenterText3: ; 44271 (11:4271) +ViridianPokeCenterText3: TX_FAR _ViridianPokeCenterText3 db "@" -ViridianPokeCenterText4: ; 44276 (11:4276) +ViridianPokeCenterText4: TX_CABLE_CLUB_RECEPTIONIST ViridianPokeCenterText5: |
