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
+12 -12
View File
@@ -1,7 +1,7 @@
RustboroCity_Mart_MapScripts:: @ 8214F05
RustboroCity_Mart_MapScripts::
.byte 0
RustboroCity_Mart_EventScript_Clerk:: @ 8214F06
RustboroCity_Mart_EventScript_Clerk::
lock
faceplayer
message gText_HowMayIServeYou
@@ -10,13 +10,13 @@ RustboroCity_Mart_EventScript_Clerk:: @ 8214F06
goto_if_set FLAG_MET_DEVON_EMPLOYEE, RustboroCity_Mart_EventScript_PokemartExpanded
end
RustboroCity_Mart_EventScript_PokemartBasic:: @ 8214F21
RustboroCity_Mart_EventScript_PokemartBasic::
pokemart RustboroCity_Mart_Pokemart_Basic
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
RustboroCity_Mart_Pokemart_Basic: @ 8214F30
RustboroCity_Mart_Pokemart_Basic:
.2byte ITEM_POKE_BALL
.2byte ITEM_POTION
.2byte ITEM_SUPER_POTION
@@ -31,14 +31,14 @@ RustboroCity_Mart_Pokemart_Basic: @ 8214F30
release
end
RustboroCity_Mart_EventScript_PokemartExpanded:: @ 8214F48
RustboroCity_Mart_EventScript_PokemartExpanded::
pokemart RustboroCity_Mart_Pokemart_Expanded
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
.align 2
RustboroCity_Mart_Pokemart_Expanded: @ 8214F58
RustboroCity_Mart_Pokemart_Expanded:
.2byte ITEM_POKE_BALL
.2byte ITEM_TIMER_BALL
.2byte ITEM_REPEAT_BALL
@@ -55,31 +55,31 @@ RustboroCity_Mart_Pokemart_Expanded: @ 8214F58
release
end
RustboroCity_Mart_EventScript_PokefanF:: @ 8214F74
RustboroCity_Mart_EventScript_PokefanF::
msgbox RustboroCity_Mart_Text_BuyingHealsInCaseOfShroomish, MSGBOX_NPC
end
RustboroCity_Mart_EventScript_Boy:: @ 8214F7D
RustboroCity_Mart_EventScript_Boy::
msgbox RustboroCity_Mart_Text_ShouldBuySuperPotionsInstead, MSGBOX_NPC
end
RustboroCity_Mart_EventScript_BugCatcher:: @ 8214F86
RustboroCity_Mart_EventScript_BugCatcher::
msgbox RustboroCity_Mart_Text_GettingEscapeRopeJustInCase, MSGBOX_NPC
end
RustboroCity_Mart_Text_BuyingHealsInCaseOfShroomish: @ 8214F8F
RustboroCity_Mart_Text_BuyingHealsInCaseOfShroomish:
.string "I'm buying some PARLYZ HEALS and\n"
.string "ANTIDOTES.\p"
.string "Just in case I run into SHROOMISH\n"
.string "in PETALBURG WOODS.$"
RustboroCity_Mart_Text_ShouldBuySuperPotionsInstead: @ 8214FF1
RustboroCity_Mart_Text_ShouldBuySuperPotionsInstead:
.string "My POKéMON evolved.\n"
.string "It has a lot of HP now.\p"
.string "I should buy SUPER POTIONS for it\n"
.string "instead of ordinary POTIONS.$"
RustboroCity_Mart_Text_GettingEscapeRopeJustInCase: @ 821505C
RustboroCity_Mart_Text_GettingEscapeRopeJustInCase:
.string "I'm getting an ESCAPE ROPE just in\n"
.string "case I get lost in a cave.\p"
.string "I just need to use it to get back to\n"