summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-13Add pokered music commandsU-Fish-PC\Daniel
2013-09-30Merge pull request #42 from yenatch/script-commandsBryan Bishop
rename some event script commands
2013-10-01use 'wait' for events instead of move effectsyenatch
2013-09-30event script command 0xaa doesnt existyenatch
2013-09-30fix up the last few event scirpt commandsyenatch
2013-09-26if_greater_than and if_less_than commands were swappedyenatch
2013-09-26Merge pull request #41 from kanzure/fix-crystal-configBryan Bishop
Fix crystal.py configuration
2013-09-26fix configuration typoBryan Bishop
2013-09-26fix crystal.py configurationBryan Bishop
Ugh, it's still a global?
2013-09-26Merge branch 'yenatch/map-editor' into masterBryan Bishop
Conflicts: pokemontools/crystal.py Fixes #40.
2013-09-26crystal.py: no more relative pathsyenatch
2013-09-26map_editor: create any pngs that don't exist yetyenatch
2013-09-26map_editor: skip any nonexistent tiles in map renderingyenatch
2013-09-26map_editor: more flexible macro handlingyenatch
makes less assumptions about the structure of a header
2013-09-26Revert "tabs to spaces (pep8)"Bryan Bishop
This reverts commit 9bea14db798eedcb262d17562a37b1f337fb67eb. Conflicts: pokemontools/map_editor.py
2013-09-25Merge pull request #38 from kanzure/importable-map-editorBryan Bishop
Importable map editor
2013-09-26refactor a global constant to be set in __init__Bryan Bishop
2013-09-26put the tk loop into __main__Bryan Bishop
2013-09-26minor formatting fixBryan Bishop
2013-09-26tabs to spaces (pep8)Bryan Bishop
2013-09-26use config instead of configurationyenatch
this was kind of overzealous
2013-09-24rename bit1/bit2 script commands to event/flagyenatch
2013-09-24script commands wildon and wildoff got mixed upyenatch
this was a mistake in the original pksv spec and tauwasser's notes
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-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