blob: 1cadc675ba6b5ccba0e5ef81f152a8e05f76828b (
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
|
SlateportCity_Mart_MapScripts:: @ 8156410
.byte 0
SlateportCity_Mart_EventScript_156411:: @ 8156411
lock
faceplayer
message Text_HowMayIServeYou
waitmessage
pokemart SlateportCity_Mart_Items
msgbox Text_PleaseComeAgain, MSGBOX_DEFAULT
release
end
.align 2
SlateportCity_Mart_Items:: @ 8156428
.2byte ITEM_POKE_BALL
.2byte ITEM_GREAT_BALL
.2byte ITEM_POTION
.2byte ITEM_SUPER_POTION
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_ESCAPE_ROPE
.2byte ITEM_REPEL
.2byte ITEM_HARBOR_MAIL
.2byte ITEM_NONE
release
end
SlateportCity_Mart_EventScript_15643E:: @ 815643E
msgbox SlateportCity_Mart_Text_180730, MSGBOX_NPC
end
SlateportCity_Mart_EventScript_156447:: @ 8156447
msgbox SlateportCity_Mart_Text_18079D, MSGBOX_NPC
end
|