From 9eadfa5b7c2e41add8989808cac21f6e40911cc7 Mon Sep 17 00:00:00 2001
From: itsme <itsme@xs4all.nl>
Date: Tue, 13 Jul 2021 21:17:22 +0200
Subject: corrected tabledef

---
 docs/cronos-research.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/cronos-research.md b/docs/cronos-research.md
index 6f8cd4f..ee7b19c 100644
--- a/docs/cronos-research.md
+++ b/docs/cronos-research.md
@@ -189,10 +189,11 @@ the `Base000` entry contains the record number for the table definition of the f
     }
     uint8 somelen;     // 5 or 9
     struct {
-        uint8 unk4
-        uint32 unk5    // not there when 'somelen'==5
-        uint32 tableid
+        uint8 unk3
+        uint32 unk4    // not there when 'somelen'==5
+        uint32 unk5
     }
+    uint32 tableid
     Name   tablename
     Name   abbreviation
     uint32 unk7
-- 
cgit v1.2.3