summaryrefslogtreecommitdiff
path: root/include/sprite.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-12-20 20:09:48 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-12-20 20:09:48 -0500
commit9c9c31b1e15014d7cfeb3856717d9b29715d46a5 (patch)
tree27faee7dca09bb53dd038b160d0acaa1b9d66344 /include/sprite.h
parentf0957176bc96aef3bac673ac520ba55832957ba8 (diff)
through sub_8101D8C
Diffstat (limited to 'include/sprite.h')
-rw-r--r--include/sprite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sprite.h b/include/sprite.h
index a87260ec0..7b6dd2bef 100644
--- a/include/sprite.h
+++ b/include/sprite.h
@@ -229,6 +229,8 @@ extern const union AffineAnimCmd *const gDummySpriteAffineAnimTable[];
extern s16 gSpriteCoordOffsetX;
extern s16 gSpriteCoordOffsetY;
+extern u8 gOamLimit;
+
extern struct Sprite gSprites[];
void ResetSpriteData(void);