summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-08fix some imports in test_vba.pyBryan Bishop
2013-09-08vba_tests.py -> test_vba.pyBryan Bishop
2013-09-08move vba/ -> pokemontools/vba/Bryan Bishop
2013-09-08require vba_wrapper from pypiBryan Bishop
2013-09-08Merge branch 'master' into vba-automationBryan Bishop
2013-09-08Merge pull request #19 from kanzure/vba-automationBryan Bishop
2013-09-08move vba tools into vba/Bryan Bishop
2013-09-08crude tests for the vba automation softwareBryan Bishop
2013-09-08Merge branch 'master' into vba-automationBryan Bishop
2013-09-07Merge pull request #20 from kanzure/fix-labelsBryan Bishop
2013-09-07fix logging import in labels.pyBryan Bishop
2013-09-07redo the vba autoplayerBryan Bishop
2013-09-07remove some experimental methodsBryan Bishop
2013-09-07better vba automation methodsBryan Bishop
2013-09-05fix grammar in redtools/README.mdBryan Bishop
2013-09-05Merge pull request #17 from kanzure/readme-redtoolsBryan Bishop
2013-09-05basic README for redtools/Bryan Bishop
2013-09-04Merge pull request #10 from kanzure/configBryan Bishop
2013-09-04Merge pull request #11 from kanzure/include-vba-filesBryan Bishop
2013-09-04keep vba python files in released versionsBryan Bishop
2013-09-02make gbz80disasm use configurationBryan Bishop
2013-09-02make wram.py use config for pathsBryan Bishop
2013-09-02class Preprocessor instead of just functionsBryan Bishop
2013-09-02basic config supportBryan Bishop
2013-09-02Merge pull request #9 from kanzure/fix-get_labels_betweenBryan Bishop
2013-09-02fix "labels" confusion in get_labels_betweenBryan Bishop
2013-09-01Merge pull request #8 from kanzure/september-cleanupBryan Bishop
2013-09-01make_wram_labels doesn't need globals nowBryan Bishop
2013-09-01Merge branch 'master' into september-cleanupBryan Bishop
2013-09-01Merge pull request #7 from kanzure/september-cleanupBryan Bishop
2013-09-01move the map_names import to the topBryan Bishop
2013-09-01remove a useless comment from pokered gbz80disasmBryan Bishop
2013-09-01better ordering of imports in crystal.pyBryan Bishop
2013-09-01better docstrings in helpers.pyBryan Bishop
2013-09-01Merge branch 'master' into september-cleanupBryan Bishop
2013-09-01Merge pull request #4 from kanzure/fix-analyze-incbinsBryan Bishop
2013-09-01apply pokered changes from 'fix-analyze-incbins'Bryan Bishop
2013-09-01fix tab in red gbz80disasmBryan Bishop
2013-09-01minor gbz80disasm formattingBryan Bishop
2013-09-01fix syntax on import gbz80disasmBryan Bishop
2013-09-01make mkdir_p raise a specific exceptionBryan Bishop
2013-09-01move mkdir_p out of gfx.py and into helpers.pyBryan Bishop
2013-09-01import syntax in gfx.pyBryan Bishop
2013-09-01docstring for MenuDataPointerParamBryan Bishop
2013-09-01log message for parse_script_asm_atBryan Bishop
2013-09-01move flatten and flattener into helpersBryan Bishop
2013-09-01fix typo in TrainerGroupTable assert messageBryan Bishop
2013-09-01use TextScriptException againBryan Bishop
2013-09-01make up TextScriptException to replace two assertsBryan Bishop
2013-09-01use a custom AddressException instead of assertsBryan Bishop