RoamerX 0ee10d486e 大批量文本修正
徒弟文本全部重新翻译(主要使用deepseek,之后进行了润色和格式调整)
调整整个游戏中大量少数几个字后就换行导致观感奇怪的情况
将所有的游船修正为轮渡(ferry,連絡船)
润色/重新翻译乘船相关的文本
个体值评定员、回忆技能NPC的文本重新翻译
修正很多换页时逗号的使用
修正几个遗漏的文本超出
统一所有自行车道的译名
调整润色传送到盒子的文本
修正所有宝玉为宝珠
训练家的量词统一为“位”
2025-05-29 23:09:11 +08:00

41 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.

.set LOCALID_NURSE, 1
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_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是为了追寻什么重要的东西吧。$"