This commit is contained in:
parent
99a191237b
commit
a01e904fab
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -196,7 +196,9 @@ struct sSpriteFrame
|
||||||
{
|
{
|
||||||
u8 *PAKSpr; // 4
|
u8 *PAKSpr; // 4
|
||||||
s8 XOfs,YOfs; // 2
|
s8 XOfs,YOfs; // 2
|
||||||
|
s8 HX,HY; // 2
|
||||||
u8 W,H; // 2
|
u8 W,H; // 2
|
||||||
|
u16 Pad;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct sSpriteAnim
|
struct sSpriteAnim
|
||||||
|
|
Loading…
Add table
Reference in a new issue