summaryrefslogtreecommitdiff
path: root/pokemontools/labels.py
AgeCommit message (Collapse)Author
2016-08-27Merge branch 'master' into py3-continuedBryan Bishop
Conflicts: pokemontools/crystal.py
2016-08-27fix many failing testsBryan Bishop
2016-08-24Fix most Python 3 compat issues with futurize --stage1Eevee (Lexy Munroe)
2015-10-19Read labels from symfile, not mapfile.Marcus Huderle
2014-02-06labels: exported labels are labels tooyenatch
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