Merge pull request #36 from thornAvery/master

wrong memory location used in DV stats print
This commit is contained in:
Martha Schilling 2024-01-08 23:10:24 +00:00 committed by GitHub
commit c761e29fd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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