summaryrefslogtreecommitdiff
path: root/engine/init_map.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-19 02:30:19 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-19 02:30:19 -0500
commite69544b61f5014b77852567efc3b78bc56982a20 (patch)
tree4ecfc1f7fe3c45539febfe39593da7c7cde9b414 /engine/init_map.asm
parentd7afa764c80310e023edee5b0f4855bfb943de34 (diff)
More Unicode
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