aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.gbasm b/main.gbasm
index 7f30a8e..2fe27a1 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -7,7 +7,7 @@ Entrypoint:
CALL =Initialize_Bunny
; LCDC
- LD A, $97
+ LD A, $87
LD $reg_lcd_controller, A
EI