Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-27 | Merge branch 'master' into py3-continued | Bryan Bishop | |
Conflicts: pokemontools/crystal.py | |||
2016-08-27 | fix many failing tests | Bryan Bishop | |
2016-08-24 | Fix most Python 3 compat issues with futurize --stage1 | Eevee (Lexy Munroe) | |
2015-10-19 | Read labels from symfile, not mapfile. | Marcus Huderle | |
2014-02-06 | labels: exported labels are labels too | yenatch | |
2013-12-06 | labels: grab labels from a mapfile instead of an old json dump | yenatch | |
labels.json had to be deleted manually to be updated, and rgbasm is better at scanning labels anyway | |||
2013-09-12 | move find_labels_without_addresses into labels.py | Bryan Bishop | |
2013-09-12 | move "import crystal" in labels.py until needed | Bryan Bishop | |
Otherwise there's a circular import. This circular import is going away once crystal.py is fixed up. | |||
2013-09-07 | fix logging import in labels.py | Bryan Bishop | |
2013-09-02 | make gbz80disasm use configuration | Bryan Bishop | |
gbz80disasm now uses configuration to determine which files to load before disassembling a chunk of bytes. | |||
2013-09-01 | use an explicit import in labels.py | Bryan Bishop | |
2013-08-03 | make a basic python module | Bryan Bishop | |