summaryrefslogtreecommitdiff
path: root/engine/select_gameboy_target_menu.asm
diff options
context:
space:
mode:
authorchaos-lord <dd4791.mariokarter@hotmail.co.uk>2017-07-10 10:36:48 +0100
committerchaos-lord <dd4791.mariokarter@hotmail.co.uk>2017-07-10 10:36:48 +0100
commit430076ea81f618dfabd2a5dea79556f33b9680a6 (patch)
treecb2d1ab7bdf225c54bbbd0d0e96973bfc92f759a /engine/select_gameboy_target_menu.asm
parentb335e79de42104b4e1998df42bf19af9f7ad11ed (diff)
parent43cf288a358c84cee0b119eaedfec6d839a5a8d1 (diff)
Merge remote-tracking branch 'origin/master' into chaos_requests-tppfork
Diffstat (limited to 'engine/select_gameboy_target_menu.asm')
-rw-r--r--engine/select_gameboy_target_menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/select_gameboy_target_menu.asm b/engine/select_gameboy_target_menu.asm
index 3f18b60..339bc55 100644
--- a/engine/select_gameboy_target_menu.asm
+++ b/engine/select_gameboy_target_menu.asm
@@ -40,7 +40,7 @@ InitSelectGameboyTargetMenu: ; 0x800a
call LoadGameboyTargetMenuGfx
call ClearOAMBuffer
call Func_b66
- call Func_588
+ call EnableLCD
call FadeIn
ld hl, wScreenState
inc [hl]
@@ -230,7 +230,7 @@ CGBSelected_TileData: ; 0x8144
EndSelectGameboyTargetMenu: ; 0x414e
call FadeOut
- call Func_576
+ call DisableLCD
ld hl, wCurrentScreen
inc [hl] ; set to SCREEN_ERASE_ALL_DATA
xor a