Where | Size | Name | Description |
---|---|---|---|
0 | 4 byte | ID | "dctt" |
4 | 16 byte | RGBA values of the 4 colors |
|
20 | 2048 byte | Character table | 256x8 |
2068 | 1 byte | Tiles number | default: 16 |
2069 | X byte | Tiles | 16x
|
2069+X | 1 byte | Selected tile | default: 0..15 |
2069+X+1 | 625 000 byte | MAP | 40x25 x 25x25 = 1000x625 RLE compression (for each 25 000 bytes):
|
2069+X+625 002 | 2 byte | X MAP position | High byte + Low byte |
2069+X+625 004 | 2 byte | Y MAP position | High byte + Low byte |
2069+X+625 006 | 625 000 byte | Color MAP | 40x25 x 25x25 = 1000x625 RLE compression (for each 25 000 bytes):
|