mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-26 12:42:56 -04:00
43 lines
1.2 KiB
ObjectPascal
43 lines
1.2 KiB
ObjectPascal
PacifidlogTown_PokemonCenter_1F_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, PacifidlogTown_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
PacifidlogTown_PokemonCenter_1F_OnTransition:
|
|
setrespawn HEAL_LOCATION_PACIFIDLOG_TOWN
|
|
end
|
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_Nurse::
|
|
setvar VAR_0x800B, LOCALID_PACIFIDLOG_NURSE
|
|
call Common_EventScript_PkmnCenterNurse
|
|
waitmessage
|
|
waitbuttonpress
|
|
release
|
|
end
|
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_Girl::
|
|
msgbox PacifidlogTown_PokemonCenter_1F_Text_WhatColorTrainerCard, MSGBOX_NPC
|
|
end
|
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_Woman::
|
|
msgbox PacifidlogTown_PokemonCenter_1F_Text_OnColonyOfCorsola, MSGBOX_NPC
|
|
end
|
|
|
|
PacifidlogTown_PokemonCenter_1F_EventScript_OldMan::
|
|
msgbox PacifidlogTown_PokemonCenter_1F_Text_AncestorsLivedOnBoats, MSGBOX_NPC
|
|
end
|
|
|
|
.ifdef FRENCH
|
|
.include "data/maps/PacifidlogTown_PokemonCenter_1F/text_fr.inc"
|
|
.else
|
|
.ifdef ITALIAN
|
|
.include "data/maps/PacifidlogTown_PokemonCenter_1F/text_it.inc"
|
|
.else
|
|
.ifdef SPANISH
|
|
.include "data/maps/PacifidlogTown_PokemonCenter_1F/text_es.inc"
|
|
.else
|
|
.include "data/maps/PacifidlogTown_PokemonCenter_1F/text.inc"
|
|
.endif
|
|
.endif
|
|
.endif
|