Speeding things up!

This commit is contained in:
GearsProgress
2026-04-19 14:42:44 -04:00
parent 3c26aec186
commit f76604820d
6 changed files with 121 additions and 59 deletions

View File

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