diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cronos-research.md | 7 |
1 files 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 | |||
189 | } | 189 | } |
190 | uint8 somelen; // 5 or 9 | 190 | uint8 somelen; // 5 or 9 |
191 | struct { | 191 | struct { |
192 | uint8 unk4 | 192 | uint8 unk3 |
193 | uint32 unk5 // not there when 'somelen'==5 | 193 | uint32 unk4 // not there when 'somelen'==5 |
194 | uint32 tableid | 194 | uint32 unk5 |
195 | } | 195 | } |
196 | uint32 tableid | ||
196 | Name tablename | 197 | Name tablename |
197 | Name abbreviation | 198 | Name abbreviation |
198 | uint32 unk7 | 199 | uint32 unk7 |