diff options
author | Kat Harrison <Kat Harrison> | 2013-06-23 16:06:46 -0400 |
---|---|---|
committer | Kat Harrison <Kat Harrison> | 2013-06-23 16:06:46 -0400 |
commit | b18fcdc531eed2b95004911a437f7b41675ce9d3 (patch) | |
tree | 08d0878c8e22eec54656829930d26d2184a826b1 /gfx.py | |
parent | ad1aeeec5351f42104c7d665c216e4cf0885ce27 (diff) |
fixed another indent in gfx.py
original-commit-id: 72fbe86c7aee557282322666c1c3a25fbe964b0b
Diffstat (limited to 'gfx.py')
-rw-r--r-- | gfx.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |