blob: 2757fba07c5e1702bb4662840ab2b423a3c03f89 (
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
|
SevenIsland_Mart_MapScripts:: @ 8170B30
.byte 0
SevenIsland_Mart_EventScript_170B31:: @ 8170B31
goto_if_questlog EventScript_ReleaseEnd
lock
faceplayer
message Text_MayIHelpYou
waitmessage
pokemart Items_170B58
msgbox Text_PleaseComeAgain
release
end
.align 2
Items_170B58:: @ 8170B58
.2byte ITEM_ULTRA_BALL
.2byte ITEM_GREAT_BALL
.2byte ITEM_FULL_RESTORE
.2byte ITEM_MAX_POTION
.2byte ITEM_HYPER_POTION
.2byte ITEM_REVIVE
.2byte ITEM_FULL_HEAL
.2byte ITEM_ESCAPE_ROPE
.2byte ITEM_MAX_REPEL
.2byte ITEM_NONE
release
end
SevenIsland_Mart_EventScript_170B6E:: @ 8170B6E
msgbox gUnknown_81A0A4F, MSGBOX_NPC
end
SevenIsland_Mart_EventScript_170B77:: @ 8170B77
msgbox gUnknown_81A0ACC, MSGBOX_NPC
end
SevenIsland_Mart_EventScript_170B80:: @ 8170B80
msgbox gUnknown_81A0B09, MSGBOX_NPC
end
|