summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-11-02 00:14:05 -0700
committeryenatch <yenatch@gmail.com>2014-11-02 00:14:05 -0700
commit145269cdb7aacca6494ed76f972e8c0f886021ff (patch)
treefa19a830c4cd6127a34017cdcf3472ef90c5c31f
parentca42efaa0d6e0f53c1ce911ed9c206c646c8c7d9 (diff)
Left a scalpel in the patient.
"whoops"
-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):
"""