mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 05:43:22 -05:00
32 lines
606 B
PHP
32 lines
606 B
PHP
FourIsland_Mart_MapScripts::
|
|
.byte 0
|
|
|
|
FourIsland_Mart_EventScript_Clerk::
|
|
goto_if_questlog EventScript_ReleaseEnd
|
|
lock
|
|
faceplayer
|
|
message Text_MayIHelpYou
|
|
waitmessage
|
|
pokemart FourIsland_Mart_Items
|
|
msgbox Text_PleaseComeAgain
|
|
release
|
|
end
|
|
|
|
.align 2
|
|
FourIsland_Mart_Items::
|
|
.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_Camper::
|
|
msgbox FourIsland_Mart_Text_IcefallCaveIsFrigid, MSGBOX_NPC
|
|
end
|