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

49 lines
1.3 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.

FortreeCity_Mart_MapScripts::
.byte 0
FortreeCity_Mart_EventScript_Clerk::
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart FortreeCity_Mart_Pokemart
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
.align 2
FortreeCity_Mart_Pokemart:
.2byte ITEM_GREAT_BALL
.2byte ITEM_ULTRA_BALL
.2byte ITEM_SUPER_POTION
.2byte ITEM_HYPER_POTION
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_AWAKENING
.2byte ITEM_REVIVE
.2byte ITEM_SUPER_REPEL
.2byte ITEM_WOOD_MAIL
pokemartlistend
FortreeCity_Mart_EventScript_Woman::
msgbox FortreeCity_Mart_Text_SuperRepelBetter, MSGBOX_NPC
end
FortreeCity_Mart_EventScript_Girl::
msgbox FortreeCity_Mart_Text_StockUpOnItems, MSGBOX_NPC
end
FortreeCity_Mart_EventScript_Boy::
msgbox FortreeCity_Mart_Text_RareCandyMakesMonGrow, MSGBOX_NPC
end
FortreeCity_Mart_Text_SuperRepelBetter:
.string "白银喷雾持续时间长,\n效果也好,\p比普通除虫喷雾\n好用多了。$"
FortreeCity_Mart_Text_StockUpOnItems:
.string "我总是比计划中\n多存一些道具,\p因为没人知道什么时候会发生灾难\n提前准备总比事后后悔要好!$"
FortreeCity_Mart_Text_RareCandyMakesMonGrow:
.string "神奇糖果可以使宝可梦\n立即提升1级。$"