From 690d4bdb14e7979639a188814e82d599bfe0b1d3 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 4 Nov 2022 17:35:17 -0700 Subject: [PATCH] refine 6xB4x03 command definition --- src/CommandFormats.hh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index d19e55c8..0e13fc93 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -4680,16 +4680,21 @@ struct G_UpdateHand_GC_Ep3_6xB4x02 { struct G_SetStateFlags_GC_Ep3_6xB4x03 { G_CardBattleCommandHeader_GC_Ep3_6xB3_6xB4_6xB5 header; - le_uint16_t unknown_a1; - parray unknown_a2; - parray unknown_a3; - be_uint16_t unknown_a4; + le_uint16_t battle_round; + uint8_t battle_phase; + uint8_t unknown_a2; + uint8_t unknown_a3; + uint8_t unknown_a4; + uint8_t setup_phase; uint8_t unknown_a5; + parray team_exp; + parray team_dice_boost; + uint8_t unknown_a6; // If tournament_flag is 1, the player will start at the counter instead of in // the default position the next time they join a game, and they will be // unable to leave the counter menu. uint8_t tournament_flag; - be_uint32_t unknown_a6; + be_uint32_t unknown_a7; }; // 6xB4x04: Update SC/FC stats