summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/include/game.h b/include/game.h
index 123e4f7..561d3ad 100755
--- a/include/game.h
+++ b/include/game.h
@@ -1271,12 +1271,18 @@ public:
u32 _2D8;
u8 classAt2DC[0x34];
u32 _310, _314;
- float _318, _31C, _320, _324, _328, _32C, _330, _334, _338, _33C, _340, _344;
+ float spriteSomeRectX, spriteSomeRectY;
+ float _320, _324, _328, _32C, _330, _334, _338, _33C, _340, _344;
u8 direction;
u8 currentZoneID;
u8 _34A, _34B;
- u32 _34C, _350, _354, _358, _35C, _360;
- u8 _364, _365, _366, _367;
+ u8 *spriteByteStorage;
+ u16 *spriteShortStorage;
+ u16 spriteEventNum;
+ u64 spriteEventMask;
+ u32 _360;
+ u16 spriteSomeFlag;
+ u8 _366, _367;
u32 _368;
u8 _36C, _36D;
Vec somethingRelatedToScale;