Skip to content

Commit

Permalink
update fileformat
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnovak committed Jun 29, 2024
1 parent 23603b0 commit f928d1d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions extras/docs/fileformat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f928d1d

Please sign in to comment.