index
:
pokemon-reverse-engineering-tools
master
path-finding
py3-continued
vba-automation
reverse engineering tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pokemontools
/
audio.py
Age
Commit message (
Expand
)
Author
2016-08-24
Fix most Python 3 compat issues with futurize --stage1
Eevee (Lexy Munroe)
2014-10-28
audio: Expose header reads via separate functions.
yenatch
2014-02-06
audio: Import sound names outside of functions
yenatch
2014-02-06
audio: Docstrings for functions that didn't have any.
yenatch
2014-02-06
audio: Don't use underscores in base labels
yenatch
2014-02-06
audio: Add a comment to generate_crystal_sfx_pointers output
yenatch
2014-02-06
audio: parse channel branches independently instead of running past the end
yenatch
2014-02-06
audio: Dump an unknown sound effect
yenatch
2014-02-06
audio: rework sfx dumps and fix incbin insertion
yenatch
2014-02-06
audio: Use generate_label_asm instead of manually creating label asm
yenatch
2014-02-06
audio: Include unreferenced cries in dump_crystal_cries output
yenatch
2014-02-06
audio: Refactor output handling.
yenatch
2014-02-06
audio: Distinguish between sound and noise commands
yenatch
2014-02-05
audio: Crystal sfx are in a separate clump
yenatch
2014-02-05
audio: Clean up output and fix sfx handling
yenatch
2013-12-28
audio: use labels.line_has_label and clean up crystal imports
yenatch
2013-12-28
audio: note duration from 0-15 to 1-16 to match pokered
yenatch
2013-12-28
audio: fix Noise and size handling for nybble params
yenatch
2013-12-27
don't use children functions in sort_asms
yenatch
2013-12-25
audio: more readable asm list sorting
yenatch
2013-12-08
audio: sort output by content
yenatch
2013-11-17
fix configuration import in audio.py
Bryan Bishop
2013-11-17
fix syntax error in audio.py
Bryan Bishop
2013-11-13
audio: pass in a channel id to sound commands
yenatch
2013-11-13
audio: noise command
yenatch
2013-11-08
audio: less ambiguous tuple unpacking
yenatch
2013-11-08
audio: sfx and cries are contiguous
yenatch
2013-11-07
oops forgot the cries
yenatch
2013-11-07
sound parsing actually works now
yenatch
2013-11-05
audio.py: cleaner key deletion
yenatch
2013-11-05
audio.py: pointer table generation
yenatch
2013-10-31
crystal: sound data dumper
yenatch