pokeemerald/data/maps/RustboroCity_PokemonCenter_1F/scripts.inc
2025-06-11 09:45:39 -04:00

44 lines
1.2 KiB
PHP

RustboroCity_PokemonCenter_1F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, RustboroCity_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
.byte 0
RustboroCity_PokemonCenter_1F_OnTransition:
setrespawn HEAL_LOCATION_RUSTBORO_CITY
call Common_EventScript_UpdateBrineyLocation
end
RustboroCity_PokemonCenter_1F_EventScript_Nurse::
setvar VAR_0x800B, LOCALID_RUSTBORO_NURSE
call Common_EventScript_PkmnCenterNurse
waitmessage
waitbuttonpress
release
end
RustboroCity_PokemonCenter_1F_EventScript_Man::
msgbox RustboroCity_PokemonCenter_1F_Text_PokemonHavePersonalities, MSGBOX_NPC
end
RustboroCity_PokemonCenter_1F_EventScript_Boy::
msgbox RustboroCity_PokemonCenter_1F_Text_MaleAndFemalePokemon, MSGBOX_NPC
end
RustboroCity_PokemonCenter_1F_EventScript_Girl::
msgbox RustboroCity_PokemonCenter_1F_Text_HMCutNextDoor, MSGBOX_NPC
end
.ifdef FRENCH
.include "data/maps/RustboroCity_PokemonCenter_1F/text_fr.inc"
.else
.ifdef ITALIAN
.include "data/maps/RustboroCity_PokemonCenter_1F/text_it.inc"
.else
.ifdef SPANISH
.include "data/maps/RustboroCity_PokemonCenter_1F/text_es.inc"
.else
.include "data/maps/RustboroCity_PokemonCenter_1F/text.inc"
.endif
.endif
.endif