summaryrefslogtreecommitdiff
path: root/include/sprite.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-11-21 09:04:10 -0500
committerGitHub <noreply@github.com>2019-11-21 09:04:10 -0500
commit1234d0252cbe2b0001784b10b75f0d339824632d (patch)
tree04bd826b0a6313c2223b907956581d661d602066 /include/sprite.h
parent1849ad778d5a94edc076ce5ecf7aec97aa8db4fa (diff)
parenta1b21100524b01231c3e571621bb36ae25a20e2e (diff)
Merge pull request #161 from PikalaxALT/dism_more_data
Evolution Scene and other data dism
Diffstat (limited to 'include/sprite.h')
-rw-r--r--include/sprite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sprite.h b/include/sprite.h
index 85722311f..7432306a4 100644
--- a/include/sprite.h
+++ b/include/sprite.h
@@ -253,6 +253,7 @@ extern s16 gSpriteCoordOffsetY;
extern const struct SpriteTemplate gDummySpriteTemplate;
extern struct Sprite gSprites[];
extern struct OamMatrix gOamMatrices[];
+extern bool8 gAffineAnimsDisabled;
void ResetSpriteData(void);
void AnimateSprites(void);