summaryrefslogtreecommitdiff
path: root/home/palettes.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/palettes.asm')
-rw-r--r--home/palettes.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/palettes.asm b/home/palettes.asm
index 10f537dde..bf414eee7 100644
--- a/home/palettes.asm
+++ b/home/palettes.asm
@@ -303,8 +303,8 @@ ClearVBank1:: ; d79
ld a, 1
ld [rVBK], a
- ld hl, VTiles0
- ld bc, VRAM_End - VTiles0
+ ld hl, VRAM_Begin
+ ld bc, VRAM_End - VRAM_Begin
xor a
call ByteFill