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 08348f79..fda0f6f5 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -1,4 +1,4 @@
-VBlank::
+VBlank:: ; 1de5 (0:1de5)
push af
push bc
@@ -83,7 +83,7 @@ VBlank::
reti
-DelayFrame::
+DelayFrame:: ; 1e64 (0:1e64)
; Wait for the next vblank interrupt.
; As a bonus, this saves battery.