Skip to content

Commit 3c68e84

Browse files
seibertdaTrolldemorted
authored andcommitted
fixed file format definition
1 parent abada81 commit 3c68e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file-formats/navigation-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The vanilla navigation matrix is stored in `./navdata/nav_matrix.dat`.
33
The file format is defined as:
44
```
55
| 00 01 02 03 04 05 06 07 |
6-
00000000 | Height | Width | Data |
6+
00000000 | Width | Height | Data |
77
00000008 | Data (cont) |
88
```
99
where `Width` and `Height` denote the dimensions of a matrix, and `Data` is an `u8` array of length `Width*Height`.

0 commit comments

Comments
 (0)