User:Dr. Dos/ZZT High Score Format

From Wiki of ZZT
Jump to navigation Jump to search

Hey sorry if I'm doing this wrong. I touch wiki pages like once a year max.

Offset Hex Data type Description
0 0x00 UNIT8 NameLength
Length of the name entered for the high score.
1 0x01 char[50] Name
Name associated with the high score. While the format allows 50 characters to be stored, a maximum of 34 characters may be input on the name entry screen. Due to the reserved space when displaying scores, names 37 or more characters will begin to print over the window's border and into the board area. Up to 43 characters will be drawn to the screen this way, with any additional characters remaining completely hidden.
51 0x33 INT16LE High Score
The numeric value of the high score.

This format of NameLength, Name, High Score repeats 30 times.