summaryrefslogtreecommitdiff
path: root/data/maps/LilycoveCity_DepartmentStore_4F/scripts.inc
blob: 33a536b85635f37b613da0604cd7cd93cf3bf7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
LilycoveCity_DepartmentStore_4F_MapScripts:: @ 8159FFD
	.byte 0

LilycoveCity_DepartmentStore_4F_EventScript_159FFE:: @ 8159FFE
	msgbox LilycoveCity_DepartmentStore_4F_Text_18C39C, MSGBOX_NPC
	end

LilycoveCity_DepartmentStore_4F_EventScript_15A007:: @ 815A007
	msgbox LilycoveCity_DepartmentStore_4F_Text_18C41B, MSGBOX_NPC
	end

LilycoveCity_DepartmentStore_4F_EventScript_15A010:: @ 815A010
	msgbox LilycoveCity_DepartmentStore_4F_Text_18C481, MSGBOX_NPC
	end

LilycoveCity_DepartmentStore_4F_EventScript_15A019:: @ 815A019
	lock
	faceplayer
	message Text_HowMayIServeYou
	waitmessage
	pokemart LilycoveCity_DepartmentStore_4F_Items1
	msgbox Text_PleaseComeAgain, MSGBOX_DEFAULT
	release
	end

	.align 2
LilycoveCity_DepartmentStore_4F_Items1:: @ 815A030
	.2byte ITEM_TM38_FIRE_BLAST
	.2byte ITEM_TM25_THUNDER
	.2byte ITEM_TM14_BLIZZARD
	.2byte ITEM_TM15_HYPER_BEAM
	.2byte ITEM_NONE
	release
	end

LilycoveCity_DepartmentStore_4F_EventScript_15A03C:: @ 815A03C
	lock
	faceplayer
	message Text_HowMayIServeYou
	waitmessage
	pokemart LilycoveCity_DepartmentStore_4F_Items2
	msgbox Text_PleaseComeAgain, MSGBOX_DEFAULT
	release
	end

	.align 2
LilycoveCity_DepartmentStore_4F_Items2:: @ 815A054
	.2byte ITEM_TM17_PROTECT
	.2byte ITEM_TM20_SAFEGUARD
	.2byte ITEM_TM33_REFLECT
	.2byte ITEM_TM16_LIGHT_SCREEN
	.2byte ITEM_NONE
	release
	end