mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-09-09 01:25:35 -05:00
Move debug info screen and text debug screen to debug menu
This commit is contained in:
18
source/dbg/debug_mode.cpp
Normal file
18
source/dbg/debug_mode.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "dbg/debug_mode.h"
|
||||
|
||||
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_sprites = (false && DEBUG_MODE),
|
||||
.ignore_link_cable = (false && DEBUG_MODE),
|
||||
.ignore_mg_e4_flags = (true && DEBUG_MODE),
|
||||
.ignore_unreceived_pkmn = (false && DEBUG_MODE),
|
||||
.force_tutorial = (false && DEBUG_MODE),
|
||||
.dont_hide_invalid_pkmn = (false && DEBUG_MODE),
|
||||
.ignore_dex_completion = (false && DEBUG_MODE),
|
||||
.force_all_caught = (true && DEBUG_MODE),
|
||||
.write_cable_data_to_save = (false && DEBUG_MODE),
|
||||
.display_control_char = (false && DEBUG_MODE)
|
||||
};
|
||||
Reference in New Issue
Block a user