Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions doc/smo_format_v0-BETA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ bit | button name
SAVE FILE: command=0xc000
offset | size | note
--------+--------+-----------------------------------------
0x0 | | data (command size)
0x0 | 1 | fileId, u8 (range: 0..=4)
0x1 | 1 (+2) | reloadCurrent, bool

CHANGE STAGE: command=0xc001
offset | size | note
Expand Down Expand Up @@ -61,8 +62,12 @@ offset | size | note
PLAYBACK SPEED: command=0xc005
offset | size | note
--------+--------+-----------------------------------------
0x0 | 1 (+3) | frame division, u8
0x0 | 1 (+3) | frame division, u8 (range: 1..=10)

PAUSE: command=0xc006

DEMO: command=0xc007
offset | size | note
--------+--------+-----------------------------------------
0x0 | 1 (+3) | isDemo, bool