summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-21make the vba autoplayer use the new methodsBryan Bishop
2013-09-21move tests into test_vba.pyBryan Bishop
They didn't belong in pokemontools/vba/vba.py in the first place.
2013-09-21combine some vba testsBryan Bishop
2013-09-21fix a vba.py test (test_PlaceString)Bryan Bishop
2013-09-21Merge branch 'master' into vba-automationBryan Bishop
2013-09-21version bump to: v1.4.1v1.4.1Bryan Bishop
The previous version was uploaded with .swp files and a large libvba.so that was in my working directory. I regret everything.
2013-09-21also exclude .*.swp filesBryan Bishop
2013-09-21version bump to: v1.4.0v1.4.0Bryan Bishop
2013-09-21Merge pull request #35 from kanzure/include-everythingBryan Bishop
Include all pokemontools/ files in installs
2013-09-21include all pokemontools/ files in installsBryan Bishop
2013-09-21switch vba.crystal to have instance methodsBryan Bishop
2013-09-21remove get_memory_rangeBryan Bishop
2013-09-21move call into vba.crystalBryan Bishop
2013-09-21move get_stack into vba.crystalBryan Bishop
2013-09-21pass vba and registers into get_stackBryan Bishop
2013-09-21pass vba and registers into call()Bryan Bishop
2013-09-21pass vba into get_memory_rangeBryan Bishop
2013-09-21fix some memory manipulation to use vba_wrapperBryan Bishop
2013-09-21placeholder for get_memory_rangeBryan Bishop
But really, the old calls to get_memory_range should just be replaced with code that uses vba.memory[:] directly.
2013-09-21get_memory_at -> vba.read_memory_atBryan Bishop
2013-09-21set_memory_at -> vba.write_memory_atBryan Bishop
The set_memory_at function was moved into vba_wrapper. There's no reason for that one to be defined in pokemontools.
2013-09-21replace one more step() with vba.step()Bryan Bishop
2013-09-21use vba.step() instead of step()Bryan Bishop
2013-09-21remove the custom press() implementationBryan Bishop
This is now handled in vba_wrapper.
2013-09-21fix up some import linesBryan Bishop
2013-09-21Merge branch 'master' into vba-automationBryan Bishop
2013-09-21Merge pull request #31 from yenatch/map-editorBryan Bishop
Another map editor.
2013-09-16Merge pull request #33 from kanzure/dont-always-use-globalsBryan Bishop
Use try/except on globals.asm for preprocessing
2013-09-16use try/except on globals.asm for preprocessingBryan Bishop
2013-09-16Merge pull request #32 from kanzure/fix-an-importBryan Bishop
Fix how pointers are imported
2013-09-16fix how pointers are importedBryan Bishop
2013-09-15map_editor: red: read tileset gfx filenames from sourceyenatch
2013-09-14barely-working map editoryenatch
works with both pokecrystal and pokered version is crystal by default
2013-09-12Merge pull request #30 from kanzure/cleanup-againBryan Bishop
More cleanup of crystal.py
2013-09-12Merge pull request #29 from kanzure/fix-json-gitignoreBryan Bishop
Allow (some) json files in the repo
2013-09-12Merge pull request #28 from kanzure/config-cleanupBryan Bishop
Rename config.py -> configuration.py
2013-09-12deglobalize map_internal_idsBryan Bishop
Also, don't set global rom in the load_rom related methods. This will nip everything for a while, but roms should be passed around as references instead of globals.
2013-09-12pass around all_movements (not a global)Bryan Bishop
2013-09-12run_main -> mainBryan Bishop
2013-09-12pretty_print_trainer_id_constants to trainers.pyBryan Bishop
2013-09-12one preprocessor macro needs trainer_group_maximumBryan Bishop
2013-09-12knock out some trainer group globalsBryan Bishop
2013-09-12convert all_map_headers from a globalBryan Bishop
2013-09-12don't use the old header parsing methodBryan Bishop
2013-09-12remove globals from some map group parsersBryan Bishop
2013-09-12move old parsers from 'crystal' into crystalparts/Bryan Bishop
2013-09-12move find_labels_without_addresses into labels.pyBryan Bishop
2013-09-12remove an unused import from integration testsBryan Bishop
2013-09-12don't override the object type/variableBryan Bishop
2013-09-12try to fix old_text_script.py with an importBryan Bishop
There are a few more missing imports to get this to work. On the other hand, it may not be valuable enough to bother fixing.