diff options
Diffstat (limited to 'engine/copyright_screen.asm')
-rw-r--r-- | engine/copyright_screen.asm | 2 |
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
|