2020-06-21 07:56:57 +02:00
|
|
|
.set LOCALID_NURSE, 1
|
|
|
|
|
2017-11-10 02:21:31 +01:00
|
|
|
FortreeCity_PokemonCenter_1F_MapScripts:: @ 82173D8
|
2019-04-22 22:31:51 +02:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, FortreeCity_PokemonCenter_1F_OnTransition
|
2019-10-12 04:23:05 +02:00
|
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2019-04-22 22:31:51 +02:00
|
|
|
FortreeCity_PokemonCenter_1F_OnTransition: @ 82173E3
|
2018-08-10 16:45:15 +02:00
|
|
|
setrespawn HEAL_LOCATION_FORTREE_CITY
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
FortreeCity_PokemonCenter_1F_EventScript_Nurse:: @ 82173E7
|
2020-06-21 07:56:57 +02:00
|
|
|
setvar VAR_0x800B, LOCALID_NURSE
|
2019-08-15 05:38:42 +02:00
|
|
|
call Common_EventScript_PkmnCenterNurse
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmessage
|
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
FortreeCity_PokemonCenter_1F_EventScript_Gentleman:: @ 82173F5
|
|
|
|
msgbox FortreeCity_PokemonCenter_1F_Text_GoToSafariZone, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
FortreeCity_PokemonCenter_1F_EventScript_Man:: @ 82173FE
|
|
|
|
msgbox FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
FortreeCity_PokemonCenter_1F_EventScript_Boy:: @ 8217407
|
|
|
|
msgbox FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
FortreeCity_PokemonCenter_1F_Text_GoToSafariZone: @ 8217410
|
2017-11-10 02:21:31 +01: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 16:41:08 +01:00
|
|
|
.string "That's my suggestion.$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat: @ 821746D
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Have you done anything at\n"
|
|
|
|
.string "the RECORD CORNER?\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It's pretty neat. It mixes and matches\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "the records of TRAINERS.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I don't know quite how it works,\n"
|
|
|
|
.string "but it's cool. It's exciting, even!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav: @ 821751F
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Oh, wow, you have a POKéNAV!\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "And it's just like mine!\p"
|
|
|
|
.string "Do you know about POKéNAV's\n"
|
2017-11-10 02:21:31 +01: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 16:41:08 +01:00
|
|
|
.string "It's really nifty! Those DEVON guys\n"
|
|
|
|
.string "sure know what they're doing!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|