Commit Graph

  • 05c396ddd9 remove an unused import from integration tests Bryan Bishop 2013-09-12 01:15:01 -05:00
  • fff6a7154c don't override the object type/variable Bryan Bishop 2013-09-12 01:09:34 -05:00
  • 510bb1c3d9 try to fix old_text_script.py with an import Bryan Bishop 2013-09-12 01:07:18 -05:00
  • 06dc9462fe split OldTextScript out of crystal.py Bryan Bishop 2013-09-12 01:05:10 -05:00
  • 1389ed7b02 remove a global from how_many_until Bryan Bishop 2013-09-12 01:00:05 -05:00
  • 5a4955e9c7 move is_valid_address into addresses.py Bryan Bishop 2013-09-12 00:56:45 -05:00
  • 01779ed10d move load_asm2 next to load_asm Bryan Bishop 2013-09-12 00:51:48 -05:00
  • d1343b58b4 remove global from load_asm2 Bryan Bishop 2013-09-12 00:50:17 -05:00
  • c80af2798e allow (some) json files in the repo Bryan Bishop 2013-09-12 00:46:21 -05:00
  • 2059ea6f95 move "import crystal" in labels.py until needed Bryan Bishop 2013-09-12 00:44:14 -05:00
  • 7cb38df60b move AsmLine into crystalparts/asmline.py Bryan Bishop 2013-09-12 00:43:24 -05:00
  • a4849db265 rename config.py -> configuration.py Bryan Bishop 2013-09-12 00:34:43 -05:00
  • 0ce2555a19 Merge pull request #27 from yenatch/master Bryan Bishop 2013-09-11 17:38:53 -07:00
  • 7bf5fcab90 spit GLOBAL defs for labels into globals.asm instead of inline yenatch 2013-09-11 03:00:00 -04:00
  • 4e0f27d789 Merge pull request #25 from kanzure/fix-gbz80disasm-for-pokered Bryan Bishop 2013-09-11 12:26:14 -07:00
  • 622534ca73 Merge pull request #26 from kanzure/fix-pokered-paths Bryan Bishop 2013-09-11 12:25:47 -07:00
  • f220d59d4a be okay with blank labels in gbz80disasm Bryan Bishop 2013-09-11 14:23:11 -05:00
  • ef77506d94 also import os Bryan Bishop 2013-09-11 10:57:05 -05:00
  • 435180a2cd fix rom path in another redtool Bryan Bishop 2013-09-11 10:56:31 -05:00
  • e74f9833a1 update pokered_dir.py to use cwd for path Bryan Bishop 2013-09-11 10:53:49 -05:00
  • 50341bae50 Merge pull request #21 from kanzure/vba-automation Bryan Bishop 2013-09-10 21:18:30 -07:00
  • 42c7b03483 Merge branch 'master' into vba-automation Bryan Bishop 2013-09-10 23:16:55 -05:00
  • cb65c31968 Merge pull request #22 from kanzure/ignore-build Bryan Bishop 2013-09-09 00:26:18 -07:00
  • 052fde28ca remove the old vba filenames from MANIFEST.in Bryan Bishop 2013-09-09 02:18:01 -05:00
  • 98defaf9f2 remove the Recording junk Bryan Bishop 2013-09-09 02:10:01 -05:00
  • f0dece5d53 add build/ to .gitignore Bryan Bishop 2013-09-09 02:08:17 -05:00
  • 1caffffa38 vba_autoplayer.py -> autoplayer.py Bryan Bishop 2013-09-09 02:06:30 -05:00
  • 54057bc762 strip out jython garbage from vba.py Bryan Bishop 2013-09-09 02:04:47 -05:00
  • 709850fff5 fix keyboard.data path in keyboard.py Bryan Bishop 2013-09-09 02:02:45 -05:00
  • cdf1b82fad keyboard needs os Bryan Bishop 2013-09-09 01:59:58 -05:00
  • e88a4767e9 some config defaults taken from vba stuff Bryan Bishop 2013-09-09 00:27:26 -05:00
  • fa966f7a3f remove some TODOs Bryan Bishop 2013-09-09 00:21:54 -05:00
  • 55af0392e1 remove vba_config and just use pokemontools.config Bryan Bishop 2013-09-09 00:20:37 -05:00
  • fab1b4ce20 encoding -> coding in python headers Bryan Bishop 2013-09-09 00:18:27 -05:00
  • 8b307f116a remove jython shebangs Bryan Bishop 2013-09-09 00:17:40 -05:00
  • 5d41f8a91d move vba_keyboard.py -> keyboard.py Bryan Bishop 2013-09-09 00:12:34 -05:00
  • 815266f03f fix path in vba_keyboard.py Bryan Bishop 2013-09-09 00:11:54 -05:00
  • e593f680c2 encoding -> coding in header Bryan Bishop 2013-09-08 23:05:19 -05:00
  • c6ee12ed1d split keyboard graph data from the python file Bryan Bishop 2013-09-08 23:03:44 -05:00
  • 0eb5468d22 fix some imports in pokemontools/vba/vba.py Bryan Bishop 2013-09-08 22:55:25 -05:00
  • 37b9c79b4c fix some imports in test_vba.py Bryan Bishop 2013-09-08 22:54:39 -05:00
  • bde8f7670a vba_tests.py -> test_vba.py Bryan Bishop 2013-09-08 22:53:16 -05:00
  • 72cdd7ba64 move vba/ -> pokemontools/vba/ Bryan Bishop 2013-09-08 22:52:50 -05:00
  • 5ce5342833 require vba_wrapper from pypi Bryan Bishop 2013-09-08 22:49:39 -05:00
  • baf8c7f046 Merge branch 'master' into vba-automation Bryan Bishop 2013-09-08 22:48:29 -05:00
  • 87ab004d70 Merge pull request #19 from kanzure/vba-automation Bryan Bishop 2013-09-08 17:11:17 -07:00
  • 138637d8f3 move vba tools into vba/ Bryan Bishop 2013-09-08 11:06:13 -05:00
  • 15c04c9885 crude tests for the vba automation software Bryan Bishop 2013-09-08 02:01:47 -05:00
  • 11f86368a4 Merge branch 'master' into vba-automation Bryan Bishop 2013-09-08 02:01:37 -05:00
  • c5983b0ddc Merge pull request #20 from kanzure/fix-labels Bryan Bishop 2013-09-07 21:48:53 -07:00
  • a6fc205a16 fix logging import in labels.py Bryan Bishop 2013-09-07 23:46:34 -05:00
  • c83291b0d0 redo the vba autoplayer Bryan Bishop 2013-09-07 23:39:26 -05:00
  • eb669fb19a remove some experimental methods Bryan Bishop 2013-09-07 23:38:29 -05:00
  • 92a4be1776 better vba automation methods Bryan Bishop 2013-09-07 23:37:05 -05:00
  • 63bd0e4d6f fix grammar in redtools/README.md Bryan Bishop 2013-09-05 11:07:34 -05:00
  • d7d4718580 Merge pull request #17 from kanzure/readme-redtools Bryan Bishop 2013-09-05 09:05:17 -07:00
  • 8d8d708c32 basic README for redtools/ Bryan Bishop 2013-09-05 11:03:32 -05:00
  • ee05e2fe1d Merge pull request #10 from kanzure/config Bryan Bishop 2013-09-04 20:38:11 -07:00
  • c2712bb90f Merge pull request #11 from kanzure/include-vba-files Bryan Bishop 2013-09-04 20:37:47 -07:00
  • 129b93b3d2 keep vba python files in released versions Bryan Bishop 2013-09-04 18:29:12 -05:00
  • 37441a35b1 make gbz80disasm use configuration Bryan Bishop 2013-09-02 13:25:49 -05:00
  • 5b02c020f4 make wram.py use config for paths Bryan Bishop 2013-09-02 12:24:39 -05:00
  • 2cf0cfa34d class Preprocessor instead of just functions Bryan Bishop 2013-09-02 02:17:44 -05:00
  • 6f9ed6a829 basic config support Bryan Bishop 2013-09-02 00:50:57 -05:00
  • 672d527f9e Merge pull request #9 from kanzure/fix-get_labels_between Bryan Bishop 2013-09-02 10:30:57 -07:00
  • 580f006a80 fix "labels" confusion in get_labels_between Bryan Bishop 2013-09-02 12:27:58 -05:00
  • 49a51a093c Merge pull request #8 from kanzure/september-cleanup Bryan Bishop 2013-09-01 20:20:30 -07:00
  • 021ecb1124 make_wram_labels doesn't need globals now Bryan Bishop 2013-09-01 22:08:35 -05:00
  • 20ac842b6a Merge branch 'master' into september-cleanup Bryan Bishop 2013-09-01 22:08:20 -05:00
  • 2e6d805aea Merge pull request #7 from kanzure/september-cleanup Bryan Bishop 2013-09-01 19:34:50 -07:00
  • 52d4978974 move the map_names import to the top Bryan Bishop 2013-09-01 16:42:05 -05:00
  • 43c912b4ee remove a useless comment from pokered gbz80disasm Bryan Bishop 2013-09-01 16:38:28 -05:00
  • 2a951be35c better ordering of imports in crystal.py Bryan Bishop 2013-09-01 16:34:17 -05:00
  • acf23488e8 better docstrings in helpers.py Bryan Bishop 2013-09-01 16:31:55 -05:00
  • 5385ccd6d7 Merge branch 'master' into september-cleanup Bryan Bishop 2013-09-01 16:30:16 -05:00
  • 7aa016fb52 Merge pull request #4 from kanzure/fix-analyze-incbins Bryan Bishop 2013-09-01 14:25:34 -07:00
  • 673555a75e apply pokered changes from 'fix-analyze-incbins' Bryan Bishop 2013-09-01 16:22:46 -05:00
  • 018f7cb540 fix tab in red gbz80disasm Bryan Bishop 2013-09-01 16:13:06 -05:00
  • 24c5bdfd83 minor gbz80disasm formatting Bryan Bishop 2013-09-01 16:10:26 -05:00
  • a8f9bf671b fix syntax on import gbz80disasm Bryan Bishop 2013-09-01 16:08:26 -05:00
  • 875913eefa make mkdir_p raise a specific exception Bryan Bishop 2013-09-01 16:05:32 -05:00
  • 5507494a35 move mkdir_p out of gfx.py and into helpers.py Bryan Bishop 2013-09-01 16:04:50 -05:00
  • abd5264a9d import syntax in gfx.py Bryan Bishop 2013-09-01 16:03:40 -05:00
  • 7b98e21889 docstring for MenuDataPointerParam Bryan Bishop 2013-09-01 16:01:45 -05:00
  • a104ed3679 log message for parse_script_asm_at Bryan Bishop 2013-09-01 15:59:59 -05:00
  • f666fcb67d move flatten and flattener into helpers Bryan Bishop 2013-09-01 15:57:02 -05:00
  • a1d9fd778d fix typo in TrainerGroupTable assert message Bryan Bishop 2013-09-01 15:49:14 -05:00
  • 5febb07654 use TextScriptException again Bryan Bishop 2013-09-01 15:46:43 -05:00
  • e188fa3eb4 make up TextScriptException to replace two asserts Bryan Bishop 2013-09-01 15:45:04 -05:00
  • ccc1d82d95 use a custom AddressException instead of asserts Bryan Bishop 2013-09-01 15:40:22 -05:00
  • 74a9f14502 move index and grouper into helpers.py Bryan Bishop 2013-09-01 15:33:52 -05:00
  • adb89bb985 improve spacing in Incbin and AsmSection Bryan Bishop 2013-09-01 15:21:05 -05:00
  • 676f12f573 fix spacing in get_pokemon_constant_by_id Bryan Bishop 2013-09-01 15:16:48 -05:00
  • 58e8718616 fix import item_constants syntax Bryan Bishop 2013-09-01 15:15:57 -05:00
  • 48f6b8a8fa fix import wram syntax Bryan Bishop 2013-09-01 15:14:23 -05:00
  • e8eaeefda8 fix import pokemon_constants syntax Bryan Bishop 2013-09-01 15:13:24 -05:00
  • cc93281530 fix import old_parse_scripts Bryan Bishop 2013-09-01 15:11:55 -05:00
  • 0b67d453f6 fix "from trainers import .." syntax Bryan Bishop 2013-09-01 15:08:58 -05:00
  • f62d266e1a don't need re Bryan Bishop 2013-09-01 15:02:59 -05:00
  • ffe1388707 import interval_map syntax Bryan Bishop 2013-09-01 15:00:53 -05:00