summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/init.asm b/home/init.asm
index e5f57e1c..497e13c7 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -108,9 +108,9 @@ Init::
ld a, CONNECTION_NOT_ESTABLISHED
ldh [hSerialConnectionStatus], a
- ld h, $98
+ ld h, HIGH(vBGMap0)
call BlankBGMap
- ld h, $9c
+ ld h, HIGH(vBGMap1)
call BlankBGMap
callfar InitCGBPals