blob: 5e28e192deed3c88c0fab6304ae376f09b0435e0 (
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
|
MossdeepCity_Mart_MapScripts:: @ 815A925
.byte 0
MossdeepCity_Mart_EventScript_15A926:: @ 815A926
lock
faceplayer
message Text_HowMayIServeYou
waitmessage
pokemart MossdeepCity_Mart_Items
msgbox Text_PleaseComeAgain, MSGBOX_DEFAULT
release
end
.align 2
MossdeepCity_Mart_Items:: @ 815A940
.2byte ITEM_ULTRA_BALL
.2byte ITEM_NET_BALL
.2byte ITEM_DIVE_BALL
.2byte ITEM_HYPER_POTION
.2byte ITEM_FULL_HEAL
.2byte ITEM_REVIVE
.2byte ITEM_MAX_REPEL
.2byte ITEM_X_ATTACK
.2byte ITEM_X_DEFEND
.2byte ITEM_NONE
release
end
MossdeepCity_Mart_EventScript_15A956:: @ 815A956
msgbox MossdeepCity_Mart_Text_18D758, MSGBOX_NPC
end
MossdeepCity_Mart_EventScript_15A95F:: @ 815A95F
msgbox MossdeepCity_Mart_Text_18D7E7, MSGBOX_NPC
end
MossdeepCity_Mart_EventScript_15A968:: @ 815A968
msgbox MossdeepCity_Mart_Text_18D841, MSGBOX_NPC
end
|