Index: /veekun/trunk/script/create_downloads.pl
===================================================================
--- /veekun/trunk/script/create_downloads.pl (revision 250)
+++ /veekun/trunk/script/create_downloads.pl (revision 367)
@@ -104,4 +104,5 @@
 tarball berries => 'root/dex-images/items/big', '*-berry.png';
 
+tarball cries => 'root/files/cries', '*.mp3';
 
 # functions ahoy
@@ -147,5 +148,10 @@
 sub tarball {
     my ($outfile, $path, @files) = @_;
-    my $outpath = File::Spec->rel2abs("$basepath/root/files/sprites/$outfile.tgz");
+    my $subfolder = 'sprites';
+    if ($outfile eq 'cries') {
+        # Hack
+        $subfolder = 'cries';
+    }
+    my $outpath = File::Spec->rel2abs("$basepath/root/files/$subfolder/$outfile.tgz");
 
     if (-e $outpath) {
Index: /veekun/trunk/static/dex/resources.tt
===================================================================
--- /veekun/trunk/static/dex/resources.tt (revision 316)
+++ /veekun/trunk/static/dex/resources.tt (revision 367)
@@ -57,4 +57,10 @@
 </ul>
 
+<h1>Miscellaneous</h1>
+<ul>
+  <li><a href="/files/cries/cries.tgz">Pok&eacute;mon cries</a></li>
+  <li><a href="http://trac.veekun.com/browser/veekun/trunk/script/create_downloads.pl">Script to create all these files</a></li>
+</ul>
+
 <h1>Pok&eacute;dex Database</h1>
 <p>Eventually I will have a page listing all tables/columns and what they are for, as well as a gzipped dump of my database.</p>
