diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-07-09 13:16:25 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-07-09 13:16:41 -0400 |
commit | c0382daeb5959a0be56fbf46de19873fc3a0bb39 (patch) | |
tree | 1eca65b8465602a91e672e5d7e3522519680a980 /engine/titlescreen.asm | |
parent | 2f7383f03d9e7368d744690be93e811a052d0d42 (diff) |
Some more organization of HOME
Diffstat (limited to 'engine/titlescreen.asm')
-rw-r--r-- | engine/titlescreen.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm index 057e937..641b0cd 100644 --- a/engine/titlescreen.asm +++ b/engine/titlescreen.asm @@ -34,7 +34,7 @@ FadeInTitlescreen: ; 0xc00e call SetSongBank
ld de, $0004
call PlaySong
- call Func_588
+ call EnableLCD
call FadeIn
ld hl, wScreenState
inc [hl]
@@ -148,7 +148,7 @@ Func_c10e: ; 0xc10e and a
jr z, .asm_c177
call FadeOut
- call Func_576
+ call DisableLCD
ld a, [wd7c2]
and a
jr z, .asm_c173
@@ -224,7 +224,7 @@ Func_c1b1: ; 0xc1b1 Func_c1cb: ; 0c1cb
call FadeOut
- call Func_576
+ call DisableLCD
ld a, [wTitleScreenCursorSelection]
ld c, a
ld b, $0
@@ -243,7 +243,7 @@ Data_c1e4: ; 0xc1e4 GoToHighScoresFromTitlescreen: ; 0xc1e7
call FadeOut
- call Func_576
+ call DisableLCD
ld a, SCREEN_HIGH_SCORES
ld [wCurrentScreen], a
ld a, $1
|