summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index 77e68b91..07113cd3 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -15,7 +15,7 @@ VBlank::
ld l, a
ld de, .return
push de
- jp [hl]
+ jp hl
.return
call GameTimer
pop hl