mirror of https://github.com/pret/pokecrystal.git
gfx: fix a typo
This commit is contained in:
parent
604cafc278
commit
77e365d49f
|
@ -1554,7 +1554,7 @@ if __name__ == "__main__":
|
|||
|
||||
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]
|
||||
|
|
Loading…
Reference in New Issue