summaryrefslogtreecommitdiff
path: root/pokemontools/gbz80disasm.py
AgeCommit message (Collapse)Author
2013-09-11be okay with blank labels in gbz80disasmBryan Bishop
For whatever reason, this makes gbz80disasm work with pokered.
2013-09-02make gbz80disasm use configurationBryan Bishop
gbz80disasm now uses configuration to determine which files to load before disassembling a chunk of bytes.
2013-09-02make wram.py use config for pathsBryan Bishop
The WRAMProcessor class handles reading all constants and labels, which are then used in gbz80disasm.
2013-09-01minor gbz80disasm formattingBryan Bishop
2013-08-03make a basic python moduleBryan Bishop