diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-09-13 11:19:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-13 11:19:13 -0500 |
commit | 78009a835f840864b3d30af00c65a745f75b80fa (patch) | |
tree | 8b609805f17938381302a42bd0bee5b80de92720 /include/sprite.h | |
parent | 0918cadae3c2ab22993099bd474d40f93a893d5d (diff) | |
parent | 4c16bb5ee623b2b3c5932b065b61effb7d327aa4 (diff) |
Merge pull request #30 from DizzyEggg/decompile_util
decompile util
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/sprite.h b/include/sprite.h index 68474b2ae..7b3c9fb5a 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -237,9 +237,11 @@ struct OamMatrix s16 d; }; -extern struct Sprite gSprites[]; - extern const struct OamData gDummyOamData; +extern const union AnimCmd *const gDummySpriteAnimTable[]; +extern const union AffineAnimCmd *const gDummySpriteAffineAnimTable[]; + +extern struct Sprite gSprites[]; void ResetSpriteData(void); void AnimateSprites(void); |