pokeemerald-expansion/data/maps/TwoIsland_PokemonCenter_1F_Frlg/scripts.inc
Bassoonian 310f746565
Some checks are pending
CI / build (push) Waiting to run
CI / docs_validate (push) Waiting to run
CI / allcontributors (push) Waiting to run
Fix space indentation in .s and .inc files (#9371)
2026-02-27 12:45:00 -08:00

39 lines
1.1 KiB
PHP

TwoIsland_PokemonCenter_1F_Frlg_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, TwoIsland_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
.byte 0
TwoIsland_PokemonCenter_1F_OnTransition::
setrespawn HEAL_LOCATION_TWO_ISLAND
end
TwoIsland_PokemonCenter_1F_EventScript_Nurse::
lock
faceplayer
call EventScript_PkmnCenterNurse_Frlg
release
end
TwoIsland_PokemonCenter_1F_EventScript_GBAKid::
msgbox TwoIsland_PokemonCenter_1F_Text_HaveYouVisitedGameCorner, MSGBOX_NPC
end
TwoIsland_PokemonCenter_1F_EventScript_BugCatcher::
msgbox TwoIsland_PokemonCenter_1F_Text_OldLadyLivesOutOnCape, MSGBOX_NPC
end
TwoIsland_PokemonCenter_1F_Text_HaveYouVisitedGameCorner::
.string "Have you visited the GAME CORNER\n"
.string "already?\p"
.string "It's no good to go alone.\n"
.string "You have to take a friend along.$"
TwoIsland_PokemonCenter_1F_Text_OldLadyLivesOutOnCape::
.string "Not many people live on\n"
.string "TWO ISLAND.\p"
.string "There is this old lady who lives\n"
.string "out on the cape.\p"
.string "She's been there since I don't know\n"
.string "when.$"