From 46667bce46d65416fd17d4720a7f178010e66869 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 11 Feb 2024 15:50:38 -0800 Subject: [PATCH] fix 6xB4x3D NTE format --- src/CommandFormats.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 433c3c0e..2ddf27f2 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -6745,7 +6745,7 @@ struct G_SetTournamentPlayerDecks_Ep3_6xB4x3D_Entry { struct G_SetTournamentPlayerDecks_Ep3NTE_6xB4x3D { /* 0000 */ G_CardBattleCommandHeader header = {0xB4, sizeof(G_SetTournamentPlayerDecks_Ep3NTE_6xB4x3D) / 4, 0, 0x3D, 0, 0, 0}; - /* 0008 */ Episode3::Rules rules; + /* 0008 */ Episode3::RulesTrial rules; /* 0014 */ parray entries; /* 01BC */ le_uint32_t map_number = 0; /* 01C0 */ uint8_t player_slot = 0; // Which deck slot is editable by the client