Skip to content

Commit

Permalink
Fix error about size (thanks @NieDzejkob)
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Sep 4, 2018
1 parent e88658a commit 8e848fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Example of correct usage:
words 1, YPos ; 2 bytes
words 1, XPos ; 2 bytes
bytes 1, YBox ; 1 byte
bytes 2, XBox ; 1 byte
bytes 1, GfxID ; 1 byte
bytes 1, XBox ; 1 byte
bytes 2, GfxID ; 2 bytes
longs 2, MovementData ; 8 bytes
end_struct
```
Expand Down

0 comments on commit 8e848fe

Please sign in to comment.