Use time constants more often (#867)

This commit is contained in:
Idain
2022-01-10 21:57:40 -04:00
committed by GitHub
parent 67207fab94
commit 5ac4a51751
3 changed files with 4 additions and 4 deletions

View File

@@ -390,7 +390,7 @@ _CalcHoursDaysSince:
ld c, a
sbc [hl]
jr nc, .skip
add 24
add MAX_HOUR
.skip
ld [hl], c ; current hours
dec hl