diff options
Diffstat (limited to 'engine/time.asm')
-rwxr-xr-x | engine/time.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/time.asm b/engine/time.asm index 255346c0a..8ea807972 100755 --- a/engine/time.asm +++ b/engine/time.asm @@ -374,9 +374,8 @@ CalcHoursDaysSince: ; 115d2 ; 115d6 CalcMinsHoursDaysSince: ; 115d6 -rept 2 inc hl -endr + inc hl xor a jr _CalcMinsHoursDaysSince ; 115db |