mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
61 lines
1.9 KiB
PHP
61 lines
1.9 KiB
PHP
BattleFrontier_PokemonCenter_1F_MapScripts:: @ 82678F9
|
|
map_script MAP_SCRIPT_ON_TRANSITION, BattleFrontier_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
BattleFrontier_PokemonCenter_1F_OnTransition: @ 8267904
|
|
setrespawn HEAL_LOCATION_BATTLE_FRONTIER_OUTSIDE_EAST
|
|
end
|
|
|
|
@ VAR_0x800B is the Nurse's object event id
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Nurse:: @ 8267908
|
|
setvar VAR_0x800B, 1
|
|
call Common_EventScript_PkmnCenterNurse
|
|
waitmessage
|
|
waitbuttonpress
|
|
release
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_SchoolKid:: @ 8267916
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_NeverSeenPokemon, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Man:: @ 826791F
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_NextStopBattleArena, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Picnicker:: @ 8267928
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_GoingThroughEveryChallenge, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Skitty:: @ 8267931
|
|
lock
|
|
faceplayer
|
|
waitse
|
|
playmoncry SPECIES_SKITTY, 0
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_Skitty, MSGBOX_DEFAULT
|
|
waitmoncry
|
|
release
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_NeverSeenPokemon: @ 8267944
|
|
.string "There was someone here using a \n"
|
|
.string "POKéMON I've never seen before.\p"
|
|
.string "I never learned about it at\n"
|
|
.string "TRAINER'S SCHOOL at least.\p"
|
|
.string "I wonder where you can catch POKéMON\n"
|
|
.string "like that.$"
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_NextStopBattleArena: @ 82679EB
|
|
.string "Okay! Next stop, the BATTLE ARENA!\n"
|
|
.string "I'd better get the right POKéMON from\l"
|
|
.string "the PC Storage System.$"
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_GoingThroughEveryChallenge: @ 8267A4B
|
|
.string "Giggle… I'm going to go through every\n"
|
|
.string "challenge with just this baby!$"
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_Skitty: @ 8267A90
|
|
.string "SKITTY: Mya myaaah!$"
|
|
|