diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-15 01:26:40 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-15 01:26:40 -0500 |
commit | 86a26c9282f03c751fc67e7da6e0d4014f69a688 (patch) | |
tree | 7ebc9079aaeb2ebba7c34a3283e838c4492bc163 /include/sprite.h | |
parent | f8765c07ab36bd009036e44a97a131b0a7d8fe27 (diff) |
finish converting pokedex data to C
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sprite.h b/include/sprite.h index bda635885..dd3089f77 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -142,7 +142,7 @@ struct SpriteTemplate u16 paletteTag; const struct OamData *oam; const union AnimCmd *const *anims; - struct SpriteFrameImage *images; + const struct SpriteFrameImage *images; const union AffineAnimCmd *const *affineAnims; void (*callback)(struct Sprite *); }; |