pokefirered/data/maps/PewterCity_Mart/scripts.inc
2020-01-15 16:00:45 -05:00

36 lines
775 B
PHP

PewterCity_Mart_MapScripts:: @ 816A6CD
.byte 0
PewterCity_Mart_EventScript_Youngster:: @ 816A6CE
msgbox PewterCity_Mart_Text_BoughtWeirdFishFromShadyGuy, MSGBOX_NPC
end
PewterCity_Mart_EventScript_Boy:: @ 816A6D7
msgbox PewterCity_Mart_Text_GoodThingsIfRaiseMonsDiligently, MSGBOX_NPC
end
PewterCity_Mart_EventScript_Clerk:: @ 816A6E0
goto_if_questlog EventScript_ReleaseEnd
lock
faceplayer
message Text_MayIHelpYou
waitmessage
pokemart PewterCity_Mart_Items
msgbox Text_PleaseComeAgain
release
end
.align 2
PewterCity_Mart_Items:: @ 816A708
.2byte ITEM_POKE_BALL
.2byte ITEM_POTION
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_AWAKENING
.2byte ITEM_BURN_HEAL
.2byte ITEM_ESCAPE_ROPE
.2byte ITEM_REPEL
.2byte ITEM_NONE
release
end