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/battle/core.asm | |
parent | 5facf8377aeda68cb3fca389cb1784cf9c2d406b (diff) |
No more S_
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-x | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 56ea5a20..2dc34e52 100755 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -6457,7 +6457,7 @@ LoadPlayerBackPic: ; 3ec92 (f:6c92) xor a ld [$4000], a ld hl, vSprites - ld de, S_SPRITEBUFFER1 + ld de, sSpriteBuffer1 ld a, [H_LOADEDROMBANK] ld b, a ld c, 7 * 7 |