2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_MapScripts::
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_EventScript_ClerkLeft::
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-08-15 05:38:42 +02:00
|
|
|
message gText_HowMayIServeYou
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmessage
|
2019-11-04 22:41:42 +01:00
|
|
|
pokemart LilycoveCity_DepartmentStore_3F_Pokemart_Vitamins
|
2019-08-15 05:38:42 +02:00
|
|
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-08-04 17:50:33 +02:00
|
|
|
.align 2
|
2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_Pokemart_Vitamins:
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte ITEM_PROTEIN
|
|
|
|
.2byte ITEM_CALCIUM
|
|
|
|
.2byte ITEM_IRON
|
|
|
|
.2byte ITEM_ZINC
|
|
|
|
.2byte ITEM_CARBOS
|
|
|
|
.2byte ITEM_HP_UP
|
|
|
|
.2byte ITEM_NONE
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_EventScript_ClerkRight::
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-08-15 05:38:42 +02:00
|
|
|
message gText_HowMayIServeYou
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmessage
|
2019-11-04 22:41:42 +01:00
|
|
|
pokemart LilycoveCity_DepartmentStore_3F_Pokemart_StatBoosters
|
2019-08-15 05:38:42 +02:00
|
|
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2017-11-10 08:36:41 +01:00
|
|
|
.align 2
|
2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_Pokemart_StatBoosters:
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte ITEM_X_SPEED
|
2019-04-13 13:14:45 +02:00
|
|
|
.2byte ITEM_X_SP_ATK
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte ITEM_X_ATTACK
|
2019-04-13 13:14:45 +02:00
|
|
|
.2byte ITEM_X_DEFENSE
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte ITEM_DIRE_HIT
|
|
|
|
.2byte ITEM_GUARD_SPEC
|
|
|
|
.2byte ITEM_X_ACCURACY
|
|
|
|
.2byte ITEM_NONE
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_EventScript_TriathleteM::
|
2019-11-04 22:41:42 +01:00
|
|
|
msgbox LilycoveCity_DepartmentStore_3F_Text_ItemsBestForTougheningPokemon, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_EventScript_PokefanM::
|
2019-11-04 22:41:42 +01:00
|
|
|
msgbox LilycoveCity_DepartmentStore_3F_Text_WantMoreEndurance, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_EventScript_Woman::
|
2019-11-04 22:41:42 +01:00
|
|
|
msgbox LilycoveCity_DepartmentStore_3F_Text_GaveCarbosToSpeedUpMon, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_Text_ItemsBestForTougheningPokemon:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "For quickly toughening up POKéMON,\n"
|
|
|
|
.string "items are the best.\p"
|
|
|
|
.string "PROTEIN boosts ATTACK,\n"
|
|
|
|
.string "and CALCIUM raises SP. ATK.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_Text_WantMoreEndurance:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "I want my POKéMON to have more\n"
|
|
|
|
.string "endurance.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'm trying to decide whether to raise\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "DEFENSE with IRON, or SP. DEF with ZINC.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
LilycoveCity_DepartmentStore_3F_Text_GaveCarbosToSpeedUpMon:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "I gave a CARBOS to my POKéMON,\n"
|
|
|
|
.string "and its SPEED went up.$"
|
|
|
|
|