mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-13 15:59:12 -05:00
36 lines
725 B
PHP
36 lines
725 B
PHP
PewterCity_Mart_MapScripts::
|
|
.byte 0
|
|
|
|
PewterCity_Mart_EventScript_Youngster::
|
|
msgbox PewterCity_Mart_Text_BoughtWeirdFishFromShadyGuy, MSGBOX_NPC
|
|
end
|
|
|
|
PewterCity_Mart_EventScript_Boy::
|
|
msgbox PewterCity_Mart_Text_GoodThingsIfRaiseMonsDiligently, MSGBOX_NPC
|
|
end
|
|
|
|
PewterCity_Mart_EventScript_Clerk::
|
|
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::
|
|
.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
|