summaryrefslogtreecommitdiff
path: root/src/item_icon.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-10 09:47:12 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-10 09:47:12 -0400
commitdfc83cf28f0040a62ea52fb7ab7783d4e15baded (patch)
treead39d622d237df4d97ee6c8c0ba0346aa1a59fd3 /src/item_icon.c
parent5efe8f3a0d0db0228fd0980c90013a4602c731b3 (diff)
parent7defc27b994069715e5749245700d20dd740e4f0 (diff)
Merge branch 'master' into contest
Diffstat (limited to 'src/item_icon.c')
-rw-r--r--src/item_icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_icon.c b/src/item_icon.c
index 4aaad9c31..d6fedf892 100644
--- a/src/item_icon.c
+++ b/src/item_icon.c
@@ -4,13 +4,13 @@
#include "sprite.h"
#include "decompress.h"
#include "constants/items.h"
+#include "data/item_icon_table.h"
// EWRAM vars
EWRAM_DATA void *gItemIconDecompressionBuffer = NULL;
EWRAM_DATA void *gItemIcon4x4Buffer = NULL;
// const rom data
-extern const void *const gItemIconTable[][2]; // todo: move to C file
static const struct OamData sOamData_ItemIcon =
{