aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm8
1 files changed, 6 insertions, 2 deletions
diff --git a/main.gbasm b/main.gbasm
index 7ef75fd..7f30a8e 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -3,9 +3,13 @@
Entrypoint:
CALL =Load_Tile
- CALL =Initialize_Bunny
CALL =Load_Map
-
+ CALL =Initialize_Bunny
+
+ ; LCDC
+ LD A, $97
+ LD $reg_lcd_controller, A
+
EI
Wait_for_VRAM.loop:
HALT