Differences From Artifact [e83e2923f9]:
- File internals.doc — part of check-in [198a84f8d8] at 2023-07-15 02:07:34 on branch trunk — Functions to convert between TRON-8 and TRON-32 (may be used in future for the text editor; currently unused, and may be removed if it is found to be unnecessary) (user: user, size: 6976) [annotate] [blame] [check-ins using]
To Artifact [3374ee89ff]:
- File internals.doc — part of check-in [cc0df8402f] at 2023-10-16 00:12:09 on branch trunk — Implement save state slots, including loading personal best solutions. (user: user, size: 7128) [annotate] [blame] [check-ins using]
︙ | |||
195 196 197 198 199 200 201 202 203 204 205 206 207 208 | 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 | + + + + + | The new format is always small-endian. Record types: * 0x01 = Replay list * 0x02 = Best personal solution * 0x30 to 0x37 = Replay list of save state * 0x41 = Level version, if solved (omitted otherwise) * 0x42 = Mark position * 0x81 = Best personal score * 0xB0 to 0xB7 = Save state data; low 16-bits is mark position and high 16-bits is current replay position |