shithub: pokecrystal

Download patch

ref: 38b84c5b112fc49815078cab07599044aef912f6
parent: 4d18bb2eda4c1886a6aafa9c49ed285ca9245b91
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Tue Dec 26 08:00:23 EST 2017

Remove unused label (last few commits resolve #434)

--- a/engine/link.asm
+++ b/engine/link.asm
@@ -861,7 +861,7 @@
 	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
--- a/wram.asm
+++ b/wram.asm
@@ -805,7 +805,6 @@
 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