update format.md

clarification
This commit is contained in:
tildearrow 2023-10-13 20:08:59 -05:00
parent 10172e0489
commit a854816181

View file

@ -1226,7 +1226,7 @@ size | description
STR | pattern name (>=51) STR | pattern name (>=51)
??? | pattern data ??? | pattern data
| - read a byte per row. | - read a byte per row.
| - if it is 0xff, end of pattern. | - if it is 0xff, end of data. the rest of the pattern is empty.
| - if bit 7 is set, then read bit 0-6 as "skip N+2 rows". | - if bit 7 is set, then read bit 0-6 as "skip N+2 rows".
| - if bit 7 is clear, then: | - if bit 7 is clear, then:
| - bit 0: note present | - bit 0: note present