diff options
Diffstat (limited to 'scripts/celadonpokecenter.asm')
-rwxr-xr-x | scripts/celadonpokecenter.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/celadonpokecenter.asm b/scripts/celadonpokecenter.asm index b577906a..acbae2ec 100755 --- a/scripts/celadonpokecenter.asm +++ b/scripts/celadonpokecenter.asm @@ -3,16 +3,16 @@ CeladonPokecenterScript: jp EnableAutoTextBoxDrawing CeladonPokecenterTextPointers: - dw CeladonPokecenterText1 + dw CeladonHealNurseText dw CeladonPokecenterText2 dw CeladonPokecenterText3 - dw CeladonPokecenterText4 + dw CeladonTradeNurseText dw CeladonPokecenterText5 -CeladonPokecenterText4: +CeladonTradeNurseText: TX_CABLE_CLUB_RECEPTIONIST -CeladonPokecenterText1: +CeladonHealNurseText: TX_POKECENTER_NURSE CeladonPokecenterText2: |