summaryrefslogtreecommitdiff
path: root/include/sprite.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-10-06 18:35:51 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-10-06 18:35:51 -0400
commit4b4d9907a87708cd536d5aebeb3ee67afbdce80c (patch)
tree70565ba07fb36c3b73bc8809669f26a4fb2c9eab /include/sprite.h
parentd0dfc758fc6684e765736c7aad7190328d3e145c (diff)
parentdea28a0a236412f267e3da8a7c200d947a9c5fe1 (diff)
merge
Diffstat (limited to 'include/sprite.h')
-rw-r--r--include/sprite.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/sprite.h b/include/sprite.h
index 838b0d7c0..a9377165e 100644
--- a/include/sprite.h
+++ b/include/sprite.h
@@ -212,14 +212,14 @@ struct Sprite
u16 flags_5:1; //0x20
u16 flags_6:1; //0x40
u16 flags_7:1; //0x80
- /*0x3F*/ u16 hFlip:1;
- u16 vFlip:1;
- u16 animBeginning:1;
- u16 affineAnimBeginning:1;
- u16 animEnded:1;
- u16 affineAnimEnded:1;
- u16 usingSheet:1;
- u16 flags_f:1;
+ /*0x3F*/ u16 hFlip:1; //1
+ u16 vFlip:1; //2
+ u16 animBeginning:1; //4
+ u16 affineAnimBeginning:1; //8
+ u16 animEnded:1; //0x10
+ u16 affineAnimEnded:1; //0x20
+ u16 usingSheet:1; //0x40
+ u16 flags_f:1; //0x80
/*0x40*/ u16 sheetTileStart;