Age | Commit message (Collapse) | Author |
|
|
|
|
|
Proposed merge of kanzure/master into yenatch/master
|
|
split out a bunch of bank 0 from main.asm
|
|
|
|
finally give labels to interrupts
|
|
toss the useless "bittable" convention for event and engine flags
|
|
boxmons and related structs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not sure why I am doing this.
|
|
|
|
Fail fast when the baserom.gbc file doesn't exist.
|
|
|
|
|
|
|
|
|
|
using negative ds
|
|
Only pokecrystal-specific preprocessor stuff lives in preprocessor.py
now. The other stuff lives in pokemontools.
|
|
Two more unused imports from preprocessor
|
|
|
|
Remove some globals from preprocessor.
|
|
Macros are now passed around as lists and dicts.
|
|
This removes TextEndingCommand from the preprocessor. Instead, there is
a generic concept of a skippable type of macro like "db".
This adds SkippableMacro to the preprocessor.
|
|
Ideally the macro classes will be removed from the preprocessor core
soon, there's no reason they should be infecting these functions.
|
|
|
|
It didn't belong in there. All of the references were removed.
|