2020-06-21 01:56:57 -04:00
|
|
|
.set LOCALID_NURSE, 1
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
FortreeCity_PokemonCenter_1F_MapScripts::
|
2019-04-22 16:31:51 -04:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, FortreeCity_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
|
|
|
FortreeCity_PokemonCenter_1F_OnTransition:
|
2018-08-10 10:45:15 -04:00
|
|
|
setrespawn HEAL_LOCATION_FORTREE_CITY
|
2017-11-09 19:21:31 -06:00
|
|
|
end
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
FortreeCity_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
|
|
|
FortreeCity_PokemonCenter_1F_EventScript_Gentleman::
|
2019-11-03 12:29:41 -05:00
|
|
|
msgbox FortreeCity_PokemonCenter_1F_Text_GoToSafariZone, MSGBOX_NPC
|
2017-11-09 19:21:31 -06:00
|
|
|
end
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
FortreeCity_PokemonCenter_1F_EventScript_Man::
|
2019-11-03 12:29:41 -05:00
|
|
|
msgbox FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat, MSGBOX_NPC
|
2017-11-09 19:21:31 -06:00
|
|
|
end
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
FortreeCity_PokemonCenter_1F_EventScript_Boy::
|
2019-11-03 12:29:41 -05:00
|
|
|
msgbox FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav, MSGBOX_NPC
|
2017-11-09 19:21:31 -06:00
|
|
|
end
|
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
FortreeCity_PokemonCenter_1F_Text_GoToSafariZone:
|
2017-11-09 19:21:31 -06:00
|
|
|
.string "Listen, kid, are you working\n"
|
|
|
|
.string "on a POKéDEX?\p"
|
|
|
|
.string "Hmm… Go to the SAFARI ZONE.\n"
|
2018-12-07 10:41:08 -05:00
|
|
|
.string "That's my suggestion.$"
|
2017-11-09 19:21:31 -06:00
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat:
|
2017-11-09 19:21:31 -06:00
|
|
|
.string "Have you done anything at\n"
|
|
|
|
.string "the RECORD CORNER?\p"
|
2018-12-07 10:41:08 -05:00
|
|
|
.string "It's pretty neat. It mixes and matches\n"
|
2017-11-09 19:21:31 -06:00
|
|
|
.string "the records of TRAINERS.\p"
|
2018-12-07 10:41:08 -05:00
|
|
|
.string "I don't know quite how it works,\n"
|
|
|
|
.string "but it's cool. It's exciting, even!$"
|
2017-11-09 19:21:31 -06:00
|
|
|
|
2021-07-20 15:18:31 -04:00
|
|
|
FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav:
|
2017-11-09 19:21:31 -06:00
|
|
|
.string "Oh, wow, you have a POKéNAV!\n"
|
2018-12-07 10:41:08 -05:00
|
|
|
.string "And it's just like mine!\p"
|
|
|
|
.string "Do you know about POKéNAV's\n"
|
2017-11-09 19:21:31 -06:00
|
|
|
.string "MATCH CALL system?\p"
|
|
|
|
.string "Access it, and you can chat with\n"
|
|
|
|
.string "registered TRAINERS anytime.\p"
|
|
|
|
.string "It also shows you which TRAINERS\n"
|
|
|
|
.string "want a rematch with you.\p"
|
2018-12-07 10:41:08 -05:00
|
|
|
.string "It's really nifty! Those DEVON guys\n"
|
|
|
|
.string "sure know what they're doing!$"
|
2017-11-09 19:21:31 -06:00
|
|
|
|