pokefirered/data/maps/VermilionCity_PokemonCenter_1F/scripts.inc

28 lines
825 B
PHP

VermilionCity_PokemonCenter_1F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, VermilionCity_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
.byte 0
VermilionCity_PokemonCenter_1F_OnTransition::
setrespawn HEAL_LOCATION_VERMILION_CITY
end
VermilionCity_PokemonCenter_1F_EventScript_Nurse::
lock
faceplayer
call EventScript_PkmnCenterNurse
release
end
VermilionCity_PokemonCenter_1F_EventScript_Man::
msgbox VermilionCity_PokemonCenter_1F_Text_PoisonedMonFaintedWhileWalking, MSGBOX_NPC
end
VermilionCity_PokemonCenter_1F_EventScript_Hiker::
msgbox VermilionCity_PokemonCenter_1F_Text_TrainerMonsStrongerThanWild, MSGBOX_NPC
end
VermilionCity_PokemonCenter_1F_EventScript_Youngster::
msgbox VermilionCity_PokemonCenter_1F_Text_AllMonWeakToSpecificTypes, MSGBOX_NPC
end