diff options
author | N <71219152+PokeCodec@users.noreply.github.com> | 2021-02-18 20:09:09 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2021-02-28 10:06:07 -0600 |
commit | 6c07031c85e8911e36530d46b7721ef2bb063f60 (patch) | |
tree | db94784768a37c566ac9fd4c6b487e8c4f3438b2 /src | |
parent | cab3728e96ff5aa62fc61c118513aea241dbb506 (diff) |
Remove redundant statements
Diffstat (limited to 'src')
-rw-r--r-- | src/item_icon.c | 2 |
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) { |