diff options
Diffstat (limited to 'scripts/IndigoPlateauLobby.asm')
-rw-r--r-- | scripts/IndigoPlateauLobby.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/IndigoPlateauLobby.asm b/scripts/IndigoPlateauLobby.asm index a9b549e3..0a532d9a 100644 --- a/scripts/IndigoPlateauLobby.asm +++ b/scripts/IndigoPlateauLobby.asm @@ -20,6 +20,7 @@ IndigoPlateauLobby_TextPointers: dw IndigoPlateauLobbyText3 dw IndigoCashierText dw IndigoTradeNurseText + dw IndigoPlateauLobbyText6 IndigoHealNurseText: script_pokecenter_nurse @@ -34,3 +35,8 @@ IndigoPlateauLobbyText3: IndigoTradeNurseText: script_cable_club_receptionist + +IndigoPlateauLobbyText6: + text_asm + callfar PokecenterChanseyText + jp TextScriptEnd |