diff --git a/extras/docs/fileformat.txt b/extras/docs/fileformat.txt index f51f2ce1..0bf4775d 100644 --- a/extras/docs/fileformat.txt +++ b/extras/docs/fileformat.txt @@ -245,16 +245,14 @@ App state chunks (in 'stat' group chunk, optional) UINT8 groupBy (0=none, 1=levels/regions, 2=levels and regions) UINT8 orderBy (0=note type, 1=note text) - numLevels records of: + numLevels records of (ordered by levelIndex): - UINT32 levelIndex - UINT8 levelSection (0=closed, 1=open) + UINT8 levelSectionState (0=closed, 1=open) - if numRegions > 0 for the level + if numRegions > 0 for the level (ordered by regionIndex) (note that regn.enableRegions can still be 0 (off)): - UINT32 regionId - UINT8 regionSection (0=closed, 1=open) + UINT8 regionSectionState (0=closed, 1=open) 3. Version history