Basic link packet implementation

This commit is contained in:
GearsProgress
2026-06-04 23:12:09 -04:00
parent 32393580ed
commit e268ccccf5
7 changed files with 203 additions and 103 deletions

View File

@@ -3,6 +3,7 @@
debug_options g_debug_options =
{
.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),