虽然原本进行了一些修正和润色,但是整体质量偏低,于是重新进行了汉化 调整了开拓区对战设施的成绩页面文字展示位置 对培育屋的文本进行了重新翻译 参照官方正作的使用逻辑统一调整了数字使用阿拉伯数字和汉字的情况 参照官方正作的使用逻辑统一调整了使用“战斗”和“对战”的情况 修正了部分连接相关文本的译名 主要参考deepseek英文翻译及原版英文
25 lines
890 B
PHP
25 lines
890 B
PHP
BattleFrontier_Lounge4_MapScripts::
|
||
.byte 0
|
||
|
||
BattleFrontier_Lounge4_EventScript_Woman::
|
||
msgbox BattleFrontier_Lounge4_Text_WonderIfInterviewsAiring, MSGBOX_NPC
|
||
end
|
||
|
||
BattleFrontier_Lounge4_EventScript_Cook::
|
||
msgbox BattleFrontier_Lounge4_Text_IfIOpenedRestaurantHere, MSGBOX_NPC
|
||
end
|
||
|
||
BattleFrontier_Lounge4_EventScript_Man::
|
||
msgbox BattleFrontier_Lounge4_Text_NeedBreatherAfterBattles, MSGBOX_NPC
|
||
end
|
||
|
||
BattleFrontier_Lounge4_Text_WonderIfInterviewsAiring:
|
||
.string "不知道今天会不会有关于强大训练家\n的电视采访?$"
|
||
|
||
BattleFrontier_Lounge4_Text_IfIOpenedRestaurantHere:
|
||
.string "在这儿开个饭馆的话\n肯定能挣大钱吧。$"
|
||
|
||
BattleFrontier_Lounge4_Text_NeedBreatherAfterBattles:
|
||
.string "呼……\p那么紧张的对战之后,\n我得稍微休息一下了……\p但即使是现在,我脑子里也会\n一直设计着对战策略。$"
|
||
|