blob: 5f85eaae41aac47aa43eb855e8e5ffa68fe4837d (
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
|
FourIsland_Mart_MapScripts:: @ 8171CAD
.byte 0
FourIsland_Mart_EventScript_171CAE:: @ 8171CAE
goto_if_questlog EventScript_ReleaseEnd
lock
faceplayer
message Text_MayIHelpYou
waitmessage
pokemart Items_171CD4
msgbox Text_PleaseComeAgain
release
end
.align 2
Items_171CD4:: @ 8171CD4
.2byte ITEM_ULTRA_BALL
.2byte ITEM_FULL_RESTORE
.2byte ITEM_MAX_POTION
.2byte ITEM_REVIVE
.2byte ITEM_ICE_HEAL
.2byte ITEM_FULL_HEAL
.2byte ITEM_ESCAPE_ROPE
.2byte ITEM_MAX_REPEL
.2byte ITEM_NONE
release
end
FourIsland_Mart_EventScript_171CE8:: @ 8171CE8
msgbox gUnknown_81A3B14, MSGBOX_NPC
end
|