66 lines
1.9 KiB
PHP
66 lines
1.9 KiB
PHP
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它的速度提升了。$"
|
||
|