diff --git a/tools/Data/bin/MkActor.exe b/tools/Data/bin/MkActor.exe index 8a5cca74b..cc0519773 100644 Binary files a/tools/Data/bin/MkActor.exe and b/tools/Data/bin/MkActor.exe differ diff --git a/tools/Data/include/dstructs.h b/tools/Data/include/dstructs.h index dce867e55..c8a9091c9 100644 --- a/tools/Data/include/dstructs.h +++ b/tools/Data/include/dstructs.h @@ -196,7 +196,9 @@ struct sSpriteFrame { u8 *PAKSpr; // 4 s8 XOfs,YOfs; // 2 + s8 HX,HY; // 2 u8 W,H; // 2 + u16 Pad; }; struct sSpriteAnim