summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 16:42:07 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 16:42:07 -0400
commitaaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c (patch)
tree7cdeb6180eb7eedd98231250e05aa0c41c3f9636 /home.asm
parent19c517bca455c10e7cba6699084b8cbeb8cc8137 (diff)
Fix typos up to end of home/audio.asm
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