Age | Commit message (Collapse) | Author |
|
Make tests mostly work
|
|
|
|
Variable typo
|
|
|
|
Heavily refactor gbz80disasm.py (todo: unittests)
|
|
|
|
|
|
gbz80disasm now reads baserom.sym (optional) and gbhw.asm (optional).
|
|
PNG files were opened as text files, thus the signature 0x0D 0x0A bytes were swallowed depending on OS.
Signed-off-by: Tauwasser <tauwasser@gmail.com>
|
|
|
|
|
|
https://github.com/pret/pokemon-reverse-engineering-tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix condense_tiles_to_map.
|
|
|
|
|
|
conversion.
|
|
|
|
Read labels from symfile, not mapfile.
|
|
|
|
|
|
Make gfx.py more extensible.
|
|
|
|
|
|
|
|
Fix event flags, and read them only if necessary.
|
|
Event flags are enumerated using macros defined outside of event_flags.asm, so parse the macros too.
|
|
|
|
Fixes aec2e7ff.
|
|
Fix a modulo by 0 on a default argument to condense_tiles_to_map.
|
|
remove yaml
undoes parts of 0182bcaf8f92e66396c17969b0753f2175603ccd
|
|
|
|
Refactor the LZ tools and fix BSSReader's eval shenanigans.
|
|
|
|
Conflicts:
pokemontools/gfx.py
|
|
|
|
This is a little closer to the target compressor than before.
|
|
|
|
|
|
Fix parsing arguments, fixes `make pngs` for pokecrystal
|
|
|
|
|