RoamerX 7228b9e0a1 一些文本修正
乔伊小姐对话、蛋孵化的文本及训练家卡的颜色替换为正作翻译
将树果粉碎的错误翻译修正、并将对应翻译参照神百调整
将树果混合器的翻译统一
2025-06-06 21:04:14 +08:00

32 lines
1.2 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.

SeafloorCavern_Room1_MapScripts::
.byte 0
SeafloorCavern_Room1_EventScript_Grunt1::
trainerbattle_single TRAINER_GRUNT_SEAFLOOR_CAVERN_1, SeafloorCavern_Room1_Text_Grunt1Intro, SeafloorCavern_Room1_Text_Grunt1Defeat
msgbox SeafloorCavern_Room1_Text_Grunt1PostBattle, MSGBOX_AUTOCLOSE
end
SeafloorCavern_Room1_EventScript_Grunt2::
trainerbattle_single TRAINER_GRUNT_SEAFLOOR_CAVERN_2, SeafloorCavern_Room1_Text_Grunt2Intro, SeafloorCavern_Room1_Text_Grunt2Defeat
msgbox SeafloorCavern_Room1_Text_Grunt2PostBattle, MSGBOX_AUTOCLOSE
end
SeafloorCavern_Room1_Text_Grunt1Intro:
.string "小鬼别在这里碍事!\n赶紧回家去!$"
SeafloorCavern_Room1_Text_Grunt1Defeat:
.string "我想回家了……$"
SeafloorCavern_Room1_Text_Grunt1PostBattle:
.string "好想升职当干部,\n那样就能使唤小卒们了……$"
SeafloorCavern_Room1_Text_Grunt2Intro:
.string "那潜水艇……里面也太窄了!\n挤得真难受!$"
SeafloorCavern_Room1_Text_Grunt2Defeat:
.string "失败让我更难受!$"
SeafloorCavern_Room1_Text_Grunt2PostBattle:
.string "我们抢来的那潜水艇\n坐起来简直折磨人!\l里面挤得要命$"