summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index b93519298..cb8c5ba56 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -19,9 +19,8 @@ VBlank:: ; 283
ld e, a
ld d, 0
ld hl, .VBlanks
-rept 2
add hl, de
-endr
+ add hl, de
ld a, [hli]
ld h, [hl]
ld l, a