summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-08cry_names: zfill(2)yenatch
2013-11-08audio: less ambiguous tuple unpackingyenatch
2013-11-08audio: sfx and cries are contiguousyenatch
songs for the most part are independent sfx/cry headers are grouped together and most sound data is shared
2013-11-07oops forgot the criesyenatch
2013-11-07fix spacing for pokered music command classesyenatch
2013-11-07add some extra music command classesyenatch
2013-11-07crystal: use rom.interval instead of rom_intervalyenatch
rom_interval got broken when globals got nuked it's probably a bad idea to keep the function around but it's supposed to work eventually
2013-11-07preprocessor: from_asm method and is_rgbasm_macro in command classesyenatch
enjoy this half-assed implementation
2013-11-07sound parsing actually works nowyenatch
+ sorted out output semantics + cross-song label references + incbins
2013-11-07dont use ambiguous characters in sfx_namesyenatch
2013-11-05Merge branch 'master' of github.com:kanzure/pokemon-reverse-engineering-toolsyenatch
2013-11-05audio.py: cleaner key deletionyenatch
2013-11-05audio.py: pointer table generationyenatch
2013-11-01Merge pull request #44 from dannye/masterBryan Bishop
Red Music Tools
2013-11-01Update red music toolsU-Fish-PC\Daniel
2013-10-31crystal: sound data dumperyenatch
todo: samples, drumkits
2013-10-31crystal: sfx and song namesyenatch
2013-10-31spruce up music command classes plus BigEndianParamyenatch
2013-10-22Update redmusicdisasm and redsfxdisasmU-Fish-PC\Daniel
2013-10-13Add pokered music toolsU-Fish-PC\Daniel
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