diff options
Diffstat (limited to 'engine/overworld')
-rw-r--r-- | engine/overworld/time.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/time.asm b/engine/overworld/time.asm index f72b653f..aa7334e4 100644 --- a/engine/overworld/time.asm +++ b/engine/overworld/time.asm @@ -345,7 +345,7 @@ _CalcHoursDaysSince: ld c, a sbc [hl] jr nc, .skip - add 24 + add MAX_HOUR .skip ld [hl], c ; current hours dec hl |