diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cronos-research.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cronos-research.md b/docs/cronos-research.md index d076f0f..022cbcf 100644 --- a/docs/cronos-research.md +++ b/docs/cronos-research.md | |||
@@ -157,7 +157,7 @@ The toplevel table-id for CroStru and CroSys is #3, while referenced records hav | |||
157 | 157 | ||
158 | CroBank.dat contains the actual database entries for multiple tables as described in the CroStru file. After each chunk is re-assembled (and potentially decoded with the per block offset being the record number in the .tad file). | 158 | CroBank.dat contains the actual database entries for multiple tables as described in the CroStru file. After each chunk is re-assembled (and potentially decoded with the per block offset being the record number in the .tad file). |
159 | 159 | ||
160 | Its first byte defines, which table it belongs to. It is encoded in cp1251 (or possibly IBM866) with actual column data separated by 0xfe. There is an extra concept of sub fields in those columns, indicated by a 0xfd byte. | 160 | Its first byte defines, which table it belongs to. It is encoded in cp1251 (or possibly IBM866) with actual column data separated by 0x1e. There is an extra concept of sub fields in those columns, indicated by a 0x1d byte. |
161 | 161 | ||
162 | 162 | ||
163 | ## structure definitions | 163 | ## structure definitions |