diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-09 10:24:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 10:24:07 -0700 |
commit | c3c25e3a11db7bf65bb06f783fd2c1df49136452 (patch) | |
tree | a1a31149718d342cddcde7ea004270aca77a4fbd /engine/high_scores_screen.asm | |
parent | 40b27505b32bac1d96e20a168ac96ab3384878b3 (diff) | |
parent | 467d4f0026f7c6b8b0cbadd458b5c29c14a6a661 (diff) |
Merge pull request #19 from PikalaxALT/master
File modes and HOME splitting
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
|