mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-09-09 01:25:35 -05:00
Debug option: Write/Load Cable data to/from SRAM
This commit allows you to use the Write Cbl Data debug option and new Load Cbl Data debug option to dump a link's data to SRAM or load it from SRAM and pretend like you got it over the link cable. This is useful for capturing the link process on gameboy and replay + debug it later in an emulator.
This commit is contained in:
@@ -13,6 +13,7 @@ debug_options g_debug_options =
|
||||
.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),
|
||||
.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