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 | 9fbe7ea42390e7a0d6a1288f076d7951ce66b5eb (patch) | |
tree | b2b713e1e2e67ff95debf0409d7a3bb89e3fbf93 /extras/gfx.py | |
parent | 2f136d26fdc9b743a5a741c3c4ad4bdb3c79c50e (diff) |
make careless use of gfx.py less fatal
Diffstat (limited to 'extras/gfx.py')
-rw-r--r-- | extras/gfx.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/gfx.py b/extras/gfx.py index 11e6860f1..70c657c15 100644 --- a/extras/gfx.py +++ b/extras/gfx.py @@ -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/!' |