summaryrefslogtreecommitdiff
path: root/pokemontools/audio.py
AgeCommit message (Expand)Author
2016-08-24Fix most Python 3 compat issues with futurize --stage1Eevee (Lexy Munroe)
2014-10-28audio: Expose header reads via separate functions.yenatch
2014-02-06audio: Import sound names outside of functionsyenatch
2014-02-06audio: Docstrings for functions that didn't have any.yenatch
2014-02-06audio: Don't use underscores in base labelsyenatch
2014-02-06audio: Add a comment to generate_crystal_sfx_pointers outputyenatch
2014-02-06audio: parse channel branches independently instead of running past the endyenatch
2014-02-06audio: Dump an unknown sound effectyenatch
2014-02-06audio: rework sfx dumps and fix incbin insertionyenatch
2014-02-06audio: Use generate_label_asm instead of manually creating label asmyenatch
2014-02-06audio: Include unreferenced cries in dump_crystal_cries outputyenatch
2014-02-06audio: Refactor output handling.yenatch
2014-02-06audio: Distinguish between sound and noise commandsyenatch
2014-02-05audio: Crystal sfx are in a separate clumpyenatch
2014-02-05audio: Clean up output and fix sfx handlingyenatch
2013-12-28audio: use labels.line_has_label and clean up crystal importsyenatch
2013-12-28audio: note duration from 0-15 to 1-16 to match pokeredyenatch
2013-12-28audio: fix Noise and size handling for nybble paramsyenatch
2013-12-27don't use children functions in sort_asmsyenatch
2013-12-25audio: more readable asm list sortingyenatch
2013-12-08audio: sort output by contentyenatch
2013-11-17fix configuration import in audio.pyBryan Bishop
2013-11-17fix syntax error in audio.pyBryan Bishop
2013-11-13audio: pass in a channel id to sound commandsyenatch
2013-11-13audio: noise commandyenatch
2013-11-08audio: less ambiguous tuple unpackingyenatch
2013-11-08audio: sfx and cries are contiguousyenatch
2013-11-07oops forgot the criesyenatch
2013-11-07sound parsing actually works nowyenatch
2013-11-05audio.py: cleaner key deletionyenatch
2013-11-05audio.py: pointer table generationyenatch
2013-10-31crystal: sound data dumperyenatch