RoamerX db73674ea3 修正部分专有名词为官译+修正招式详情中文字与图标位置+修复R键投球图颜色错误
包括以下:
精灵	宝可梦
训练师	训练家
背包	包包
技能	招式
口袋领航员	宝可梦导航仪
濒死	昏厥
烧伤	灼伤
命中率	命中	注:指招式的命中,对战内宝可梦的能力仍叫做命中率
2025-04-11 15:14:45 +08:00

34 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_House3_MapScripts::
.byte 0
SootopolisCity_House3_EventScript_Woman::
lock
faceplayer
msgbox SootopolisCity_House3_Text_JuanHasManyFansDoYou, MSGBOX_YESNO
goto_if_eq VAR_RESULT, YES, SootopolisCity_House3_EventScript_HaveFans
msgbox SootopolisCity_House3_Text_LonesomeTryWorkingHarder, MSGBOX_DEFAULT
release
end
SootopolisCity_House3_EventScript_HaveFans::
msgbox SootopolisCity_House3_Text_YouMustBePrettyStrong, MSGBOX_DEFAULT
release
end
SootopolisCity_House3_EventScript_Girl::
msgbox SootopolisCity_House3_Text_TrainerFanClubWasWild, MSGBOX_NPC
end
SootopolisCity_House3_Text_JuanHasManyFansDoYou:
.string "你是宝可梦训练家吗?\p有很多人喜欢琉璃市的亚当\n甚至比喜欢米可利的还多!\p也有人喜欢你吗$"
SootopolisCity_House3_Text_YouMustBePrettyStrong:
.string "呀,那么你肯定很强。$"
SootopolisCity_House3_Text_LonesomeTryWorkingHarder:
.string "哎呀…\n这样可有点寂寞。\p你得更努力些\n那样才会有粉丝跟着你的。$"
SootopolisCity_House3_Text_TrainerFanClubWasWild:
.string "追星的人们甚至都会\n从丰缘地区以外的地方赶来,\p我上次去水静市的训练家俱乐部时\n真正见识到了他们的狂热。$"