Fix miscellaneous points made in #658

This commit is contained in:
Rangi
2019-11-23 20:56:22 -05:00
parent ef48ae98b5
commit 0e311ad709
11 changed files with 67 additions and 67 deletions

View File

@@ -449,7 +449,7 @@ DisplayHOFMon:
ld bc, MON_NAME_LENGTH - 1
call CopyBytes
ld a, "@"
ld [wStringBuffer2 + 10], a
ld [wStringBuffer2 + MON_NAME_LENGTH - 1], a
hlcoord 0, 0
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
ld a, " "

View File

@@ -148,7 +148,7 @@ CheckForLuckyNumberWinners:
.done
pop hl
push hl
ld de, -6
ld de, MON_SPECIES - MON_ID
add hl, de
ld a, [hl]
pop hl