Bryan Bishop
|
58de3846c7
|
Merge pull request #59 from yenatch/dependencies
Use a mapfile instead of labels.json; object dependency handling
|
2013-12-09 17:48:11 -08:00 |
|
yenatch
|
f5ddc33705
|
preprocessor: dont write to globals.asm for each process
|
2013-12-07 05:05:54 -05:00 |
|
yenatch
|
ea28149195
|
preprocessor: from_asm method and is_rgbasm_macro in command classes
enjoy this half-assed implementation
|
2013-11-07 00:41:44 -05:00 |
|
Bryan Bishop
|
b67e68c6a1
|
use try/except on globals.asm for preprocessing
|
2013-09-16 12:40:37 -05:00 |
|
yenatch
|
7bf5fcab90
|
spit GLOBAL defs for labels into globals.asm instead of inline
|
2013-09-11 16:30:38 -04:00 |
|
Bryan Bishop
|
2cf0cfa34d
|
class Preprocessor instead of just functions
|
2013-09-02 12:33:03 -05:00 |
|
Bryan Bishop
|
c39e156f8c
|
don't make global labels for rgbasm macros
This adds support to the preprocessor to handle constants.asm from
pokered.
|
2013-09-01 01:44:00 -05:00 |
|
Bryan Bishop
|
4998994c9a
|
merge preprocessor from pokecrystal c0a01c99
That version was better anyway.
|
2013-08-31 12:43:05 -05:00 |
|
Bryan Bishop
|
4c56a6c57a
|
better KeyError exception message in preprocessor
|
2013-08-29 12:07:27 -05:00 |
|
Bryan Bishop
|
0856dee10a
|
also have the common bits of the preprocessor
This doesn't really belong in both pokecrystal and pokered. It should be
shared between the two without copy/paste.
|
2013-08-28 22:41:01 -05:00 |
|