summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index 24159a4c..9cc8d42f 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -1,4 +1,4 @@
-VBlank:: ; 1de5 (0:1de5)
+VBlank::
push af
push bc
@@ -78,7 +78,7 @@ VBlank:: ; 1de5 (0:1de5)
reti
-DelayFrame:: ; 1e64 (0:1e64)
+DelayFrame::
; Wait for the next vblank interrupt.
; As a bonus, this saves battery.