RoamerX 5108965bd5 脚本文本将旧译替换官译
脚本文本中宝可币符号位置修复
脚本文本中以下名词修正:
部分专有名词
重要NPC人名&组织名
地名
道具名称
招式学习器及教学相关的招式名称
对战开拓区设施名称、首领称号、印记
2025-04-13 23:26:26 +08:00

33 lines
1.5 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.

RustboroCity_CuttersHouse_MapScripts::
.byte 0
RustboroCity_CuttersHouse_EventScript_Cutter::
lock
faceplayer
goto_if_set FLAG_RECEIVED_HM_CUT, RustboroCity_CuttersHouse_EventScript_ExplainCut
msgbox RustboroCity_CuttersHouse_Text_YouCanPutThisHMToGoodUse, MSGBOX_DEFAULT
giveitem ITEM_HM_CUT
setflag FLAG_RECEIVED_HM_CUT
msgbox RustboroCity_CuttersHouse_Text_ExplainCut, MSGBOX_DEFAULT
release
end
RustboroCity_CuttersHouse_EventScript_ExplainCut::
msgbox RustboroCity_CuttersHouse_Text_ExplainCut, MSGBOX_DEFAULT
release
end
RustboroCity_CuttersHouse_EventScript_Lass::
msgbox RustboroCity_CuttersHouse_Text_DadHelpedClearLandOfTrees, MSGBOX_NPC
end
RustboroCity_CuttersHouse_Text_YouCanPutThisHMToGoodUse:
.string "那坚定的表情…\n敏捷的行动…\l还有训练有素的宝可梦…\p你肯定是个经验丰富的训练家\p不别急不用说\n我知道你想要什么。\p我想你会善加利用\n这个秘传学习器的。\p不用谦虚\n这是你的了!$"
RustboroCity_CuttersHouse_Text_ExplainCut:
.string "那个秘传学习器\n里面是居合劈。\p秘传学习器技是可以让宝可梦\n在战斗外也能使用的招式。\p如果训练家得到了\n岩石徽章,那么学会居合劈的\l宝可梦就能砍倒小树。\p而且和招式学习器不同的是\n秘传学习器可以使用\n很多次。$"
RustboroCity_CuttersHouse_Text_DadHelpedClearLandOfTrees:
.string "卡那兹市扩建的时候,\n爸爸也去帮忙了。\p他让宝可梦用居合劈\n砍倒了树林。$"