diff options
Diffstat (limited to 'gfx')
-rwxr-xr-x | gfx/font.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/font.asm b/gfx/font.asm index e307d619c..9da7eaafc 100755 --- a/gfx/font.asm +++ b/gfx/font.asm @@ -107,7 +107,7 @@ _LoadStandardFont:: ; fb449 ld hl, vTiles1 lb bc, BANK(Font), $80 ld a, [rLCDC] - bit 7, a + bit rLCDC_ENABLE, a jp z, Copy1bpp ld de, Font |