fox32rom: Clear the backgrond to BACKGROUND_COLOR before booting

This commit is contained in:
ry755 2022-02-23 10:51:36 -08:00 committed by Ry
parent 73509767a8
commit aa5b55613d

View File

@ -48,7 +48,7 @@ start_boot_process_byte_loop:
; none
boot_cleanup:
; clear the background
mov r0, 0xFF000000
mov r0, BACKGROUND_COLOR
call fill_background
; disable the menu bar