diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-10 11:21:54 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-10 11:21:54 -0400 |
commit | 64dc157df603a6d3c1b59a60ad9f286ebd66fce5 (patch) | |
tree | ae01c7b6f5eb4c262795d2e2ae636b7bec620241 /include/sprite.h | |
parent | 4645837cc2ce36c9638853552649f182486af8b2 (diff) |
sub_8128124
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sprite.h b/include/sprite.h index 5682a7c1d..0d84c8127 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -299,4 +299,6 @@ u8 SpriteTileAllocBitmapOp(u16 bit, u8 op); extern const union AffineAnimCmd *const gDummySpriteAffineAnimTable[]; +extern const struct SpriteTemplate gDummySpriteTemplate; + #endif // GUARD_SPRITE_H |