summaryrefslogtreecommitdiff
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-08-30 22:15:32 -0500
committerdannye <corrnondacqb@yahoo.com>2015-08-30 22:15:32 -0500
commit8026d4758565c1ae427a9995c840d8b8dbc8352b (patch)
tree2eebf24f5761e10549f5df93993f2fac3971feb6 /engine/hall_of_fame.asm
parent5facf8377aeda68cb3fca389cb1784cf9c2d406b (diff)
No more S_
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-xengine/hall_of_fame.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm
index 75cbeb2c..73c4918b 100755
--- a/engine/hall_of_fame.asm
+++ b/engine/hall_of_fame.asm
@@ -186,8 +186,8 @@ HoFLoadPlayerPics: ; 7033e (1c:433e)
ld de, RedPicFront
ld a, BANK(RedPicFront)
call UncompressSpriteFromDE
- ld hl, S_SPRITEBUFFER1
- ld de, S_SPRITEBUFFER0
+ ld hl, sSpriteBuffer1
+ ld de, sSpriteBuffer0
ld bc, $310
call CopyData
ld de, vFrontPic