Fix reviewed issues.
Pokedex_PrintListing has a comment noting how it depends on wCurSpecies == wNamedObjectIndexBuffer; an assert would be more convenient, but is not possible since WRAM label addresses are not defined yet here.
This commit is contained in:
@@ -1492,7 +1492,7 @@ Pokedex_PrintListing:
|
||||
.loop
|
||||
push af
|
||||
ld a, [de]
|
||||
ld [wTempSpecies], a
|
||||
ld [wTempSpecies], a ; also sets wNamedObjectIndexBuffer
|
||||
push de
|
||||
push hl
|
||||
call .PrintEntry
|
||||
|
Reference in New Issue
Block a user