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:
Rangi
2018-07-29 16:00:11 -04:00
parent c9cb67141b
commit b5a9e83a94
3 changed files with 5 additions and 5 deletions

View File

@@ -381,7 +381,7 @@ TMHM_DisplayPocketItems:
ld [wTempTMHM], a
.okay
predef GetTMHMMove
ld a, [wTempTMHM]
ld a, [wNamedObjectIndexBuffer]
ld [wPutativeTMHMMove], a
call GetMoveName
pop hl