aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-10-24 14:50:59 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-10-24 19:43:39 -0700
commit38537b052b24e58fc7ef8823487d7e520f7e4c09 (patch)
tree6ee7ff01279416cf6c7a61c2fff7d5054c5fd591 /.gitignore
parentdata/facing.asm, titlescreen functions, oam/sprite related functions, other m... (diff)
downloadpokeyellow-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--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 87145a25..faf283c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/