From 7b5d39538855524467ca21d3bda6f4469bd9fbaf Mon Sep 17 00:00:00 2001 From: Ry Date: Sun, 22 May 2022 14:53:21 -0700 Subject: [PATCH] monitor: Make the background black instead of grey --- monitor/monitor.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/monitor.asm b/monitor/monitor.asm index e16cc7d..c5767ee 100644 --- a/monitor/monitor.asm +++ b/monitor/monitor.asm @@ -70,7 +70,7 @@ info_str: data.str "fox32rom monitor" data.8 0x00 const MONITOR_OLD_RSP: 0x03ED36BD ; 4 bytes const MONITOR_OLD_VSYNC_HANDLER: 0x03ED36C1 ; 4 bytes -const MONITOR_BACKGROUND_COLOR: 0xFF282828 +const MONITOR_BACKGROUND_COLOR: 0xFF000000 const MONITOR_WIDTH: 640 const MONITOR_HEIGHT: 480