pokeemerald/data/maps/LilycoveCity_DepartmentStore_2F/scripts.inc

81 lines
2.1 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
LilycoveCity_DepartmentStore_2F_MapScripts:: @ 821FB2C
.byte 0
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_2F_EventScript_Cook:: @ 821FB2D
msgbox LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_2F_EventScript_PokefanF:: @ 821FB36
msgbox LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_2F_EventScript_Sailor:: @ 821FB3F
msgbox LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_2F_EventScript_ClerkLeft:: @ 821FB48
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
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_2F_Pokemart1: @ 821FB60
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
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_2F_EventScript_ClerkRight:: @ 821FB7A
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
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_2F_Pokemart2: @ 821FB94
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
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly: @ 821FBAC
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
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband: @ 821FBDF
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?$"
2019-11-04 22:41:42 +01:00
LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems: @ 821FC23
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.$"