From 8026d4758565c1ae427a9995c840d8b8dbc8352b Mon Sep 17 00:00:00 2001 From: dannye Date: Sun, 30 Aug 2015 22:15:32 -0500 Subject: No more S_ --- engine/hall_of_fame.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/hall_of_fame.asm') 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 -- cgit v1.2.3