summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-12 17:45:03 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-13 00:56:53 -0400
commitf235b94a4cf9566f950962248ef7dbdacca08d41 (patch)
tree90df0cfb2619ccb8346b8e9d41089c1c1cae9f74 /home/init.asm
parentff78a288fde1c6b96bb6641319abec367d5cb582 (diff)
Many minor cleanups.
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