徒弟文本全部重新翻译(主要使用deepseek,之后进行了润色和格式调整) 调整整个游戏中大量少数几个字后就换行导致观感奇怪的情况 将所有的游船修正为轮渡(ferry,連絡船) 润色/重新翻译乘船相关的文本 个体值评定员、回忆技能NPC的文本重新翻译 修正很多换页时逗号的使用 修正几个遗漏的文本超出 统一所有自行车道的译名 调整润色传送到盒子的文本 修正所有宝玉为宝珠 训练家的量词统一为“位”
60 lines
2.3 KiB
PHP
60 lines
2.3 KiB
PHP
.set LOCALID_NURSE, 1
|
||
|
||
SootopolisCity_PokemonCenter_1F_MapScripts::
|
||
map_script MAP_SCRIPT_ON_TRANSITION, SootopolisCity_PokemonCenter_1F_OnTransition
|
||
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
||
.byte 0
|
||
|
||
SootopolisCity_PokemonCenter_1F_OnTransition:
|
||
setrespawn HEAL_LOCATION_SOOTOPOLIS_CITY
|
||
end
|
||
|
||
SootopolisCity_PokemonCenter_1F_EventScript_Nurse::
|
||
setvar VAR_0x800B, LOCALID_NURSE
|
||
call Common_EventScript_PkmnCenterNurse
|
||
waitmessage
|
||
waitbuttonpress
|
||
release
|
||
end
|
||
|
||
SootopolisCity_PokemonCenter_1F_EventScript_Gentleman::
|
||
lock
|
||
faceplayer
|
||
goto_if_ge VAR_SKY_PILLAR_STATE, 2, SootopolisCity_PokemonCenter_1F_EventScript_GentlemanNoLegendaries
|
||
goto_if_unset FLAG_KYOGRE_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_PokemonCenter_1F_EventScript_GentlemanNoLegendaries
|
||
msgbox SootopolisCity_PokemonCenter_1F_Text_EveryoneTakenRefuge, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
SootopolisCity_PokemonCenter_1F_EventScript_GentlemanNoLegendaries::
|
||
msgbox SootopolisCity_PokemonCenter_1F_Text_WallaceToughestInHoenn, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
SootopolisCity_PokemonCenter_1F_EventScript_Woman::
|
||
lock
|
||
faceplayer
|
||
goto_if_ge VAR_SKY_PILLAR_STATE, 2, SootopolisCity_PokemonCenter_1F_EventScript_WomanNoLegendaries
|
||
goto_if_unset FLAG_KYOGRE_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_PokemonCenter_1F_EventScript_WomanNoLegendaries
|
||
msgbox SootopolisCity_PokemonCenter_1F_Text_ArentPokemonOurFriends, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
SootopolisCity_PokemonCenter_1F_EventScript_WomanNoLegendaries::
|
||
msgbox SootopolisCity_PokemonCenter_1F_Text_AlwaysBeFriendsWithPokemon, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
SootopolisCity_PokemonCenter_1F_Text_WallaceToughestInHoenn:
|
||
.string "传说米可利是整个丰缘地区\n最强的训练家,\p而这城镇道馆的训练家\n是米可利的老师。\p但四天王……据说比米可利的老师\n还要强。\p那么他们会有多强呢?$"
|
||
|
||
SootopolisCity_PokemonCenter_1F_Text_EveryoneTakenRefuge:
|
||
.string "城镇里的人都躲在家里\n不愿出来,\p就算是我也\n不想出门冒险。$"
|
||
|
||
SootopolisCity_PokemonCenter_1F_Text_AlwaysBeFriendsWithPokemon:
|
||
.string "无论何时,无论何地,\n无论发生什么,\l我都会和宝可梦在一起。\p和宝可梦交朋友是我的乐趣!$"
|
||
|
||
SootopolisCity_PokemonCenter_1F_Text_ArentPokemonOurFriends:
|
||
.string "宝可梦不是我们的朋友吗?\p它们为什么会如此疯狂?$"
|
||
|