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/vermilionpokecenter.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/vermilionpokecenter.asm')
| -rwxr-xr-x | scripts/vermilionpokecenter.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vermilionpokecenter.asm b/scripts/vermilionpokecenter.asm index 09c8a937..f70aed31 100755 --- a/scripts/vermilionpokecenter.asm +++ b/scripts/vermilionpokecenter.asm @@ -9,7 +9,7 @@ VermilionPokecenterTextPointers: dw VermilionTradeNurseText VermilionHealNurseText: - db $ff + TX_POKECENTER_NURSE VermilionPokecenterText2: TX_FAR _VermilionPokecenterText2 @@ -20,4 +20,4 @@ VermilionPokecenterText3: db "@" VermilionTradeNurseText: - db $f6 + TX_CABLE_CLUB_RECEPTIONIST |
