From cbf21ac4bbbc812758cf103ac3cf94b65a807dcd Mon Sep 17 00:00:00 2001 From: MrKatzenGaming <97026232+MrKatzenGaming@users.noreply.github.com> Date: Sat, 8 Aug 2026 22:41:38 +0200 Subject: [PATCH] Update SMO format --- doc/smo_format_v0-BETA.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/smo_format_v0-BETA.txt b/doc/smo_format_v0-BETA.txt index 973d86f..b9ccbb6 100644 --- a/doc/smo_format_v0-BETA.txt +++ b/doc/smo_format_v0-BETA.txt @@ -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 @@ -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