From 36bae14a20b77e25fd53baa56e72b5b528e6a4e2 Mon Sep 17 00:00:00 2001 From: cawtds <38510667+cawtds@users.noreply.github.com> Date: Fri, 30 May 2025 22:16:48 +0200 Subject: [PATCH] change default font to fix text issues --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index c20149383..24b2f014f 100644 --- a/src/debug.c +++ b/src/debug.c @@ -284,7 +284,7 @@ enum ROMInfoDebugMenu // ******************************* // Constants -#define DEBUG_MENU_FONT FONT_NORMAL +#define DEBUG_MENU_FONT FONT_SHORT #define DEBUG_MENU_WIDTH_MAIN 17 #define DEBUG_MENU_HEIGHT_MAIN 9