pokeemerald/data/maps/LilycoveCity_DepartmentStore_2F/scripts.inc

81 lines
2.0 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_EventScript_Cook::
2019-11-04 22:41:42 +01:00
msgbox LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_EventScript_PokefanF::
2019-11-04 22:41:42 +01:00
msgbox LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_EventScript_Sailor::
2019-11-04 22:41:42 +01:00
msgbox LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_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_2F_Pokemart1
2019-08-15 05:38:42 +02:00
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
.align 2
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_Pokemart1:
2017-11-10 02:21:31 +01:00
.2byte ITEM_POKE_BALL
.2byte ITEM_GREAT_BALL
.2byte ITEM_ULTRA_BALL
.2byte ITEM_ESCAPE_ROPE
.2byte ITEM_FULL_HEAL
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_BURN_HEAL
.2byte ITEM_ICE_HEAL
.2byte ITEM_AWAKENING
.2byte ITEM_FLUFFY_TAIL
.2byte ITEM_NONE
release
end
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_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_2F_Pokemart2
2019-08-15 05:38:42 +02:00
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
.align 2
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_Pokemart2:
2017-11-10 02:21:31 +01:00
.2byte ITEM_POTION
.2byte ITEM_SUPER_POTION
.2byte ITEM_HYPER_POTION
.2byte ITEM_MAX_POTION
.2byte ITEM_REVIVE
.2byte ITEM_REPEL
.2byte ITEM_SUPER_REPEL
.2byte ITEM_MAX_REPEL
.2byte ITEM_WAVE_MAIL
.2byte ITEM_MECH_MAIL
.2byte ITEM_NONE
release
end
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly:
2017-11-10 02:21:31 +01:00
.string "Learn to use items properly.\n"
2018-12-07 16:41:08 +01:00
.string "That's basic, really.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband:
2017-11-10 02:21:31 +01:00
.string "My husband is waiting at home.\n"
.string "What would make a good gift for him?$"
2021-07-20 21:18:31 +02:00
LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems:
2018-12-07 16:41:08 +01:00
.string "I'm leaving on a long journey soon.\n"
2017-11-10 02:21:31 +01:00
.string "I need to stock up on items.$"