RoamerX 187ae170d2 壁纸女孩文乃、寻宝者文本润色或重新汉化
以及所有汉字数字变成阿拉伯数字的情况查漏补缺
2025-05-28 14:52:27 +08:00

40 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.

SootopolisCity_House1_MapScripts::
.byte 0
SootopolisCity_House1_EventScript_BrickBreakBlackBelt::
lock
faceplayer
goto_if_set FLAG_RECEIVED_TM_BRICK_BREAK, SootopolisCity_House1_EventScript_ReceivedBrickBreak
msgbox SootopolisCity_House1_Text_DevelopedThisTM, MSGBOX_DEFAULT
giveitem ITEM_TM_BRICK_BREAK
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
setflag FLAG_RECEIVED_TM_BRICK_BREAK
msgbox SootopolisCity_House1_Text_ExplainBrickBreak, MSGBOX_DEFAULT
release
end
SootopolisCity_House1_EventScript_ReceivedBrickBreak::
msgbox SootopolisCity_House1_Text_ExplainBrickBreak, MSGBOX_DEFAULT
release
end
SootopolisCity_House1_EventScript_Kecleon::
lock
faceplayer
waitse
playmoncry SPECIES_KECLEON, CRY_MODE_NORMAL
msgbox SootopolisCity_House1_Text_Kecleon, MSGBOX_DEFAULT
waitmoncry
release
end
SootopolisCity_House1_Text_DevelopedThisTM:
.string "我在琉璃市\n磨练了30年\p制作出了这个强大的招式学习器。\n我传授给你吧!$"
SootopolisCity_House1_Text_ExplainBrickBreak:
.string "招式学习器31的内容是劈瓦这是一种\n无法描述的恐怖招式。$"
SootopolisCity_House1_Text_Kecleon:
.string "变隐龙:噗噗噗呀。$"