Remove address comments

This commit is contained in:
GriffinR
2021-07-20 15:18:31 -04:00
parent bea170e8e9
commit 06351bf63c
576 changed files with 17798 additions and 17798 deletions
+9 -9
View File
@@ -1,7 +1,7 @@
FortreeCity_Mart_MapScripts:: @ 8217665
FortreeCity_Mart_MapScripts::
.byte 0
FortreeCity_Mart_EventScript_Clerk:: @ 8217666
FortreeCity_Mart_EventScript_Clerk::
lock
faceplayer
message gText_HowMayIServeYou
@@ -12,7 +12,7 @@ FortreeCity_Mart_EventScript_Clerk:: @ 8217666
end
.align 2
FortreeCity_Mart_Pokemart: @ 8217680
FortreeCity_Mart_Pokemart:
.2byte ITEM_GREAT_BALL
.2byte ITEM_ULTRA_BALL
.2byte ITEM_SUPER_POTION
@@ -27,31 +27,31 @@ FortreeCity_Mart_Pokemart: @ 8217680
release
end
FortreeCity_Mart_EventScript_Woman:: @ 8217698
FortreeCity_Mart_EventScript_Woman::
msgbox FortreeCity_Mart_Text_SuperRepelBetter, MSGBOX_NPC
end
FortreeCity_Mart_EventScript_Girl:: @ 82176A1
FortreeCity_Mart_EventScript_Girl::
msgbox FortreeCity_Mart_Text_StockUpOnItems, MSGBOX_NPC
end
FortreeCity_Mart_EventScript_Boy:: @ 82176AA
FortreeCity_Mart_EventScript_Boy::
msgbox FortreeCity_Mart_Text_RareCandyMakesMonGrow, MSGBOX_NPC
end
FortreeCity_Mart_Text_SuperRepelBetter: @ 82176B3
FortreeCity_Mart_Text_SuperRepelBetter:
.string "SUPER REPEL lasts a long time,\n"
.string "and it gets the job done.\p"
.string "It's much better than an ordinary\n"
.string "REPEL.$"
FortreeCity_Mart_Text_StockUpOnItems: @ 8217715
FortreeCity_Mart_Text_StockUpOnItems:
.string "I always stock up on more items than\n"
.string "I'm sure I'll need.\p"
.string "You never know what might happen.\n"
.string "Better to be safe than sorry!$"
FortreeCity_Mart_Text_RareCandyMakesMonGrow: @ 821778E
FortreeCity_Mart_Text_RareCandyMakesMonGrow:
.string "A RARE CANDY makes a POKéMON grow\n"
.string "immediately by one level.$"