diff options
Diffstat (limited to 'scripts/SaffronPokecenter.asm')
-rw-r--r-- | scripts/SaffronPokecenter.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/SaffronPokecenter.asm b/scripts/SaffronPokecenter.asm index 68eb4fc6..f4d9f192 100644 --- a/scripts/SaffronPokecenter.asm +++ b/scripts/SaffronPokecenter.asm @@ -7,6 +7,7 @@ SaffronPokecenter_TextPointers: dw SaffronPokecenterText2 dw SaffronPokecenterText3 dw SaffronTradeNurseText + dw SaffronPokecenterText5 SaffronHealNurseText: script_pokecenter_nurse @@ -21,3 +22,8 @@ SaffronPokecenterText3: SaffronTradeNurseText: script_cable_club_receptionist + +SaffronPokecenterText5: + text_asm + callfar PokecenterChanseyText + jp TextScriptEnd |