Remove address comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
MossdeepCity_Mart_MapScripts:: @ 82223C7
|
||||
MossdeepCity_Mart_MapScripts::
|
||||
.byte 0
|
||||
|
||||
MossdeepCity_Mart_EventScript_Clerk:: @ 82223C8
|
||||
MossdeepCity_Mart_EventScript_Clerk::
|
||||
lock
|
||||
faceplayer
|
||||
message gText_HowMayIServeYou
|
||||
@@ -12,7 +12,7 @@ MossdeepCity_Mart_EventScript_Clerk:: @ 82223C8
|
||||
end
|
||||
|
||||
.align 2
|
||||
MossdeepCity_Mart_Pokemart: @ 82223E0
|
||||
MossdeepCity_Mart_Pokemart:
|
||||
.2byte ITEM_ULTRA_BALL
|
||||
.2byte ITEM_NET_BALL
|
||||
.2byte ITEM_DIVE_BALL
|
||||
@@ -26,31 +26,31 @@ MossdeepCity_Mart_Pokemart: @ 82223E0
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_Mart_EventScript_Woman:: @ 82223F6
|
||||
MossdeepCity_Mart_EventScript_Woman::
|
||||
msgbox MossdeepCity_Mart_Text_ReviveIsFantastic, MSGBOX_NPC
|
||||
end
|
||||
|
||||
MossdeepCity_Mart_EventScript_Boy:: @ 82223FF
|
||||
MossdeepCity_Mart_EventScript_Boy::
|
||||
msgbox MossdeepCity_Mart_Text_MaxRepelLastsLongest, MSGBOX_NPC
|
||||
end
|
||||
|
||||
MossdeepCity_Mart_EventScript_Sailor:: @ 8222408
|
||||
MossdeepCity_Mart_EventScript_Sailor::
|
||||
msgbox MossdeepCity_Mart_Text_NetAndDiveBallsRare, MSGBOX_NPC
|
||||
end
|
||||
|
||||
MossdeepCity_Mart_Text_ReviveIsFantastic: @ 8222411
|
||||
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: @ 82224A0
|
||||
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: @ 82224FA
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user