From c314cb7cec85aa6bf441caeb77e2a86f8b3d8e03 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 3 Dec 2022 00:03:33 -0800 Subject: [PATCH] fix E3 command format --- src/CommandFormats.hh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 03291004..553fbfe0 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -2383,17 +2383,18 @@ struct S_TournamentEntryList_GC_Ep3_E2 { struct S_TournamentInfo_GC_Ep3_E3 { struct Entry { - le_uint16_t unknown_a1 = 0; - le_uint16_t unknown_a2 = 0; + le_uint16_t win_count = 0; + le_uint16_t is_active = 0; ptext team_name; } __packed__; ptext name; ptext map_name; + parray unknown_a1; Episode3::Rules rules; parray entries; - parray unknown_a2; + parray unknown_a2; le_uint16_t max_entries = 0; - le_uint16_t unknown_a3 = 0; + le_uint16_t unknown_a3 = 1; le_uint16_t unknown_a4 = 0; le_uint16_t unknown_a5 = 0; parray unknown_a6;