You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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