mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
41 lines
873 B
PHP
41 lines
873 B
PHP
SevenIsland_Mart_MapScripts::
|
|
.byte 0
|
|
|
|
SevenIsland_Mart_EventScript_Clerk::
|
|
goto_if_questlog EventScript_ReleaseEnd
|
|
lock
|
|
faceplayer
|
|
message Text_MayIHelpYou
|
|
waitmessage
|
|
pokemart SevenIsland_Mart_Items
|
|
msgbox Text_PleaseComeAgain
|
|
release
|
|
end
|
|
|
|
.align 2
|
|
SevenIsland_Mart_Items::
|
|
.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_Lass::
|
|
msgbox SevenIsland_Mart_Text_MonHavePersonalitiesOfTheirOwn, MSGBOX_NPC
|
|
end
|
|
|
|
SevenIsland_Mart_EventScript_Hiker::
|
|
msgbox SevenIsland_Mart_Text_PreparationsCompleteForRuins, MSGBOX_NPC
|
|
end
|
|
|
|
SevenIsland_Mart_EventScript_Fisher::
|
|
msgbox SevenIsland_Mart_Text_NeedToFishOnSevenIsland, MSGBOX_NPC
|
|
end
|