diff options
author | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-19 18:25:42 +0100 |
---|---|---|
committer | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-19 18:25:42 +0100 |
commit | 50092d9a52f85de8678bf003b8fc818812df91c2 (patch) | |
tree | 4ab55ece782a543ec98ec9125eab7facee7f48a8 /engine/high_scores_screen.asm | |
parent | da4e2bbd49eadfa084341dd11df39a392047e404 (diff) | |
parent | 504e04e292a309ca6e9a12c0c5e3fbd8bd7bab13 (diff) |
Merge remote-tracking branch 'origin/master' into chaos_requests-tppfork
Diffstat (limited to 'engine/high_scores_screen.asm')
-rw-r--r-- | engine/high_scores_screen.asm | 6 |
1 files changed, 3 insertions, 3 deletions
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
|