Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this stuff looks like it's related to phone call timing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i guess someone liked their filesizes nice and even?
|
|
|
|
|
|
|
|
|
|
wram labels were using TileSet for some reason
|
|
|
|
these had some really dumb names
|
|
|
|
|
|
|
|
|
|
Preprocessor performance improvements.
This recliams 0.4 seconds.
|
|
Move macro sanity check into a separate function.
|
|
|
|
|
|
Jump out of read_line early if the line is an empty string or a newline.
|
|
Other output shouldn't be dumped into items/item_attributes.tx by
default.
|
|
Also, don't call make_macro_table 2000 times by only calling it once and
passing the result.
|
|
This moves out from macro_translator the macro/param length sanity check
into a function called check_macro_sanity.
|
|
Function to make the preprocessor "macros" list.
|
|
|
|
Use PreprocessorException instead of AssertionError in preprocessor
|
|
|
|
Remove the "macros" global and instead use a function to construct a
list of macros.
|
|
Remove globals from preprocessor.
|
|
|
|
|
|
AssertionError -> PreprocessorException
|