diff options
author | yenatch <yenatch@gmail.com> | 2013-01-13 00:40:13 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-01-13 00:40:13 -0500 |
commit | f0e7a120a560ccdd84c5d230ebcae580962c9417 (patch) | |
tree | 879402393f8dd2da331488fb3450340bcd03f44b /gfx.py | |
parent | 7774a995fbb8d41335fcc06fe1dd6f338e577cf1 (diff) |
make careless use of gfx.py less fatal
original-commit-id: 9fbe7ea42390e7a0d6a1288f076d7951ce66b5eb
Diffstat (limited to 'gfx.py')
-rw-r--r-- | gfx.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1343,7 +1343,7 @@ if __name__ == "__main__": # python gfx.py pal [address] [length] print grab_palettes(int(args.arg1,16), int(args.arg2)) - else: - # python gfx.py - decompress_all() - if debug: print 'decompressed known gfx to ../gfx/!' + #else: + ## python gfx.py + #decompress_all() + #if debug: print 'decompressed known gfx to ../gfx/!' |