summaryrefslogtreecommitdiff
path: root/pokemontools/labels.py
AgeCommit message (Collapse)Author
2013-12-06labels: grab labels from a mapfile instead of an old json dumpyenatch
labels.json had to be deleted manually to be updated, and rgbasm is better at scanning labels anyway
2013-09-12move find_labels_without_addresses into labels.pyBryan Bishop
2013-09-12move "import crystal" in labels.py until neededBryan Bishop
Otherwise there's a circular import. This circular import is going away once crystal.py is fixed up.
2013-09-07fix logging import in labels.pyBryan Bishop
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-01use an explicit import in labels.pyBryan Bishop
2013-08-03make a basic python moduleBryan Bishop