diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-05-25 13:54:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-25 13:54:29 -0400 |
commit | e8ddecd0eb1b79f2436f1ea8a0f2163bedec7550 (patch) | |
tree | 0d512816b512f747fe7c8e795df4ca34f8efaec0 /home/lcd.asm | |
parent | b24cd55f968909c3ec29c6455a32463c987f3063 (diff) | |
parent | 476f9ba40d5b59fd724ac1234b34448df372d52c (diff) |
Merge pull request #636 from mid-kid/patch
Small cleanups
Diffstat (limited to 'home/lcd.asm')
-rw-r--r-- | home/lcd.asm | 2 |
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 |