2017-11-10 02:21:31 +01:00
|
|
|
MossdeepCity_Mart_MapScripts:: @ 82223C7
|
|
|
|
.byte 0
|
|
|
|
|
2019-11-03 18:53:51 +01:00
|
|
|
MossdeepCity_Mart_EventScript_Clerk:: @ 82223C8
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-08-15 05:38:42 +02:00
|
|
|
message gText_HowMayIServeYou
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmessage
|
2019-11-03 18:53:51 +01:00
|
|
|
pokemart MossdeepCity_Mart_Pokemart
|
2019-08-15 05:38:42 +02:00
|
|
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2017-11-10 08:36:41 +01:00
|
|
|
.align 2
|
2019-11-03 18:53:51 +01:00
|
|
|
MossdeepCity_Mart_Pokemart: @ 82223E0
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte ITEM_ULTRA_BALL
|
|
|
|
.2byte ITEM_NET_BALL
|
|
|
|
.2byte ITEM_DIVE_BALL
|
|
|
|
.2byte ITEM_HYPER_POTION
|
|
|
|
.2byte ITEM_FULL_HEAL
|
|
|
|
.2byte ITEM_REVIVE
|
|
|
|
.2byte ITEM_MAX_REPEL
|
|
|
|
.2byte ITEM_X_ATTACK
|
|
|
|
.2byte ITEM_X_DEFEND
|
|
|
|
.2byte ITEM_NONE
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-03 18:53:51 +01:00
|
|
|
MossdeepCity_Mart_EventScript_Woman:: @ 82223F6
|
|
|
|
msgbox MossdeepCity_Mart_Text_ReviveIsFantastic, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:53:51 +01:00
|
|
|
MossdeepCity_Mart_EventScript_Boy:: @ 82223FF
|
|
|
|
msgbox MossdeepCity_Mart_Text_MaxRepelLastsLongest, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:53:51 +01:00
|
|
|
MossdeepCity_Mart_EventScript_Sailor:: @ 8222408
|
|
|
|
msgbox MossdeepCity_Mart_Text_NetAndDiveBallsRare, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:53:51 +01:00
|
|
|
MossdeepCity_Mart_Text_ReviveIsFantastic: @ 8222411
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "REVIVE is fantastic!\p"
|
|
|
|
.string "Give it to a fainted POKéMON,\n"
|
|
|
|
.string "and the POKéMON will arise.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "But be careful, REVIVE doesn't restore\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "the used-up PP of moves.$"
|
|
|
|
|
2019-11-03 18:53:51 +01:00
|
|
|
MossdeepCity_Mart_Text_MaxRepelLastsLongest: @ 82224A0
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "MAX REPEL keeps all weak POKéMON away.\p"
|
|
|
|
.string "Out of all the REPEL sprays, it lasts\n"
|
|
|
|
.string "the longest.$"
|
|
|
|
|
2019-11-03 18:53:51 +01:00
|
|
|
MossdeepCity_Mart_Text_NetAndDiveBallsRare: @ 82224FA
|
2017-11-10 02:21:31 +01:00
|
|
|
.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.$"
|
|
|
|
|