summaryrefslogtreecommitdiff
path: root/pokemontools/pic.py
AgeCommit message (Collapse)Author
2016-08-24Fix enough py3 issues for pokeyellow to finish buildingEevee (Lexy Munroe)
Mostly xrange (screw it, just use range), spurious tabs, and division.
2016-08-24Fix most Python 3 compat issues with futurize --stage1Eevee (Lexy Munroe)
2014-04-14Clearer explanation for porting ↵yenatch
https://github.com/magical/pokemon-sprites-rby to python 2.7.
2014-04-06Optimize pic compression to be 50% faster.yenatch
2014-04-051:1 conversion for pics.yenatch
2014-04-03pokered: pic de/compression.yenatch