From 242b529459eb4b8bc26f298568fbf0a82e2112d3 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Mon, 5 Mar 2018 18:39:15 +0100 Subject: =?UTF-8?q?charmap=20for=20male,=20female=20and=20=C3=A9=20symbols?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/engine/home.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine') diff --git a/src/engine/home.asm b/src/engine/home.asm index 8795ad5..d6d2bc0 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -51,7 +51,7 @@ Start: ; 0150 (0:0150) pop af ld [wInitialA], a call DetectConsole - ld a, $20 + ld a, " " ld [wTileMapFill], a call SetupVRAM call SetupLCD -- cgit v1.2.3