More splitting of main.asm; remove unneeded rept 2
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user