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 c32adcf6..3c8e4aac 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -136,7 +136,7 @@ VBlank0::
rst Bankswitch
ldh a, [hSeconds]
- ldh [hSecondsBackup], a
+ ldh [hUnusedBackup], a
ret
@@ -387,7 +387,7 @@ VBlank3::
xor a
ldh [rIF], a
- ; enable ints
+ ; enable ints
ld a, %11111
ldh [rIE], a
ret