diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-11 17:10:37 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-11 17:10:37 -0500 |
commit | 401d6e7f36e86aa246a2c0591195e1f0f01e879f (patch) | |
tree | 1a8c702fa533d2923c952e9f6b69bb28d657e357 /scripts/rocktunnelpokecenter.asm | |
parent | c979b3bb03b121dd03a800df74144cd69a74601a (diff) |
More syncing with pokered
from April 8, 2016 to present
Diffstat (limited to 'scripts/rocktunnelpokecenter.asm')
-rwxr-xr-x | scripts/rocktunnelpokecenter.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/rocktunnelpokecenter.asm b/scripts/rocktunnelpokecenter.asm index 76336e5f..68c5f31a 100755 --- a/scripts/rocktunnelpokecenter.asm +++ b/scripts/rocktunnelpokecenter.asm @@ -3,24 +3,24 @@ RockTunnelPokecenterScript: jp EnableAutoTextBoxDrawing RockTunnelPokecenterTextPointers: - dw RockTunnelPokecenterText1 + dw RockTunnelHealNurseText dw RockTunnelPokecenterText2 dw RockTunnelPokecenterText3 - dw RockTunnelPokecenterText4 + dw RockTunnelTradeNurseText dw RockTunnelPokecenterText5 -RockTunnelPokecenterText1: +RockTunnelHealNurseText: TX_POKECENTER_NURSE RockTunnelPokecenterText2: - TX_FAR _RockTunnelPokecenterText1 + TX_FAR _RockTunnelPokecenterText2 db "@" RockTunnelPokecenterText3: TX_FAR _RockTunnelPokecenterText3 db "@" -RockTunnelPokecenterText4: +RockTunnelTradeNurseText: TX_CABLE_CLUB_RECEPTIONIST RockTunnelPokecenterText5: |