Skip to content

Instantly share code, notes, and snippets.

View Compy's full-sized avatar

Jimmy Lipham Compy

View GitHub Profile
@McZonk
McZonk / DisplayCode.csv
Last active May 9, 2025 19:21
Street Fighter 2 pinball DMD messages
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`