2025-06-02 14:17:22 +08:00

39 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
PacifidlogTown_PokemonCenter_1F_Text_WhatColorTrainerCard:
.string "你的训练家卡是什么颜色?\n我的是紫铜的!$"
PacifidlogTown_PokemonCenter_1F_Text_OnColonyOfCorsola:
.string "暮水镇浮在\n大群太阳珊瑚上。\p我这么说的话\n你会相信吗?$"
PacifidlogTown_PokemonCenter_1F_Text_AncestorsLivedOnBoats:
.string "据说暮水镇人的祖先\n一生都与船只相伴——\l在船上生活在船上终老。\p我想他们选择这样的生活\n是为了追寻什么重要的东西吧。$"