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 /include | |
parent | 10c77f1bc20939ee0611f13eed526c49fd829750 (diff) |
Strangest match
Diffstat (limited to 'include')
-rw-r--r-- | include/item_icon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/item_icon.h b/include/item_icon.h index af03473fb..c93a519bb 100644 --- a/include/item_icon.h +++ b/include/item_icon.h @@ -1,8 +1,8 @@ #ifndef GUARD_ITEM_ICON_H #define GUARD_ITEM_ICON_H -extern void *gItemIconDecompressionBuffer; -extern void *gItemIcon4x4Buffer; +extern u8 *gItemIconDecompressionBuffer; +extern u8 *gItemIcon4x4Buffer; extern const struct SpriteTemplate gItemIconSpriteTemplate; |