49 lines
1.3 KiB
PHP
49 lines
1.3 KiB
PHP
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级。$"
|
||
|