From aa5b55613d66576ba705a7591a35799a9d0f822b Mon Sep 17 00:00:00 2001 From: ry755 Date: Wed, 23 Feb 2022 10:51:36 -0800 Subject: [PATCH] fox32rom: Clear the backgrond to BACKGROUND_COLOR before booting --- boot.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.asm b/boot.asm index 200116c..97effa4 100644 --- a/boot.asm +++ b/boot.asm @@ -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