summaryrefslogtreecommitdiff
path: root/pokemontools/crystal.py
AgeCommit message (Collapse)Author
2013-09-01remove the 'json.read = json.loads' hackBryan Bishop
There's no good reason to use json.read anymore, even in the case of jython.
2013-08-29fix a wrong error message in ItemFragment.__init__Bryan Bishop
2013-08-27manually apply crystal.py changes from upstreamBryan Bishop
2013-08-04make isolate_incbins not take a global asmBryan Bishop
Why on earth was this using globals?
2013-08-03make a basic python moduleBryan Bishop