mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
wrong memory location used in DV stats print
This commit is contained in:
parent
b22625bc80
commit
469b0b02ed
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue