diff options
author | itsme <itsme@xs4all.nl> | 2021-07-13 21:17:22 +0200 |
---|---|---|
committer | itsme <itsme@xs4all.nl> | 2021-07-13 21:17:22 +0200 |
commit | 9eadfa5b7c2e41add8989808cac21f6e40911cc7 (patch) | |
tree | ec34a39cd94dc0b4b7c25a2bd068abeaabe1e877 /docs/cronos-research.md | |
parent | 5a3d475ae098b2b1cbea5ae6053ec8641d002032 (diff) |
corrected tabledef
Diffstat (limited to 'docs/cronos-research.md')
-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 |