2022-05-19 19:14:13 +02:00
|
|
|
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:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Use X Speed to add to a Pokémon's\n"
|
|
|
|
.string "Speed in battle.\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "That will help it get in the first\n"
|
|
|
|
.string "strike--a decided advantage!$"
|
|
|
|
|
|
|
|
LavaridgeTown_Mart_Text_LocalSpecialtyOnMtChimney:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "On Mt. Chimney's peak, there's a local\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "specialty that you can buy only there.\p"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Give it to a Pokémon--it will be elated.$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|