diff options
| author | IIMarckus <iimarckus@gmail.com> | 2016-04-08 19:04:36 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2016-04-08 19:04:36 -0600 |
| commit | adc6a3aac7d883f9833c7da3f5896935715291e7 (patch) | |
| tree | c084374aad2aa31165f9831440f1b7f82f0d04b0 /scripts/rocktunnelpokecenter.asm | |
| parent | Clean up labels and trainer headers for overworld Pokémon. (diff) | |
| download | pokeyellow-adc6a3aac7d883f9833c7da3f5896935715291e7.tar.gz pokeyellow-adc6a3aac7d883f9833c7da3f5896935715291e7.tar.xz pokeyellow-adc6a3aac7d883f9833c7da3f5896935715291e7.zip | |
Clean up script labels in marts and Pokémon Centers.
Diffstat (limited to 'scripts/rocktunnelpokecenter.asm')
| -rwxr-xr-x | scripts/rocktunnelpokecenter.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/rocktunnelpokecenter.asm b/scripts/rocktunnelpokecenter.asm index 5e822bca..7bcdc1ae 100755 --- a/scripts/rocktunnelpokecenter.asm +++ b/scripts/rocktunnelpokecenter.asm @@ -1,23 +1,23 @@ -RockTunnelPokecenterScript: ; 493ba (12:53ba) +RockTunnelPokecenterScript: call Serial_TryEstablishingExternallyClockedConnection jp EnableAutoTextBoxDrawing -RockTunnelPokecenterTextPointers: ; 493c0 (12:53c0) - dw RockTunnelPokecenterText1 +RockTunnelPokecenterTextPointers: + dw RockTunnelHealNurseText dw RockTunnelPokecenterText2 dw RockTunnelPokecenterText3 - dw RockTunnelPokecenterText4 + dw RockTunnelTradeNurseText -RockTunnelPokecenterText1: ; 493c8 (12:53c8) +RockTunnelHealNurseText: db $ff -RockTunnelPokecenterText2: ; 493c9 (12:53c9) - TX_FAR _RockTunnelPokecenterText1 +RockTunnelPokecenterText2: + TX_FAR _RockTunnelPokecenterText2 db "@" -RockTunnelPokecenterText3: ; 493ce (12:53ce) +RockTunnelPokecenterText3: TX_FAR _RockTunnelPokecenterText3 db "@" -RockTunnelPokecenterText4: ; 493d3 (12:53d3) +RockTunnelTradeNurseText: db $f6 |
