This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name | hexadecimal | comment | |
---|---|---|---|
NewSequence | bb | Starts a new sequence (with parameters) | |
Checksum | 01 | `0xCC, 0x21, 0xBB, 0x01, checksum, checksum` | |
SwitchShort | 02 | `0xBB, 0x02, index` | |
Highscore | 03 | `0xBB, 0x03, number, name, name, name, score, score, score, score, score` | |
SendCredits | 04 | `0xBB, 0x04, credits` | |
Continue | 05 | `0xCC, 0x08, 0xBB, 0x05, time` | |
TextCursor | 06 | `0xCC, 0x06, cursor index, character at cursor`. Can be send after `TextMessage` | |
ErrorJumper | 07 | `0xBB, 0x07, language` | |
NewHighscore | 08 | `0xBB, 0x08, player` |