diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2015-10-24 14:50:59 -0700 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2015-10-24 19:43:39 -0700 |
| commit | 38537b052b24e58fc7ef8823487d7e520f7e4c09 (patch) | |
| tree | 6ee7ff01279416cf6c7a61c2fff7d5054c5fd591 /.gitignore | |
| parent | data/facing.asm, titlescreen functions, oam/sprite related functions, other m... (diff) | |
| download | pokeyellow-38537b052b24e58fc7ef8823487d7e520f7e4c09.tar.gz pokeyellow-38537b052b24e58fc7ef8823487d7e520f7e4c09.tar.xz pokeyellow-38537b052b24e58fc7ef8823487d7e520f7e4c09.zip | |
Convert pikachu cries to .wav files, and process .wav files into .pcm files at compile-time.
Update pret
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -19,6 +19,9 @@ *.1bpp *.pic +# converted audio data +*.pcm + # swap files for vim .*.swp @@ -53,4 +56,4 @@ replace.sh .lvimrc # extras is a submodule, don't include -extras/
\ No newline at end of file +extras/ |
