Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-16 | use try/except on globals.asm for preprocessing | Bryan Bishop | |
2013-09-11 | spit GLOBAL defs for labels into globals.asm instead of inline | yenatch | |
2013-09-02 | class Preprocessor instead of just functions | Bryan Bishop | |
2013-09-01 | don't make global labels for rgbasm macros | Bryan Bishop | |
This adds support to the preprocessor to handle constants.asm from pokered. | |||
2013-08-31 | merge preprocessor from pokecrystal c0a01c99 | Bryan Bishop | |
That version was better anyway. | |||
2013-08-29 | better KeyError exception message in preprocessor | Bryan Bishop | |
2013-08-28 | also have the common bits of the preprocessor | Bryan Bishop | |
This doesn't really belong in both pokecrystal and pokered. It should be shared between the two without copy/paste. |