Fixing the mulitboot load menu

This commit is contained in:
GearsProgress
2026-03-22 15:06:50 -04:00
parent f7740a4a3c
commit a68b33b94c
4 changed files with 17 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ debug_options g_debug_options =
{
.print_link_data = (false && DEBUG_MODE),
.instant_text_speed = (false && DEBUG_MODE),
.ignore_game_pak = (true && DEBUG_MODE),
.ignore_game_pak = (false && DEBUG_MODE),
.ignore_game_pak_sprites = (false && DEBUG_MODE),
.ignore_link_cable = (false && DEBUG_MODE),
.ignore_mg_e4_flags = (true && DEBUG_MODE),