diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-30 22:15:32 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-30 22:15:32 -0500 |
commit | 8026d4758565c1ae427a9995c840d8b8dbc8352b (patch) | |
tree | 2eebf24f5761e10549f5df93993f2fac3971feb6 /engine/oak_speech.asm | |
parent | 5facf8377aeda68cb3fca389cb1784cf9c2d406b (diff) |
No more S_
Diffstat (limited to 'engine/oak_speech.asm')
-rwxr-xr-x | engine/oak_speech.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/oak_speech.asm b/engine/oak_speech.asm index d5f13a7a..c4d35639 100755 --- a/engine/oak_speech.asm +++ b/engine/oak_speech.asm @@ -215,8 +215,8 @@ IntroDisplayPicCenteredOrUpperRight: ; 62a4 (1:62a4) push bc ld a,b call UncompressSpriteFromDE - ld hl,S_SPRITEBUFFER1 - ld de,S_SPRITEBUFFER0 + ld hl,sSpriteBuffer1 + ld de,sSpriteBuffer0 ld bc,$310 call CopyData ld de,vFrontPic |