2022-05-19 19:14:13 +02:00
|
|
|
.set LOCALID_NURSE, 1
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_MapScripts::
|
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, BattleFrontier_PokemonCenter_1F_OnTransition
|
|
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_OnTransition:
|
|
|
|
setrespawn HEAL_LOCATION_BATTLE_FRONTIER_OUTSIDE_EAST
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Nurse::
|
|
|
|
setvar VAR_0x800B, LOCALID_NURSE
|
|
|
|
call Common_EventScript_PkmnCenterNurse
|
|
|
|
waitmessage
|
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_SchoolKid::
|
|
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_NeverSeenPokemon, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Man::
|
|
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_NextStopBattleArena, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Picnicker::
|
|
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_GoingThroughEveryChallenge, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Skitty::
|
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
waitse
|
|
|
|
playmoncry SPECIES_SKITTY, CRY_MODE_NORMAL
|
|
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_Skitty, MSGBOX_DEFAULT
|
|
|
|
waitmoncry
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_NeverSeenPokemon:
|
|
|
|
.string "There was someone here using a \n"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Pokémon I've never seen before.\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "I never learned about it at\n"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Trainer's School at least.\p"
|
|
|
|
.string "I wonder where you can catch Pokémon\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "like that.$"
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_NextStopBattleArena:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Okay! Next stop, the Battle Arena!\n"
|
|
|
|
.string "I'd better get the right Pokémon from\l"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "the PC Storage System.$"
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_GoingThroughEveryChallenge:
|
|
|
|
.string "Giggle… I'm going to go through every\n"
|
|
|
|
.string "challenge with just this baby!$"
|
|
|
|
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_Skitty:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Skitty: Mya myaaah!$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|