summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm
index a65f75332..dbdbccf3d 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -96,7 +96,7 @@ Init:: ; 17d
ld [hCGB], a
call ClearWRAM
- ld a, 1
+ ld a, BANK(wd000)
ld [rSVBK], a
call ClearVRAM
call ClearSprites