fixed another indent in gfx.py

original-commit-id: 72fbe86c7aee557282322666c1c3a25fbe964b0b
This commit is contained in:
Kat Harrison
2013-06-23 16:06:46 -04:00
parent ad1aeeec53
commit b18fcdc531

6
gfx.py
View File

@@ -994,9 +994,9 @@ def decompress_misc():
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)