shithub: pokecrystal

Download patch

ref: 77e365d49ffc6caa5364b405a263e4a43938def1
parent: 604cafc27859700e45f4c54237b54f3c584cf458
author: yenatch <[email protected]>
date: Fri May 17 13:28:37 EDT 2013

gfx: fix a typo

--- a/extras/gfx.py
+++ b/extras/gfx.py
@@ -1554,7 +1554,7 @@
 
 			to_2bpp(name+'.png', name+'.2bpp')
 			pic = open(name+'.2bpp', 'rb').read()
-			to_file(name+'.lz', Compressed(pic + anim, 'vert').output)
+			to_file(name+'.lz', Compressed(pic, 'vert').output)
 
 
 		# python gfx.py png-to-lz [png]