pokeemerald-expansion/data/maps/FiveIsland_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

35 lines
1.0 KiB
PHP

FiveIsland_PokemonCenter_1F_Frlg_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, FiveIsland_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
.byte 0
FiveIsland_PokemonCenter_1F_OnTransition::
setrespawn HEAL_LOCATION_FIVE_ISLAND
end
FiveIsland_PokemonCenter_1F_EventScript_Nurse::
lock
faceplayer
call EventScript_PkmnCenterNurse_Frlg
release
end
FiveIsland_PokemonCenter_1F_EventScript_Chef::
msgbox FiveIsland_PokemonCenter_1F_Text_OnMyWayToPrepareMeal, MSGBOX_NPC
end
FiveIsland_PokemonCenter_1F_EventScript_CooltrainerF::
msgbox FiveIsland_PokemonCenter_1F_Text_YoureOnQuestToCatchEveryMon, MSGBOX_NPC
end
FiveIsland_PokemonCenter_1F_Text_OnMyWayToPrepareMeal::
.string "I'm on my way to prepare a meal\n"
.string "for a certain high-society person.$"
FiveIsland_PokemonCenter_1F_Text_YoureOnQuestToCatchEveryMon::
.string "You're on a quest to catch every\n"
.string "single kind of POKéMON?\p"
.string "…How incredible. Please tell me if\n"
.string "you catch a strong one!$"