summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-26 13:00:23 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-26 13:00:23 -0500
commit38b84c5b112fc49815078cab07599044aef912f6 (patch)
treed9639b86d1c89f0e0aadac391357b28acf4cc8f6
parent4d18bb2eda4c1886a6aafa9c49ed285ca9245b91 (diff)
Remove unused label (last few commits resolve #434)
-rwxr-xr-xengine/link.asm2
-rw-r--r--wram.asm1
2 files changed, 1 insertions, 2 deletions
diff --git a/engine/link.asm b/engine/link.asm
index bb3e98b3e..5c45707d7 100755
--- a/engine/link.asm
+++ b/engine/link.asm
@@ -861,7 +861,7 @@ Link_PrepPartyData_Gen2: ; 28595
pop bc
dec b
jr nz, .loop2
-; Copy the mail metadata to wcabf
+; Copy the mail data to wcabf
ld hl, sPartyMail
ld b, PARTY_LENGTH
.loop3
diff --git a/wram.asm b/wram.asm
index f489b10c5..7ee007c70 100644
--- a/wram.asm
+++ b/wram.asm
@@ -805,7 +805,6 @@ NEXTU ; c6d0
wPokedexDataStart::
wPokedexOrder:: ds $100 ; >= NUM_POKEMON
wPokedexOrderEnd::
-wPokedexMetadata::
wDexListingScrollOffset:: db ; offset of the first displayed entry from the start
wDexListingCursor:: db ; Dex cursor
wDexListingEnd:: db ; Last mon to display