diff options
author | N <71219152+PokeCodec@users.noreply.github.com> | 2021-02-18 20:07:33 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2021-02-28 10:06:07 -0600 |
commit | cab3728e96ff5aa62fc61c118513aea241dbb506 (patch) | |
tree | 4fe18b2e9d88992dc054511d3005f7e47b3ff63d /src | |
parent | 10c77f1bc20939ee0611f13eed526c49fd829750 (diff) |
Strangest match
Diffstat (limited to 'src')
-rw-r--r-- | src/item_icon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item_icon.c b/src/item_icon.c index 487b89b71..0f02be146 100644 --- a/src/item_icon.c +++ b/src/item_icon.c @@ -7,8 +7,8 @@ #include "constants/items.h" // EWRAM vars -EWRAM_DATA void *gItemIconDecompressionBuffer = NULL; -EWRAM_DATA void *gItemIcon4x4Buffer = NULL; +EWRAM_DATA u8 *gItemIconDecompressionBuffer = NULL; +EWRAM_DATA u8 *gItemIcon4x4Buffer = NULL; // const rom data #include "data/item_icon_table.h" |