summaryrefslogtreecommitdiff
path: root/pokemontools/gfx.py
AgeCommit message (Collapse)Author
2013-11-17change RomStr usage in gfx.py to use RomStr.loadBryan Bishop
2013-11-17refactor png-to-2bpp conversionyenatch
2013-11-17gfx: 1bpp<->2bpp conversionyenatch
this is the simplest way to support 1bpp without rewriting a lot
2013-11-17be sure to import romstr into gfx.pyBryan Bishop
2013-11-17make gfx.py not depend on crystal.pyBryan Bishop
2013-09-01move mkdir_p out of gfx.py and into helpers.pyBryan Bishop
It seems that mkdir_p is unused at the moment.
2013-09-01import syntax in gfx.pyBryan Bishop
2013-08-03fix path walking in gfx.pyBryan Bishop
2013-08-03make a basic python moduleBryan Bishop