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
@@ -1,19 +1,19 @@
LilycoveCity_DepartmentStore_4F_MapScripts:: @ 821FDEA
LilycoveCity_DepartmentStore_4F_MapScripts::
.byte 0
LilycoveCity_DepartmentStore_4F_EventScript_Gentleman:: @ 821FDEB
LilycoveCity_DepartmentStore_4F_EventScript_Gentleman::
msgbox LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_4F_EventScript_Woman:: @ 821FDF4
LilycoveCity_DepartmentStore_4F_EventScript_Woman::
msgbox LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_4F_EventScript_Youngster:: @ 821FDFD
LilycoveCity_DepartmentStore_4F_EventScript_Youngster::
msgbox LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_4F_EventScript_ClerkLeft:: @ 821FE06
LilycoveCity_DepartmentStore_4F_EventScript_ClerkLeft::
lock
faceplayer
message gText_HowMayIServeYou
@@ -24,7 +24,7 @@ LilycoveCity_DepartmentStore_4F_EventScript_ClerkLeft:: @ 821FE06
end
.align 2
LilycoveCity_DepartmentStore_4F_Pokemart_AttackTMs: @ 821FE20
LilycoveCity_DepartmentStore_4F_Pokemart_AttackTMs:
.2byte ITEM_TM38 @ Fire Blast
.2byte ITEM_TM25 @ Thunder
.2byte ITEM_TM14 @ Blizzard
@@ -33,7 +33,7 @@ LilycoveCity_DepartmentStore_4F_Pokemart_AttackTMs: @ 821FE20
release
end
LilycoveCity_DepartmentStore_4F_EventScript_ClerkRight:: @ 821FE2C
LilycoveCity_DepartmentStore_4F_EventScript_ClerkRight::
lock
faceplayer
message gText_HowMayIServeYou
@@ -44,7 +44,7 @@ LilycoveCity_DepartmentStore_4F_EventScript_ClerkRight:: @ 821FE2C
end
.align 2
LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs: @ 821FE44
LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs:
.2byte ITEM_TM17 @ Protect
.2byte ITEM_TM20 @ Safeguard
.2byte ITEM_TM33 @ Reflect
@@ -53,20 +53,20 @@ LilycoveCity_DepartmentStore_4F_Pokemart_DefenseTMs: @ 821FE44
release
end
LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM: @ 821FE50
LilycoveCity_DepartmentStore_4F_Text_AttackOrDefenseTM:
.string "Hmm…\p"
.string "An attacking move…\n"
.string "Or a defensive move…\p"
.string "It's no easy matter to decide which TM\n"
.string "moves should be taught to POKéMON…$"
LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs: @ 821FEC7
LilycoveCity_DepartmentStore_4F_Text_FiftyDifferentTMs:
.string "There are so many different kinds of\n"
.string "TM moves.\p"
.string "A catalog I read said there are fifty\n"
.string "different kinds.$"
LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves: @ 821FF2D
LilycoveCity_DepartmentStore_4F_Text_PokemonOnlyHaveFourMoves:
.string "I'd like to get all the different TMs,\n"
.string "but a POKéMON learns only four moves.$"