summaryrefslogtreecommitdiff
path: root/engine/vblank.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/vblank.asm')
-rw-r--r--engine/vblank.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/vblank.asm b/engine/vblank.asm
index 6a319356c..44b3195f8 100644
--- a/engine/vblank.asm
+++ b/engine/vblank.asm
@@ -6,6 +6,8 @@
; This prevents the display and audio output from lagging.
+
+VBlank: ; 283
push af
push bc
push de
@@ -26,7 +28,7 @@
ld l, a
; down to business
- call JpHl
+ call _hl_
; since this is called once per frame
call GameTimer