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/erase_all_data_menu.asm | |
parent | 40b27505b32bac1d96e20a168ac96ab3384878b3 (diff) | |
parent | 467d4f0026f7c6b8b0cbadd458b5c29c14a6a661 (diff) |
Merge pull request #19 from PikalaxALT/master
File modes and HOME splitting
Diffstat (limited to 'engine/erase_all_data_menu.asm')
-rw-r--r-- | engine/erase_all_data_menu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/erase_all_data_menu.asm b/engine/erase_all_data_menu.asm index 7504cf5..6ef174f 100644 --- a/engine/erase_all_data_menu.asm +++ b/engine/erase_all_data_menu.asm @@ -29,7 +29,7 @@ CheckForResetButtonCombo: ; 0x8167 call LoadVideoData
call ClearOAMBuffer
call Func_b66
- call Func_588
+ call EnableLCD
call SGBNormal
call FadeIn
ld hl, wScreenState
@@ -107,7 +107,7 @@ HandleEraseAllDataInput: ; 0x81d4 ExitEraseAllDataMenu: ; 0x820f
call FadeOut
- call Func_576
+ call DisableLCD
ld hl, wCurrentScreen
inc [hl]
xor a
|