diff options
Diffstat (limited to 'scripts/CeladonPokecenter.asm')
-rwxr-xr-x | scripts/CeladonPokecenter.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/CeladonPokecenter.asm b/scripts/CeladonPokecenter.asm index 0f28e1b2..febc21f8 100755 --- a/scripts/CeladonPokecenter.asm +++ b/scripts/CeladonPokecenter.asm @@ -7,6 +7,7 @@ CeladonPokecenter_TextPointers: dw CeladonPokecenterText2 dw CeladonPokecenterText3 dw CeladonTradeNurseText + dw CeladonPokecenterText5 CeladonTradeNurseText: script_cable_club_receptionist @@ -21,3 +22,8 @@ CeladonPokecenterText2: CeladonPokecenterText3: text_far _CeladonPokecenterText3 text_end + +CeladonPokecenterText5: + text_asm + callfar PokecenterChanseyText + jp TextScriptEnd |