summaryrefslogtreecommitdiff
path: root/home/lcd.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-05-05 18:14:46 +0200
committermid-kid <esteve.varela@gmail.com>2019-05-25 17:59:50 +0200
commit13cfe356d678c69aa5a5e19409408f25a38352cf (patch)
tree25e692178a2836d9d2a36f97bc94729c80d93cfb /home/lcd.asm
parent40766b9a76582c6472959e6ff99ba088b150baca (diff)
Fix usage of rIE and rSC constants
Diffstat (limited to 'home/lcd.asm')
-rw-r--r--home/lcd.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/lcd.asm b/home/lcd.asm
index e50672f95..59bf22727 100644
--- a/home/lcd.asm
+++ b/home/lcd.asm
@@ -46,7 +46,7 @@ DisableLCD::
ld b, a
; Disable VBlank
- res 0, a ; vblank
+ res VBLANK, a
ldh [rIE], a
.wait