summaryrefslogtreecommitdiff
path: root/include/sprite.h
diff options
context:
space:
mode:
authordrifloony <drifloony@users.noreply.github.com>2017-07-13 21:36:52 -0700
committerdrifloony <drifloony@users.noreply.github.com>2017-07-13 21:37:49 -0700
commit1853efa954d88037729126f5494a53956c29fb43 (patch)
treee900ae1b8071f6e547bd8c01c813ad2626b60d77 /include/sprite.h
parent10618d8a4a1694e63de75028677bdb6f5cd53803 (diff)
move ROM variables into menu_helpers.c
Diffstat (limited to 'include/sprite.h')
-rw-r--r--include/sprite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sprite.h b/include/sprite.h
index a65e71bd9..733231eb5 100644
--- a/include/sprite.h
+++ b/include/sprite.h
@@ -19,7 +19,7 @@ struct CompressedSpriteSheet
struct SpriteFrameImage
{
- u8 *data;
+ const u8 *data;
u16 size;
};