We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98d71e commit 1fcf7f8Copy full SHA for 1fcf7f8
1 file changed
src/assets/hello-world.asm
@@ -56,7 +56,7 @@ CopyTilemap:
56
jp nz, CopyTilemap
57
58
; Turn the LCD on
59
- ld a, LCDC_ON | LCDCF_BG_ON
+ ld a, LCDC_ON | LCDC_BG_ON
60
ld [rLCDC], a
61
62
; During the first (blank) frame, initialize display registers
0 commit comments