make careless use of gfx.py less fatal

This commit is contained in:
yenatch 2013-01-13 00:40:13 -05:00
parent 2f136d26fd
commit 9fbe7ea423
1 changed files with 4 additions and 4 deletions

View File

@ -1343,7 +1343,7 @@ if __name__ == "__main__":
# python gfx.py pal [address] [length] # python gfx.py pal [address] [length]
print grab_palettes(int(args.arg1,16), int(args.arg2)) print grab_palettes(int(args.arg1,16), int(args.arg2))
else: #else:
# python gfx.py ## python gfx.py
decompress_all() #decompress_all()
if debug: print 'decompressed known gfx to ../gfx/!' #if debug: print 'decompressed known gfx to ../gfx/!'