summaryrefslogtreecommitdiff
path: root/engine/copyright_screen.asm
diff options
context:
space:
mode:
authorchaos-lord <dd4791.mariokarter@hotmail.co.uk>2017-07-11 11:29:26 +0100
committerchaos-lord <dd4791.mariokarter@hotmail.co.uk>2017-07-11 11:29:26 +0100
commit8ab77c0d8e08664717914a390010e202877c3147 (patch)
tree3de90453a1e7fe48773fd8ecddf8f2e66ae5c0f7 /engine/copyright_screen.asm
parent467f8980840250aaed160868f72a5ba3d5e2ce55 (diff)
parent3cd4aee0155496d3b093c31fb0758c08607ee892 (diff)
Merge remote-tracking branch 'origin/master' into chaos_requests-tppfork
Diffstat (limited to 'engine/copyright_screen.asm')
-rw-r--r--engine/copyright_screen.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/copyright_screen.asm b/engine/copyright_screen.asm
index c749043..f3d6a44 100644
--- a/engine/copyright_screen.asm
+++ b/engine/copyright_screen.asm
@@ -20,7 +20,7 @@ FadeInCopyrightScreen: ; 0x8228
ld hl, CopyrightTextGfxPointers
call LoadVideoData
call ClearOAMBuffer
- call Func_b66
+ call SetAllPalettesWhite
call EnableLCD
call SGBNormal
ld bc, $0050