add name for 6xB4x4A

This commit is contained in:
Martin Michelsen
2024-03-30 20:47:08 -07:00
parent 33483bbfbf
commit dba49be1e3
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -6992,12 +6992,12 @@ struct G_CardCounts_Ep3_CAx49 {
parray<uint8_t, 0x2F0> card_id_to_count;
} __packed__;
// 6xB4x4A: Unknown
// 6xB4x4A: Add to set card log
// This command is not valid on Episode 3 Trial Edition.
// TODO: Document this from Episode 3 client/server disassembly
struct G_Unknown_Ep3_6xB4x4A {
G_CardBattleCommandHeader header = {0xB4, sizeof(G_Unknown_Ep3_6xB4x4A) / 4, 0, 0x4A, 0, 0, 0};
struct G_AddToSetCardlog_Ep3_6xB4x4A {
G_CardBattleCommandHeader header = {0xB4, sizeof(G_AddToSetCardlog_Ep3_6xB4x4A) / 4, 0, 0x4A, 0, 0, 0};
// Note: entry_count appears not to be bounds-checked; presumably the server
// could send up to 0xFF entries, but those after the 8th would not be
// byteswapped before the client handles them.