Adding the soft reset(?) and other commands

This commit is contained in:
GearsProgress
2026-06-18 21:18:16 -04:00
parent 9244fc4082
commit 0df1f7203f
4 changed files with 187 additions and 28 deletions

View File

@@ -2,8 +2,8 @@
debug_options g_debug_options =
{
.print_link_data = (false && DEBUG_MODE),
.print_link_packets = (false && DEBUG_MODE),
.print_link_data = (true && DEBUG_MODE),
.print_link_packets = (true && DEBUG_MODE),
.instant_text_speed = (true && DEBUG_MODE),
.ignore_game_pak = (true && DEBUG_MODE),
.ignore_game_pak_sprites = (false && DEBUG_MODE),