summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2018-06-12Don't use the extras submodulexCrystal
Most tools from pokemon-reverse-engineering-tools are meant for pokecrystal or pokered. Having only the subset of required tools without depending on a submodule makes it easier to submit custom changes exclusive poketcg and its structure. For example, the disasm tool can be made to use poketcg rom/sym files by default, read vram and hram as symbols, and can be modified in the future to for example guess text labels in applicable load instructions or to dump poketcg-specific scripts. gfx.py was also added, but without the not required pokecrystal lz (de)compression support
2018-02-09Bump extras to use updated version of gbz80disasm.pyxCrystal
tcgdisasm.py has not been updated to read symbols from the symfile yet
2016-02-26Use pret for (dis)assemblingdannye
2015-09-07Use gfx.py instead of rgbgfxdannye
maintain this gfx.py branch until rgbgfx becomes an integral part of rgbds
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019
2015-02-25Remove gfx.pyU-Daniel-PC\Daniel
2014-07-26Add disassembly python toolsU-Daniel-PC\Daniel
https://github.com/kanzure/pokemon-reverse-engineering-tools
2014-06-18Convert png to 1bpp/2bpp before assemblingU-Fish-PC\Daniel