mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
24 lines
653 B
PHP
24 lines
653 B
PHP
FiveIsland_PokemonCenter_1F_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
|
|
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
|