about summary refs log tree commit diff
path: root/LRI.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-11-17 07:59:54 -0600
committergennyble <gen@nyble.dev>2023-11-17 07:59:54 -0600
commit7553dce9dccb7e93efc2ac14e004163e5d2862d4 (patch)
tree5717fdc3eeb75d3435e7174c899ced0c01de0420 /LRI.md
parent8317df85c6b2b20aa5935ddfd23b0cf2a60e08e6 (diff)
downloadlri-rs-7553dce9dccb7e93efc2ac14e004163e5d2862d4.tar.gz
lri-rs-7553dce9dccb7e93efc2ac14e004163e5d2862d4.zip
prism produces reasonable images
Diffstat (limited to 'LRI.md')
-rw-r--r--LRI.md4
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" |