diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-09 21:20:02 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-09 21:20:02 -0400 |
| commit | d8dae96f35222ababb9688ce2aed3292515f8ca2 (patch) | |
| tree | dbb61bf4f2afab02d51f629a89f9505c0b262a60 /scripts/viridianpokecenter.asm | |
| parent | Try again to bump extras (diff) | |
| download | pokeyellow-d8dae96f35222ababb9688ce2aed3292515f8ca2.tar.gz pokeyellow-d8dae96f35222ababb9688ce2aed3292515f8ca2.tar.xz pokeyellow-d8dae96f35222ababb9688ce2aed3292515f8ca2.zip | |
Implement handy text macros from yellow
Diffstat (limited to 'scripts/viridianpokecenter.asm')
| -rwxr-xr-x | scripts/viridianpokecenter.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/viridianpokecenter.asm b/scripts/viridianpokecenter.asm index d178446a..904ff47f 100755 --- a/scripts/viridianpokecenter.asm +++ b/scripts/viridianpokecenter.asm @@ -9,7 +9,7 @@ ViridianPokecenterTextPointers: dw ViridianTradeNurseText ViridianHealNurseText: - db $ff + TX_POKECENTER_NURSE ViridianPokeCenterText2: TX_FAR _ViridianPokeCenterText2 @@ -20,4 +20,4 @@ ViridianPokeCenterText3: db "@" ViridianTradeNurseText: - db $f6 + TX_CABLE_CLUB_RECEPTIONIST |
