wrong memory location used in DV stats print

This commit is contained in:
Thorn Avery 2024-01-09 09:40:44 +11:00
parent b22625bc80
commit 469b0b02ed

View file

@ -159,7 +159,7 @@ StatusScreen:
.checkstart ;print DVs if start is held
bit BIT_START, a
jr z, .doregular
ld de, wDVCalcVar2
ld de, wDVCalcVar2 + 4
lb bc, 1, 2
.printnum
call PrintNumber