2022-05-19 19:14:13 +02:00
|
|
|
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
|
|
|
|
.2byte ITEM_NONE
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
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_SPECIAL
|
|
|
|
.2byte ITEM_X_ATTACK
|
|
|
|
.2byte ITEM_X_DEFEND
|
|
|
|
.2byte ITEM_DIRE_HIT
|
|
|
|
.2byte ITEM_GUARD_SPEC
|
|
|
|
.2byte ITEM_X_ACCURACY
|
|
|
|
.2byte ITEM_NONE
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
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:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "For quickly toughening up Pokémon,\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "items are the best.\p"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Protein boosts Attack,\n"
|
|
|
|
.string "and Calcium raises Sp. Atk.$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|
|
|
|
LilycoveCity_DepartmentStore_3F_Text_WantMoreEndurance:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "I want my Pokémon to have more\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "endurance.\p"
|
|
|
|
.string "I'm trying to decide whether to raise\n"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Defense with Iron, or Sp. Def with Zinc.$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|
|
|
|
LilycoveCity_DepartmentStore_3F_Text_GaveCarbosToSpeedUpMon:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "I gave a Carbos to my Pokémon,\n"
|
|
|
|
.string "and its Speed went up.$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|