summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-06-29 12:21:48 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-06-29 12:21:48 -0400
commitdc0ae34b44bd21f5675e2faa13b066a28e554bae (patch)
treeccd39d841fa0b6e088d5c55e81353dc5d25c0154 /home/vblank.asm
parent9847dc5686dc4aa89bd1ad1c17cce7385b99e15a (diff)
home.asm label fixes.
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.