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

50 lines
1.4 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.

VerdanturfTown_Mart_MapScripts::
.byte 0
VerdanturfTown_Mart_EventScript_Clerk::
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart VerdanturfTown_Mart_Pokemart
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
.align 2
VerdanturfTown_Mart_Pokemart:
.2byte ITEM_GREAT_BALL
.2byte ITEM_NEST_BALL
.2byte ITEM_SUPER_POTION
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_AWAKENING
.2byte ITEM_BURN_HEAL
.2byte ITEM_ICE_HEAL
.2byte ITEM_REPEL
.2byte ITEM_X_SP_ATK
.2byte ITEM_FLUFFY_TAIL
pokemartlistend
VerdanturfTown_Mart_EventScript_Boy::
msgbox VerdanturfTown_Mart_Text_XSpecialIsCrucial, MSGBOX_NPC
end
VerdanturfTown_Mart_EventScript_ExpertF::
msgbox VerdanturfTown_Mart_Text_NoStrategyGuidesForBattleTent, MSGBOX_NPC
end
VerdanturfTown_Mart_EventScript_Lass::
msgbox VerdanturfTown_Mart_Text_NestBallOnWeakenedPokemon, MSGBOX_NPC
end
VerdanturfTown_Mart_Text_XSpecialIsCrucial:
.string "无论什么宝可梦比赛,\n特攻强化都至关重要。\p它能提升某些招式的威力\n但只在一场战斗中有效。$"
VerdanturfTown_Mart_Text_NoStrategyGuidesForBattleTent:
.string "他们不打算卖什么\n对战帐篷战术指南…\p看来必须用自己的智慧\n来夺取胜利…$"
VerdanturfTown_Mart_Text_NestBallOnWeakenedPokemon:
.string "巢穴球对弱小的宝可梦\n非常管用,\p只有在绿茵镇这里\n才能买到。$"