summaryrefslogtreecommitdiff
path: root/engine/vblank.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-29 19:40:33 -0400
committeryenatch <yenatch@gmail.com>2013-08-29 19:40:33 -0400
commitcc98fab33ed222d89bba5fa3f96641ad3c8db6fb (patch)
tree72aba8de366e0a9ae0ce5c7bb061551a7e652cf4 /engine/vblank.asm
parent2c16bc7ab9df0b341406e108ac44c09cf403f9b4 (diff)
move VBlank interrupt label from main.asm to engine/vblank.asm
Diffstat (limited to 'engine/vblank.asm')
-rw-r--r--engine/vblank.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/vblank.asm b/engine/vblank.asm
index 44e3e37c8..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