summaryrefslogtreecommitdiff
path: root/engine/rtc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/rtc.asm')
-rwxr-xr-xengine/rtc.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/rtc.asm b/engine/rtc.asm
index 1f5e1e27c..3018b5301 100755
--- a/engine/rtc.asm
+++ b/engine/rtc.asm
@@ -35,9 +35,8 @@ GetTimeOfDay:: ; 14032
cp [hl]
jr c, .match
; else, get the next entry
-rept 2
inc hl
-endr
+ inc hl
; try again
jr .check