diff options
Diffstat (limited to 'LRI.md')
-rw-r--r-- | LRI.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/LRI.md b/LRI.md index bb5f324..f4668be 100644 --- a/LRI.md +++ b/LRI.md @@ -3,10 +3,8 @@ The file is made up of many blocks, usually 10 or 11 but cases of 40 have occurr Blocks start with a header and contain some data. There is always a protobuf message within that data, and sometimes stuff like the images themselves. -Little-endian. - ## Block Header -The header is 32 bytes long. and goes as follows: +The header is 32 bytes long, uses little-endian, and goes as follows: | bytes | type | meaning | | ----- | -----| ------- | | 4 | - | Signature: "LELR" | |