From 810ca5f8ff79aeec6ffe8e982f4786aade616b4d Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 7 Jul 2021 09:11:52 -0400 Subject: Flatten pos fields in struct Sprite --- gflib/sprite.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gflib/sprite.h') diff --git a/gflib/sprite.h b/gflib/sprite.h index 4a3b48225..02bc0748b 100644 --- a/gflib/sprite.h +++ b/gflib/sprite.h @@ -197,8 +197,8 @@ struct Sprite /*0x18*/ const struct SubspriteTable *subspriteTables; /*0x1C*/ SpriteCallback callback; - /*0x20*/ struct Coords16 pos1; - /*0x24*/ struct Coords16 pos2; + /*0x20*/ s16 x, y; + /*0x24*/ s16 x2, y2; /*0x28*/ s8 centerToCornerVecX; /*0x29*/ s8 centerToCornerVecY; -- cgit v1.2.3