diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-25 18:49:52 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-25 18:49:52 -0400 |
commit | f8b8ebea93ce463db8a686f92577f827cfa3fa15 (patch) | |
tree | d98e1b9d7f6be526c490db57e4894c590c9c8049 | |
parent | bd533aa79bbe1998fd2b699bd7205da2de4fe55c (diff) |
S_SPRITEBUFFER0 static address
-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 |