2020-06-21 01:56:57 -04:00
|
|
|
.set LOCALID_NURSE, 1
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
PacifidlogTown_PokemonCenter_1F_MapScripts::
|
2019-04-22 16:31:51 -04:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, PacifidlogTown_PokemonCenter_1F_OnTransition
|
2019-10-11 22:23:05 -04:00
|
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
2017-11-09 19:21:31 -06:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
PacifidlogTown_PokemonCenter_1F_OnTransition:
|
2018-08-10 10:45:15 -04:00
|
|
|
setrespawn HEAL_LOCATION_PACIFIDLOG_TOWN
|
2017-11-09 19:21:31 -06:00
|
|
|
end
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_Nurse::
|
2020-06-21 01:56:57 -04:00
|
|
|
setvar VAR_0x800B, LOCALID_NURSE
|
2019-08-14 23:38:42 -04:00
|
|
|
call Common_EventScript_PkmnCenterNurse
|
2017-11-09 19:21:31 -06:00
|
|
|
waitmessage
|
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_Girl::
|
2019-11-03 12:29:41 -05:00
|
|
|
msgbox PacifidlogTown_PokemonCenter_1F_Text_WhatColorTrainerCard, MSGBOX_NPC
|
2017-11-09 19:21:31 -06:00
|
|
|
end
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_Woman::
|
2019-11-03 12:29:41 -05:00
|
|
|
msgbox PacifidlogTown_PokemonCenter_1F_Text_OnColonyOfCorsola, MSGBOX_NPC
|
2017-11-09 19:21:31 -06:00
|
|
|
end
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_OldMan::
|
2019-11-03 12:29:41 -05:00
|
|
|
msgbox PacifidlogTown_PokemonCenter_1F_Text_AncestorsLivedOnBoats, MSGBOX_NPC
|
2017-11-09 19:21:31 -06:00
|
|
|
end
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
PacifidlogTown_PokemonCenter_1F_Text_WhatColorTrainerCard:
|
2017-11-09 19:21:31 -06:00
|
|
|
.string "What color is your TRAINER CARD?\n"
|
2018-12-07 10:41:08 -05:00
|
|
|
.string "Mine's copper!$"
|
2017-11-09 19:21:31 -06:00
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
PacifidlogTown_PokemonCenter_1F_Text_OnColonyOfCorsola:
|
2017-11-09 19:21:31 -06:00
|
|
|
.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?$"
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
PacifidlogTown_PokemonCenter_1F_Text_AncestorsLivedOnBoats:
|
2017-11-09 19:21:31 -06:00
|
|
|
.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"
|
|
|
|
.string "aboard them.\p"
|
|
|
|
.string "I understand that they lived that way\n"
|
|
|
|
.string "because they were searching for\l"
|
|
|
|
.string "something.$"
|
|
|
|
|