shithub: pokecrystal

Download patch

ref: 9fbe7ea42390e7a0d6a1288f076d7951ce66b5eb
parent: 2f136d26fdc9b743a5a741c3c4ad4bdb3c79c50e
author: yenatch <[email protected]>
date: Sat Jan 12 19:40:13 EST 2013

make careless use of gfx.py less fatal

--- a/extras/gfx.py
+++ b/extras/gfx.py
@@ -1343,7 +1343,7 @@
 		# 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/!'