46 lines
1.3 KiB
PHP
46 lines
1.3 KiB
PHP
MossdeepCity_Mart_MapScripts::
|
|
.byte 0
|
|
|
|
MossdeepCity_Mart_EventScript_Clerk::
|
|
lock
|
|
faceplayer
|
|
message gText_HowMayIServeYou
|
|
waitmessage
|
|
pokemart 0
|
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
MossdeepCity_Mart_EventScript_Woman::
|
|
msgbox MossdeepCity_Mart_Text_ReviveIsFantastic, MSGBOX_NPC
|
|
end
|
|
|
|
MossdeepCity_Mart_EventScript_Boy::
|
|
msgbox MossdeepCity_Mart_Text_MaxRepelLastsLongest, MSGBOX_NPC
|
|
end
|
|
|
|
MossdeepCity_Mart_EventScript_Sailor::
|
|
msgbox MossdeepCity_Mart_Text_NetAndDiveBallsRare, MSGBOX_NPC
|
|
end
|
|
|
|
MossdeepCity_Mart_Text_ReviveIsFantastic:
|
|
.string "Revive is fantastic!\p"
|
|
.string "Give it to a fainted Pokémon,\n"
|
|
.string "and the Pokémon will arise.\p"
|
|
.string "But be careful, Revive doesn't restore\n"
|
|
.string "the used-up PP of moves.$"
|
|
|
|
MossdeepCity_Mart_Text_MaxRepelLastsLongest:
|
|
.string "Max Repel keeps all weak Pokémon away.\p"
|
|
.string "Out of all the Repel sprays, it lasts\n"
|
|
.string "the longest.$"
|
|
|
|
MossdeepCity_Mart_Text_NetAndDiveBallsRare:
|
|
.string "The Net and Dive Balls are rare Poké\n"
|
|
.string "Balls that are only made in Mossdeep.\p"
|
|
.string "A Net Ball is effective against\n"
|
|
.string "Bug-type and Water-type Pokémon.\p"
|
|
.string "A Dive Ball works best on Pokémon\n"
|
|
.string "at the bottom of the sea.$"
|
|
|