From 4a5ea63f4ab4e1bcff2ab4a88625b62fcf72e145 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 16 Nov 2023 15:44:00 -0800 Subject: [PATCH] update 6xAC notes --- src/CommandFormats.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 7692b084..10dbcce2 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -5155,6 +5155,16 @@ struct G_CreateLobbyChair_6xAB { } __packed__; // 6xAC: Unknown (not valid on pre-V3) +// This command's appears to be different on GC NTE than on any other version. +// It also seems that no version (other than perhaps GC NTE) ever sends this +// command. + +struct G_Unknown_6xAC_GCNTE { + G_EnemyIDHeader header; + le_uint16_t unknown_a1 = 0; + le_uint16_t unknown_a2 = 0; + le_uint32_t unknown_a3 = 0; +} __packed__; struct G_Unknown_6xAC { G_ClientIDHeader header;