Skip to content

Commit 8e848fe

Browse files
authored
Fix error about size (thanks @NieDzejkob)
1 parent e88658a commit 8e848fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Example of correct usage:
3535
words 1, YPos ; 2 bytes
3636
words 1, XPos ; 2 bytes
3737
bytes 1, YBox ; 1 byte
38-
bytes 2, XBox ; 1 byte
39-
bytes 1, GfxID ; 1 byte
38+
bytes 1, XBox ; 1 byte
39+
bytes 2, GfxID ; 2 bytes
4040
longs 2, MovementData ; 8 bytes
4141
end_struct
4242
```

0 commit comments

Comments
 (0)