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