update some debug messages

This commit is contained in:
Martin Michelsen
2023-06-14 09:11:44 -07:00
parent 4904c356f7
commit bfe8391cc9
2 changed files with 23 additions and 14 deletions
+2
View File
@@ -4283,6 +4283,7 @@ struct G_SyncEnemyState_6x6B_Entry_Decompressed {
// Decompressed format is a list of these
struct G_SyncObjectState_6x6C_Entry_Decompressed {
// TODO: Verify this format on DC and PC. It appears correct for GC and BB.
le_uint16_t flags;
le_uint16_t object_index;
} __packed__;
@@ -4322,6 +4323,7 @@ struct G_SyncItemState_6x6D_Decompressed {
// Compressed format is the same as 6x6B.
struct G_SyncFlagState_6x6E_Decompressed {
// TODO: Verify this format on DC and PC. It appears correct for GC and BB.
// The three unknowns here are the sizes (in bytes) of three fields
// immediately following this structure. It is currently unknown what these
// fields represent. The three unknown fields always sum to the size field.