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/options_screen.asm | |
parent | 40b27505b32bac1d96e20a168ac96ab3384878b3 (diff) | |
parent | 467d4f0026f7c6b8b0cbadd458b5c29c14a6a661 (diff) |
Merge pull request #19 from PikalaxALT/master
File modes and HOME splitting
Diffstat (limited to 'engine/options_screen.asm')
-rw-r--r-- | engine/options_screen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/options_screen.asm b/engine/options_screen.asm index e29c96f..6549451 100644 --- a/engine/options_screen.asm +++ b/engine/options_screen.asm @@ -36,7 +36,7 @@ Func_c35a: ; 0xc35a call SetSongBank
ld de, $0002
call PlaySong
- call Func_588
+ call EnableLCD
ld a, [wSoundTestCurrentBackgroundMusic]
hlCoord 7, 11, vBGMap
call RedrawSoundTestID
@@ -146,7 +146,7 @@ Func_c447: ; 0xc447 Func_c483: ; 0xc483
call FadeOut
- call Func_576
+ call DisableLCD
ld a, SCREEN_TITLESCREEN
ld [wCurrentScreen], a
xor a
|