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.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/init_map.asm b/engine/init_map.asm
index e5bee971d..0ea2379d2 100644
--- a/engine/init_map.asm
+++ b/engine/init_map.asm
@@ -79,10 +79,10 @@ LoadFonts_NoOAMUpdate:: ; 64bf
HDMATransfer_FillBGMap0WithBlack: ; 64db
ld a, [rSVBK]
push af
- ld a, $6
+ ld a, BANK(wDecompressScratch)
ld [rSVBK], a
- ld a, "<BLACK>" ; $60
+ ld a, "■"
ld hl, wDecompressScratch
ld bc, wScratchAttrMap - wDecompressScratch
call ByteFill