2020-06-21 07:56:57 +02:00
|
|
|
.set LOCALID_NURSE, 1
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_MapScripts::
|
2019-11-03 18:29:41 +01:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, BattleFrontier_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
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_OnTransition:
|
2018-08-10 16:45:15 +02:00
|
|
|
setrespawn HEAL_LOCATION_BATTLE_FRONTIER_OUTSIDE_EAST
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Nurse::
|
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
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_SchoolKid::
|
2019-11-03 18:29:41 +01:00
|
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_NeverSeenPokemon, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Man::
|
2019-11-03 18:29:41 +01:00
|
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_NextStopBattleArena, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Picnicker::
|
2019-11-03 18:29:41 +01:00
|
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_GoingThroughEveryChallenge, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Skitty::
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
waitse
|
2021-11-07 18:58:11 +01:00
|
|
|
playmoncry SPECIES_SKITTY, CRY_MODE_NORMAL
|
2019-11-03 18:29:41 +01:00
|
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_Skitty, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmoncry
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_Text_NeverSeenPokemon:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "There was someone here using a \n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "POKéMON I've never seen before.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "I never learned about it at\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "TRAINER'S SCHOOL at least.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "I wonder where you can catch POKéMON\n"
|
|
|
|
.string "like that.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_Text_NextStopBattleArena:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Okay! Next stop, the BATTLE ARENA!\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'd better get the right POKéMON from\l"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "the PC Storage System.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_Text_GoingThroughEveryChallenge:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Giggle… I'm going to go through every\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "challenge with just this baby!$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
BattleFrontier_PokemonCenter_1F_Text_Skitty:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "SKITTY: Mya myaaah!$"
|
|
|
|
|