33 lines
864 B
PHP
33 lines
864 B
PHP
|
LavaridgeTown_Mart_MapScripts::
|
||
|
.byte 0
|
||
|
|
||
|
LavaridgeTown_Mart_EventScript_Clerk::
|
||
|
lock
|
||
|
faceplayer
|
||
|
message gText_HowMayIServeYou
|
||
|
waitmessage
|
||
|
pokemart 0
|
||
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||
|
release
|
||
|
end
|
||
|
|
||
|
LavaridgeTown_Mart_EventScript_ExpertM::
|
||
|
msgbox LavaridgeTown_Mart_Text_XSpeedFirstStrike, MSGBOX_NPC
|
||
|
end
|
||
|
|
||
|
LavaridgeTown_Mart_EventScript_OldWoman::
|
||
|
msgbox LavaridgeTown_Mart_Text_LocalSpecialtyOnMtChimney, MSGBOX_NPC
|
||
|
end
|
||
|
|
||
|
LavaridgeTown_Mart_Text_XSpeedFirstStrike:
|
||
|
.string "Use X SPEED to add to a POKéMON's\n"
|
||
|
.string "SPEED in battle.\p"
|
||
|
.string "That will help it get in the first\n"
|
||
|
.string "strike--a decided advantage!$"
|
||
|
|
||
|
LavaridgeTown_Mart_Text_LocalSpecialtyOnMtChimney:
|
||
|
.string "On MT. CHIMNEY's peak, there's a local\n"
|
||
|
.string "specialty that you can buy only there.\p"
|
||
|
.string "Give it to a POKéMON--it will be elated.$"
|
||
|
|