2025-06-12 22:39:59 +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秘传学习器可以使用很多次。$"
RustboroCity_CuttersHouse_Text_DadHelpedClearLandOfTrees:
.string "当初扩建卡那兹市时,\n我爸爸也帮了忙。\p他让宝可梦使用居合劈砍掉树木\n清出了土地。$"