From bd091789fbf53262c6e08ca75ad21032ffbb4325 Mon Sep 17 00:00:00 2001 From: Philippe Symons Date: Tue, 10 Mar 2026 01:03:26 +0100 Subject: [PATCH] Remove useless function call --- source/dbg/debug_menu_functions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/dbg/debug_menu_functions.cpp b/source/dbg/debug_menu_functions.cpp index 984ccfb..621d6ab 100644 --- a/source/dbg/debug_menu_functions.cpp +++ b/source/dbg/debug_menu_functions.cpp @@ -17,7 +17,6 @@ void show_text_debug_screen(void *context, unsigned user_param) tte_set_ink(INK_DARK_GREY); REG_BG1CNT = (REG_BG1CNT & ~BG_PRIO_MASK) | BG_PRIO(3); - obj_hide_multi(ptgb_logo_l, 2); text_loop(SCRIPT_DEBUG); }