RoamerX 5fc2213e1c 遗漏的换行文本溢出情况修复
Pokenav统一为宝可导航,全流程中仅兹伏奇初次介绍时使用
送神山码头文本错误翻译修复
城市名称统一补全为XX市/镇
哈奇老人相关的文本调整
海员统一修正为水手
标点符号重复使用修复
小遥错字修复
汉化优化
2025-04-24 18:14:06 +08:00

30 lines
1.0 KiB
PHP

SootopolisCity_House2_MapScripts::
.byte 0
SootopolisCity_House2_EventScript_ExpertF::
lock
faceplayer
msgbox SootopolisCity_House2_Text_DidYouKnowAboutMtPyreOrbs, MSGBOX_YESNO
call_if_eq VAR_RESULT, YES, SootopolisCity_House2_EventScript_KnowAboutOrbs
call_if_eq VAR_RESULT, NO, SootopolisCity_House2_EventScript_DontKnowAboutOrbs
release
end
SootopolisCity_House2_EventScript_KnowAboutOrbs::
msgbox SootopolisCity_House2_Text_YesTwoOrbsSideBySide, MSGBOX_DEFAULT
return
SootopolisCity_House2_EventScript_DontKnowAboutOrbs::
msgbox SootopolisCity_House2_Text_OughtToVisitAndSee, MSGBOX_DEFAULT
return
SootopolisCity_House2_Text_DidYouKnowAboutMtPyreOrbs:
.string "送神山……\p在它的顶峰并列着\n两块宝珠,你知道吗?$"
SootopolisCity_House2_Text_YesTwoOrbsSideBySide:
.string "是的,并列的两块宝珠……\p看着它们摆在那儿……\n心中就会充满宁静……$"
SootopolisCity_House2_Text_OughtToVisitAndSee:
.string "是吗?\n也许你该去……$"