Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pokemontools v1.4.1-dev-f3fb1f24
|
|
|
|
Bump pokemontools to v1.4.1
|
|
|
|
pokemontools v1.4.1-dev-f3fb1f24
|
|
Note that gbz8disasm doesn't work at the moment.
|
|
Some uncommented code.
|
|
|
|
|
|
|
|
this was a mistake in the original pksv spec and tauwasser's notes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nothing here is actually commented out
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
consolidate labels across objects into globals.asm
|
|
|
|
|
|
we want to link more than one object!
|
|
this is required for objects to share labels
|
|
|
|
any global constants will have to be separate from any one object
there might be a better way to fix this, like pulling constants in preprocessor.py
|
|
|
|
makefile: support multiple rgbasm objects
|