diff options
Diffstat (limited to 'data/maps/PacifidlogTown_PokemonCenter_1F/scripts.inc')
-rw-r--r-- | data/maps/PacifidlogTown_PokemonCenter_1F/scripts.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/PacifidlogTown_PokemonCenter_1F/scripts.inc b/data/maps/PacifidlogTown_PokemonCenter_1F/scripts.inc index fbe42ce99..32db89f8d 100644 --- a/data/maps/PacifidlogTown_PokemonCenter_1F/scripts.inc +++ b/data/maps/PacifidlogTown_PokemonCenter_1F/scripts.inc @@ -1,15 +1,15 @@ .set LOCALID_NURSE, 1 -PacifidlogTown_PokemonCenter_1F_MapScripts:: @ 82034A7 +PacifidlogTown_PokemonCenter_1F_MapScripts:: map_script MAP_SCRIPT_ON_TRANSITION, PacifidlogTown_PokemonCenter_1F_OnTransition map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume .byte 0 -PacifidlogTown_PokemonCenter_1F_OnTransition: @ 82034B2 +PacifidlogTown_PokemonCenter_1F_OnTransition: setrespawn HEAL_LOCATION_PACIFIDLOG_TOWN end -PacifidlogTown_PokemonCenter_1F_EventScript_Nurse:: @ 82034B6 +PacifidlogTown_PokemonCenter_1F_EventScript_Nurse:: setvar VAR_0x800B, LOCALID_NURSE call Common_EventScript_PkmnCenterNurse waitmessage @@ -17,29 +17,29 @@ PacifidlogTown_PokemonCenter_1F_EventScript_Nurse:: @ 82034B6 release end -PacifidlogTown_PokemonCenter_1F_EventScript_Girl:: @ 82034C4 +PacifidlogTown_PokemonCenter_1F_EventScript_Girl:: msgbox PacifidlogTown_PokemonCenter_1F_Text_WhatColorTrainerCard, MSGBOX_NPC end -PacifidlogTown_PokemonCenter_1F_EventScript_Woman:: @ 82034CD +PacifidlogTown_PokemonCenter_1F_EventScript_Woman:: msgbox PacifidlogTown_PokemonCenter_1F_Text_OnColonyOfCorsola, MSGBOX_NPC end -PacifidlogTown_PokemonCenter_1F_EventScript_OldMan:: @ 82034D6 +PacifidlogTown_PokemonCenter_1F_EventScript_OldMan:: msgbox PacifidlogTown_PokemonCenter_1F_Text_AncestorsLivedOnBoats, MSGBOX_NPC end -PacifidlogTown_PokemonCenter_1F_Text_WhatColorTrainerCard: @ 82034DF +PacifidlogTown_PokemonCenter_1F_Text_WhatColorTrainerCard: .string "What color is your TRAINER CARD?\n" .string "Mine's copper!$" -PacifidlogTown_PokemonCenter_1F_Text_OnColonyOfCorsola: @ 820350F +PacifidlogTown_PokemonCenter_1F_Text_OnColonyOfCorsola: .string "PACIFIDLOG TOWN floats on top of\n" .string "a colony of CORSOLA.\p" .string "If I told you that, would you believe\n" .string "me?$" -PacifidlogTown_PokemonCenter_1F_Text_AncestorsLivedOnBoats: @ 820356F +PacifidlogTown_PokemonCenter_1F_Text_AncestorsLivedOnBoats: .string "The ancestors of the people in\n" .string "PACIFIDLOG were said to have been\l" .string "born on boats and then lived and died \l" |