Skip to navigation


Save and load: CHK

[Elite-A, Loader]

Name: CHK [Show more] Type: Variable Category: Save and load Summary: First checksum byte for the saved commander data file Deep dive: Commander save files The competition code
Context: See this variable in context in the source code References: No direct references to this variable in this source file

Commander checksum byte. If the default commander is changed, a new checksum will be calculated and inserted by the elite-checksum.py script. The offset of this byte within a saved commander file is also shown (it's at byte #75).
.CHK \ --- Mod: Code removed for Elite-A: ------------------> \ EQUB &03 \ The checksum value for the default commander, #75 \ --- And replaced by: --------------------------------> EQUB &58 \ The checksum value for the default commander, #75 \ --- End of replacement ------------------------------>