From 504e04e292a309ca6e9a12c0c5e3fbd8bd7bab13 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sun, 16 Jul 2017 08:53:12 -0700 Subject: Use sHighScores label --- engine/high_scores_screen.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine') diff --git a/engine/high_scores_screen.asm b/engine/high_scores_screen.asm index 1aa3bb2..3d867c6 100644 --- a/engine/high_scores_screen.asm +++ b/engine/high_scores_screen.asm @@ -356,7 +356,7 @@ Func_ccb6: ; 0xccb6 ld de, wBlueHighScore5Id + $3 call Func_d361 ld hl, wRedHighScore1Points - ld de, $a000 + ld de, sHighScores ld bc, $0082 call SaveData ret @@ -523,7 +523,7 @@ Func_cdce: ; 0xcdce ld de, wBlueHighScore5Id + $3 call Func_d361 ld hl, wRedHighScore1Points - ld de, $a000 + ld de, sHighScores ld bc, $0082 call SaveData and a @@ -1016,7 +1016,7 @@ Func_d1d2: ; 0xd1d2 ld hl, wScreenState inc [hl] ld hl, wRedHighScore1Points - ld de, $a000 + ld de, sHighScores ld bc, $0082 call SaveData ret -- cgit v1.2.3