diff options
-rwxr-xr-x | engine/oak_speech.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/oak_speech.asm b/engine/oak_speech.asm index 767b8b5a..e54741f2 100755 --- a/engine/oak_speech.asm +++ b/engine/oak_speech.asm @@ -215,7 +215,7 @@ IntroPredef3B: ; 62a4 (1:62a4) ld a,b call UncompressSpriteFromDE ld hl,S_SPRITEBUFFER1 - ld de,$A000 + ld de,S_SPRITEBUFFER0 ld bc,$310 call CopyData ld de,vFrontPic |