diff options
author | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-10 10:36:48 +0100 |
---|---|---|
committer | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-10 10:36:48 +0100 |
commit | 430076ea81f618dfabd2a5dea79556f33b9680a6 (patch) | |
tree | cb2d1ab7bdf225c54bbbd0d0e96973bfc92f759a /engine/high_scores_screen.asm | |
parent | b335e79de42104b4e1998df42bf19af9f7ad11ed (diff) | |
parent | 43cf288a358c84cee0b119eaedfec6d839a5a8d1 (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 9823d67..09b16d6 100644 --- a/engine/high_scores_screen.asm +++ b/engine/high_scores_screen.asm @@ -164,7 +164,7 @@ Func_cb14: ; 0xcb14 ld de, $0002
call PlaySong
.asm_cba6
- call Func_588
+ call EnableLCD
ld bc, $0009
call Func_d68a
ld bc, $03c9
@@ -179,7 +179,7 @@ Func_cb14: ; 0xcb14 call SetSongBank
ld de, $0004
call PlaySong
- call Func_588
+ call EnableLCD
ld bc, $0009
call Func_d68a
ld bc, $03c9
@@ -944,7 +944,7 @@ Func_d159: ; 0xd159 ExitHighScoresScreen: ; 0xd171
call FadeOut
- call Func_576
+ call DisableLCD
ld hl, hSTAT
res 6, [hl]
ld hl, rIE
|