diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-20 11:25:54 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-20 11:25:54 -0600 |
commit | ad33b833f35800ff2cfc13aaca09e2e57842703a (patch) | |
tree | 8fb62763f8f3840c853447dd82cb8744a4598ec7 /include/sprite.h | |
parent | 5f32e88a6abb90507ddcac68673e35de8b4d8c26 (diff) |
Decompile battle_anim shock
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sprite.h b/include/sprite.h index a87260ec0..29a0be562 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -222,6 +222,14 @@ struct Sprite /*0x43*/ u8 subpriority; }; +struct OamMatrix +{ + s16 a; + s16 b; + s16 c; + s16 d; +}; + extern const struct OamData gDummyOamData; extern const union AnimCmd *const gDummySpriteAnimTable[]; extern const union AffineAnimCmd *const gDummySpriteAffineAnimTable[]; |