mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Remove unused label (last few commits resolve #434)
This commit is contained in:
parent
4d18bb2eda
commit
38b84c5b11
@ -861,7 +861,7 @@ Link_PrepPartyData_Gen2: ; 28595
|
|||||||
pop bc
|
pop bc
|
||||||
dec b
|
dec b
|
||||||
jr nz, .loop2
|
jr nz, .loop2
|
||||||
; Copy the mail metadata to wcabf
|
; Copy the mail data to wcabf
|
||||||
ld hl, sPartyMail
|
ld hl, sPartyMail
|
||||||
ld b, PARTY_LENGTH
|
ld b, PARTY_LENGTH
|
||||||
.loop3
|
.loop3
|
||||||
|
1
wram.asm
1
wram.asm
@ -805,7 +805,6 @@ NEXTU ; c6d0
|
|||||||
wPokedexDataStart::
|
wPokedexDataStart::
|
||||||
wPokedexOrder:: ds $100 ; >= NUM_POKEMON
|
wPokedexOrder:: ds $100 ; >= NUM_POKEMON
|
||||||
wPokedexOrderEnd::
|
wPokedexOrderEnd::
|
||||||
wPokedexMetadata::
|
|
||||||
wDexListingScrollOffset:: db ; offset of the first displayed entry from the start
|
wDexListingScrollOffset:: db ; offset of the first displayed entry from the start
|
||||||
wDexListingCursor:: db ; Dex cursor
|
wDexListingCursor:: db ; Dex cursor
|
||||||
wDexListingEnd:: db ; Last mon to display
|
wDexListingEnd:: db ; Last mon to display
|
||||||
|
Loading…
Reference in New Issue
Block a user