summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-13 17:53:16 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-13 17:53:16 -0400
commit6ebd8441e249bba020036b5be5ccbe020b12e32b (patch)
tree1171f2986e410a92f9e7b7f497349b9e583fe485 /home/vblank.asm
parent71f217cfa0f824b9e4224ddcac836e4aef86382f (diff)
Minor cleanup (remove unused HRAM, predef folder) before continuing.
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