summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pokemontools/gfx.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pokemontools/gfx.py b/pokemontools/gfx.py
index e5cac7a..43c81d5 100644
--- a/pokemontools/gfx.py
+++ b/pokemontools/gfx.py
@@ -616,7 +616,6 @@ class Decompressed:
byte = self.output[ self.offset + i ]
flipped = sum( 1 << (7 - j) for j in xrange(8) if (byte >> j) & 1)
self.output.append(flipped)
- self.output.append( self.bit_flip( self.output[ self.offset + i ] ) )
def doReverse(self):
"""