Skip to content

Commit 1fcf7f8

Browse files
authored
Fix LCDC flag for background display (#144)
1 parent c98d71e commit 1fcf7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/hello-world.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ CopyTilemap:
5656
jp nz, CopyTilemap
5757

5858
; Turn the LCD on
59-
ld a, LCDC_ON | LCDCF_BG_ON
59+
ld a, LCDC_ON | LCDC_BG_ON
6060
ld [rLCDC], a
6161

6262
; During the first (blank) frame, initialize display registers

0 commit comments

Comments
 (0)