summaryrefslogtreecommitdiff
path: root/pokemontools
AgeCommit message (Collapse)Author
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-09-01use an explicit import in labels.pyBryan Bishop
2013-09-01Merge pull request #2 from kanzure/pokered-preprocessorBryan Bishop
Don't make global labels for rgbasm macros.
2013-09-01chmod -x dump_sections.pyBryan Bishop
2013-09-01don't make global labels for rgbasm macrosBryan Bishop
This adds support to the preprocessor to handle constants.asm from pokered.
2013-08-31Merge pull request #1 from kanzure/preprocessorBryan Bishop
Also have the common bits of the preprocessor.
2013-08-31merge preprocessor from pokecrystal c0a01c99Bryan Bishop
That version was better anyway.
2013-08-29fix a wrong error message in ItemFragment.__init__Bryan Bishop
2013-08-29better KeyError exception message in preprocessorBryan Bishop
2013-08-28also have the common bits of the preprocessorBryan Bishop
This doesn't really belong in both pokecrystal and pokered. It should be shared between the two without copy/paste.
2013-08-27jp char ァBryan Bishop
see also: d4e6ccca3b8cf1d5efb851153af8d9dd8c9de1e9
2013-08-27manually apply crystal.py changes from upstreamBryan Bishop
2013-08-27script command scripttalkerafter is an enderBryan Bishop
Also, reformat the list of enders for readability and to work better with diff tools in the future. see also: 92152c98fc0cd319f5fff1b0e7ee76dc2c0520d2
2013-08-27refactor symfile parserBryan Bishop
Also add labels.json generator. see also: ff1536ddf9c70b9b98c5332c193ad099a103162d
2013-08-27rewrite the encoding line in sym.pyBryan Bishop
2013-08-27remove unused imports from sym.pyBryan Bishop
2013-08-04make isolate_incbins not take a global asmBryan Bishop
Why on earth was this using globals?
2013-08-03fix path walking in gfx.pyBryan Bishop
2013-08-03make a basic python moduleBryan Bishop