diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-07 18:18:00 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-07 18:18:00 -0400 |
commit | fd1d75ce378aba3148a1fe9882e17c8cc790d5c2 (patch) | |
tree | c8738398572990b0166c268d0eb32439db6eb702 /src/item_icon.c | |
parent | 61cc1d55743715a64e793187f63d0f1f7a80b0e0 (diff) | |
parent | f14d2765da6f01eccb08967fd6b22c3bdef2be98 (diff) |
Merge branch 'master' into mauville_old_man
Diffstat (limited to 'src/item_icon.c')
-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 = { |