summaryrefslogtreecommitdiff
path: root/include/sprite.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-07-07 09:05:48 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-07-07 09:05:48 -0400
commitaec808ac0d6266dc1c96ecf1aca998a06b11db19 (patch)
tree74759e6d06b82ec3308e7ca8242d706604395f7b /include/sprite.h
parent1a43cdc81f31dc6213366beb9808f6f610580c49 (diff)
Flatten pos fields in struct Sprite
Diffstat (limited to 'include/sprite.h')
-rw-r--r--include/sprite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sprite.h b/include/sprite.h
index 80480e201..ab1818e1f 100644
--- a/include/sprite.h
+++ b/include/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;