mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
28 lines
793 B
PHP
28 lines
793 B
PHP
SevenIsland_PokemonCenter_1F_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SevenIsland_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
SevenIsland_PokemonCenter_1F_OnTransition::
|
|
setrespawn HEAL_LOCATION_SEVEN_ISLAND
|
|
end
|
|
|
|
SevenIsland_PokemonCenter_1F_EventScript_Nurse::
|
|
lock
|
|
faceplayer
|
|
call EventScript_PkmnCenterNurse
|
|
release
|
|
end
|
|
|
|
SevenIsland_PokemonCenter_1F_EventScript_OldMan::
|
|
msgbox SevenIsland_PokemonCenter_1F_Text_EventsDependingOnConnections, MSGBOX_NPC
|
|
end
|
|
|
|
SevenIsland_PokemonCenter_1F_EventScript_Sailor::
|
|
msgbox SevenIsland_PokemonCenter_1F_Text_DidYouRideSeagallopHere, MSGBOX_NPC
|
|
end
|
|
|
|
SevenIsland_PokemonCenter_1F_EventScript_Beauty::
|
|
msgbox SevenIsland_PokemonCenter_1F_Text_CheckOutTrainerTower, MSGBOX_NPC
|
|
end
|