mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-09-08 00:55:35 -05:00
Adding GBA flag
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
debug_options g_debug_options =
|
||||
{
|
||||
.print_link_data = (true && DEBUG_MODE),
|
||||
.print_link_packets = (true && DEBUG_MODE),
|
||||
.print_link_data = (false && DEBUG_MODE),
|
||||
.print_link_packets = (false && DEBUG_MODE),
|
||||
.instant_text_speed = (true && DEBUG_MODE),
|
||||
.ignore_game_pak = (true && DEBUG_MODE),
|
||||
.ignore_game_pak_sprites = (false && DEBUG_MODE),
|
||||
@@ -13,7 +13,7 @@ debug_options g_debug_options =
|
||||
.force_tutorial = (false && DEBUG_MODE),
|
||||
.dont_hide_invalid_pkmn = (false && DEBUG_MODE),
|
||||
.ignore_dex_completion = (false && DEBUG_MODE),
|
||||
.force_all_caught = (true && DEBUG_MODE),
|
||||
.force_all_caught = (false && DEBUG_MODE),
|
||||
.write_cable_data_to_save = (u8)WRITE_CABLE_DATA_MODE_OFF,
|
||||
.load_cable_data_from_save = (u8)WRITE_CABLE_DATA_MODE_OFF,
|
||||
.display_control_char = (false && DEBUG_MODE)
|
||||
|
||||
Reference in New Issue
Block a user