summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index f85cb91b..f97a402c 100644
--- a/home.asm
+++ b/home.asm
@@ -928,7 +928,7 @@ ZeroSpriteBuffer:: ; 14bc (0:14bc)
; de: output address
InterlaceMergeSpriteBuffers:: ; 14c7 (0:14c7)
ld a,$0
- ld [$4000], a
+ call SwitchSRAMBankAndLatchClockData
push de
ld hl, S_SPRITEBUFFER2 + (SPRITEBUFFERSIZE - 1) ; destination: end of buffer 2
ld de, S_SPRITEBUFFER1 + (SPRITEBUFFERSIZE - 1) ; source 2: end of buffer 1