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/celadonpokecenter.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/celadonpokecenter.asm')
| -rwxr-xr-x | scripts/celadonpokecenter.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/celadonpokecenter.asm b/scripts/celadonpokecenter.asm index 024a4ec3..bd91af20 100755 --- a/scripts/celadonpokecenter.asm +++ b/scripts/celadonpokecenter.asm @@ -9,10 +9,10 @@ CeladonPokecenterTextPointers: dw CeladonTradeNurseText CeladonTradeNurseText: - db $f6 + TX_CABLE_CLUB_RECEPTIONIST CeladonHealNurseText: - db $ff + TX_POKECENTER_NURSE CeladonPokecenterText2: TX_FAR _CeladonPokecenterText2 |
