summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-03-05 18:39:15 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-03-05 18:39:15 +0100
commit242b529459eb4b8bc26f298568fbf0a82e2112d3 (patch)
treef0d115187673200915f07639d7271c1b8727884e /src/engine/home.asm
parentd135be855a0ce591bf95183b2184f4b2423ffee1 (diff)
charmap for male, female and é symbols
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r--src/engine/home.asm2
1 files changed, 1 insertions, 1 deletions
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