Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Drastically improves execution time.
|
|
sound takes a word for frequency, and noise takes a byte
|
|
|
|
|
|
|
|
|
|
preprocessor: rgbasm "EQUS" takes string literals
|
|
|
|
|
|
saves to newmap.asm by default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also fix tileset graphics handling
|
|
|
|
Conflicts:
pokemontools/wram.py
|
|
simpler to edit by hand than bin dumps
|
|
|
|
|
|
wram: fix section address allocation
|
|
who wrote this?
|
|
Use a mapfile instead of labels.json; object dependency handling
|
|
|
|
|
|
|
|
labels.json had to be deleted manually to be updated, and rgbasm is better at scanning labels anyway
|
|
fixes 0fd121a8
|
|
|
|
|
|
|
|
to match the new from_asm handling
|
|
|
|
|
|
|
|
now pretty much everything uses from_asm
|
|
- storetext only takes one param
- the logic for PointerLabel*Bank was actually in preprocessor.py. theyve also been changed to take a single label
|
|
|