summaryrefslogtreecommitdiff
path: root/engine/init_map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/init_map.asm')
-rw-r--r--engine/init_map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/init_map.asm b/engine/init_map.asm
index e1b6b9ab9..0ea2379d2 100644
--- a/engine/init_map.asm
+++ b/engine/init_map.asm
@@ -82,7 +82,7 @@ HDMATransfer_FillBGMap0WithBlack: ; 64db
ld a, BANK(wDecompressScratch)
ld [rSVBK], a
- ld a, "<BLACK>" ; $60
+ ld a, "■"
ld hl, wDecompressScratch
ld bc, wScratchAttrMap - wDecompressScratch
call ByteFill