shithub: pokecrystal

Download patch

ref: 72fbe86c7aee557282322666c1c3a25fbe964b0b
parent: 95369248f4400ea01b2f11216286c71bc515fe69
author: Kat Harrison <Kat Harrison>
date: Sun Jun 23 12:06:46 EDT 2013

fixed another indent in gfx.py

--- a/extras/gfx.py
+++ b/extras/gfx.py
@@ -994,9 +994,9 @@
         to_file(filename, gfx.output)
 
 def decompress_all(debug = False):
-        """
-        Decompress all known compressed data in baserom.
-        """
+    """
+    Decompress all known compressed data in baserom.
+    """
 
     if debug: print 'fronts'
     decompress_monsters(front)