summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/item_icon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/item_icon.c b/src/item_icon.c
index 0f02be146..dc69d0331 100644
--- a/src/item_icon.c
+++ b/src/item_icon.c
@@ -55,12 +55,10 @@ const struct SpriteTemplate gItemIconSpriteTemplate =
// code
bool8 AllocItemIconTemporaryBuffers(void)
{
- gItemIconDecompressionBuffer = gItemIconDecompressionBuffer; // needed to match
gItemIconDecompressionBuffer = Alloc(0x120);
if (gItemIconDecompressionBuffer == NULL)
return FALSE;
- gItemIcon4x4Buffer = gItemIcon4x4Buffer; // needed to match
gItemIcon4x4Buffer = AllocZeroed(0x200);
if (gItemIcon4x4Buffer == NULL)
{