summaryrefslogtreecommitdiff
path: root/pokemontools/crystal.py
AgeCommit message (Collapse)Author
2013-09-01"import pointers" instead of "from .. import .."Bryan Bishop
2013-09-01import move_constants syntaxBryan Bishop
2013-09-01"import romstr" instead of "from romstr import .."Bryan Bishop
2013-09-01"import chars" instead of "from chars import .."Bryan Bishop
2013-09-01move imports togetherBryan Bishop
2013-09-01"import pksv" instead of "from pksv import .."Bryan Bishop
2013-09-01import labels instead of "from .. import .."Bryan Bishop
2013-09-01don't import remove_quoted_text into crystal.pyBryan Bishop
This function isn't used in crystal.py, so it can be safely removed from the imports.
2013-09-01convert more prints to logging callsBryan Bishop
2013-09-01use logging in crystal.py instead of printBryan Bishop
2013-09-01docstring for crystal.pyBryan Bishop
2013-09-01remove bryan_message for NotImplementedErrorBryan Bishop
Nothing was using it.
2013-09-01remove an old comment about __main__ in crystal.pyBryan Bishop
The comment no longer applies.
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