pokefirered/data/maps/SixIsland_Mart/scripts.inc
2022-06-24 21:10:48 -04:00

32 lines
613 B
PHP

SixIsland_Mart_MapScripts::
.byte 0
SixIsland_Mart_EventScript_Clerk::
goto_if_questlog EventScript_ReleaseEnd
lock
faceplayer
message Text_MayIHelpYou
waitmessage
pokemart SixIsland_Mart_Items
msgbox Text_PleaseComeAgain
release
end
.align 2
SixIsland_Mart_Items::
.2byte ITEM_ULTRA_BALL
.2byte ITEM_FULL_RESTORE
.2byte ITEM_MAX_POTION
.2byte ITEM_REVIVE
.2byte ITEM_FULL_HEAL
.2byte ITEM_ESCAPE_ROPE
.2byte ITEM_MAX_REPEL
.2byte ITEM_DREAM_MAIL
.2byte ITEM_NONE
release
end
SixIsland_Mart_EventScript_Picnicker::
msgbox SixIsland_Mart_Text_ShouldBuyMailAndWriteLetter, MSGBOX_NPC
end