summaryrefslogtreecommitdiff
path: root/pokemontools/preprocessor.py
AgeCommit message (Collapse)Author
2013-09-16use try/except on globals.asm for preprocessingBryan Bishop
2013-09-11spit GLOBAL defs for labels into globals.asm instead of inlineyenatch
2013-09-02class Preprocessor instead of just functionsBryan 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 preprocessor from pokecrystal c0a01c99Bryan Bishop
That version was better anyway.
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.