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

66 lines
1.9 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.

LilycoveCity_DepartmentStore_3F_MapScripts::
.byte 0
LilycoveCity_DepartmentStore_3F_EventScript_ClerkLeft::
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart LilycoveCity_DepartmentStore_3F_Pokemart_Vitamins
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
.align 2
LilycoveCity_DepartmentStore_3F_Pokemart_Vitamins:
.2byte ITEM_PROTEIN
.2byte ITEM_CALCIUM
.2byte ITEM_IRON
.2byte ITEM_ZINC
.2byte ITEM_CARBOS
.2byte ITEM_HP_UP
pokemartlistend
LilycoveCity_DepartmentStore_3F_EventScript_ClerkRight::
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart LilycoveCity_DepartmentStore_3F_Pokemart_StatBoosters
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
.align 2
LilycoveCity_DepartmentStore_3F_Pokemart_StatBoosters:
.2byte ITEM_X_SPEED
.2byte ITEM_X_SP_ATK
.2byte ITEM_X_ATTACK
.2byte ITEM_X_DEFENSE
.2byte ITEM_DIRE_HIT
.2byte ITEM_GUARD_SPEC
.2byte ITEM_X_ACCURACY
pokemartlistend
LilycoveCity_DepartmentStore_3F_EventScript_TriathleteM::
msgbox LilycoveCity_DepartmentStore_3F_Text_ItemsBestForTougheningPokemon, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_3F_EventScript_PokefanM::
msgbox LilycoveCity_DepartmentStore_3F_Text_WantMoreEndurance, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_3F_EventScript_Woman::
msgbox LilycoveCity_DepartmentStore_3F_Text_GaveCarbosToSpeedUpMon, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_3F_Text_ItemsBestForTougheningPokemon:
.string "要让宝可梦快速成长,\n最好使用物品。\p攻击增强剂能增加攻击\n特攻增强剂则提升特攻。$"
LilycoveCity_DepartmentStore_3F_Text_WantMoreEndurance:
.string "我想增强我的宝可梦的\n抵抗力,\p但我还在考虑是用防御增强剂提升防御\n还是用特防增强剂提升特防。$"
LilycoveCity_DepartmentStore_3F_Text_GaveCarbosToSpeedUpMon:
.string "我给我的宝可梦吃速度增强剂,\n它的速度提升了。$"