diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-05-06 13:37:28 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-05-06 13:37:28 +0100 |
commit | 279a6e1ddcab8b0430d6fe6f3763a1ac6821daf4 (patch) | |
tree | d56f8c4df1538f0945a279676e4852329304eb0f /src | |
parent | aab1238ec05935c642430541255ab965d715c350 (diff) |
Convert item_icon_table.inc to C
Diffstat (limited to 'src')
-rw-r--r-- | src/item_icon.c | 2 |
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 = { |