summaryrefslogtreecommitdiff
path: root/pokemontools
AgeCommit message (Collapse)Author
2013-09-01chmod -x dump_sections.pyBryan Bishop
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