TOP Format (Halloween Harry)
Jump to navigation
Jump to search
TOP Format (Halloween Harry)
| Format type | Configuration |
|---|---|
| Storing | Scores |
| Games |
The TOP Format is used by Halloween Harry and Alien Carnage to store the high scores. The format is trivial being 5 consecutive high score entries of 20 bytes each, for a total file length of 100 bytes.
Each entry is in this structure:
| Data type | Description |
|---|---|
| BYTE length | Length of score name |
| char name[10] | Null-padded name (only length bytes valid) |
| UINT32LE score | Player score |
| BYTE level | Highest level reached by player. Upper four bits is the episode, lower four bits are the level (so 0x15 is episode 1, level 5 - displayed as 1.5 on the high score screen.) |
| UINT32 unknown | Not displayed? Unknown value |