summaryrefslogtreecommitdiff
path: root/home/lcd.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2019-05-25 13:54:29 -0400
committerGitHub <noreply@github.com>2019-05-25 13:54:29 -0400
commite8ddecd0eb1b79f2436f1ea8a0f2163bedec7550 (patch)
tree0d512816b512f747fe7c8e795df4ca34f8efaec0 /home/lcd.asm
parentb24cd55f968909c3ec29c6455a32463c987f3063 (diff)
parent476f9ba40d5b59fd724ac1234b34448df372d52c (diff)
Merge pull request #636 from mid-kid/patch
Small cleanups
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