diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-09 16:42:07 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-09 16:42:07 -0400 |
| commit | aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c (patch) | |
| tree | 7cdeb6180eb7eedd98231250e05aa0c41c3f9636 /home.asm | |
| parent | Attempt to make yellow buildable, part 7. (diff) | |
| download | pokeyellow-aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c.tar.gz pokeyellow-aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c.tar.xz pokeyellow-aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c.zip | |
Fix typos up to end of home/audio.asm
Diffstat (limited to 'home.asm')
| -rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
