LavaridgeTown_PokemonCenter_1F_MapScripts:: map_script MAP_SCRIPT_ON_TRANSITION, LavaridgeTown_PokemonCenter_1F_OnTransition map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume .byte 0 LavaridgeTown_PokemonCenter_1F_OnTransition: setrespawn HEAL_LOCATION_LAVARIDGE_TOWN call Common_EventScript_UpdateBrineyLocation end LavaridgeTown_PokemonCenter_1F_EventScript_Nurse:: setvar VAR_0x800B, LOCALID_LAVARIDGE_NURSE call Common_EventScript_PkmnCenterNurse waitmessage waitbuttonpress release end LavaridgeTown_PokemonCenter_1F_EventScript_Youngster:: msgbox LavaridgeTown_PokemonCenter_1F_Text_HotSpringCanInvigorate, MSGBOX_NPC end LavaridgeTown_PokemonCenter_1F_EventScript_Woman:: msgbox LavaridgeTown_PokemonCenter_1F_Text_TrainersPokemonSpendTimeTogether, MSGBOX_NPC end LavaridgeTown_PokemonCenter_1F_EventScript_Gentleman:: msgbox LavaridgeTown_PokemonCenter_1F_Text_TrainersShouldRestToo, MSGBOX_NPC end .ifdef FRENCH .include "data/maps/LavaridgeTown_PokemonCenter_1F/text_fr.inc" .else .ifdef ITALIAN .include "data/maps/LavaridgeTown_PokemonCenter_1F/text_it.inc" .else .ifdef SPANISH .include "data/maps/LavaridgeTown_PokemonCenter_1F/text_es.inc" .else .include "data/maps/LavaridgeTown_PokemonCenter_1F/text.inc" .endif .endif .endif