From 8e848fe6509d086eddbcffe304a892a4fe3b1797 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Tue, 4 Sep 2018 20:13:03 +0200 Subject: [PATCH] Fix error about size (thanks @NieDzejkob) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36a42d4..4720be1 100644 --- a/README.md +++ b/README.md @@ -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 ```