root/veekun/trunk/static/dex/resources.tt @ 367

Revision 367, 3.9 KB (checked in by eevee, 2 years ago)

Added a cries tarball to the resources page. (#164)

Line 
1[% META
2    page_title = 'Pokémon Resources'
3    extra_css = 'dex'
4%]
5
6<p>You may use anything on this page in any way you like.  The sprites are not mine in any way; Nintendo created them, not me.  If you want to credit me for collecting or ripping them, that's cool; if not, that's cool too, since you can find these all over the Internet anyway.  Enjoy.</p>
7<h1>Sprite Tarballs</h1>
8<p>These are compressed with the standard <a href="http://www.gnu.org/software/tar/">tar</a> and <a href="http://www.gzip.org/">gzip</a> formats.  Any modern zip program should be able to open them, but if yours cannot then <a href="http://www.7-zip.org/">7-zip</a> definitely can.</p>
9<p>Each set of Pok&eacute;mon sprites should include absolutely every Pok&eacute;mon image I have from that generation.</p>
10<ul>
11  <li><a href="/files/sprites/rby.tgz">RBY Pok&eacute;mon sprites</a></li>
12  <li><a href="/files/sprites/gsc.tgz">GSC Pok&eacute;mon sprites</a></li>
13  <li><a href="/files/sprites/rse.tgz">RSE Pok&eacute;mon sprites</a></li>
14  <li><a href="/files/sprites/dp.tgz">DP Pok&eacute;mon sprites</a></li>
15  <li><a href="/files/sprites/items.tgz">Items</a></li>
16  <li><a href="/files/sprites/berries.tgz">Big berries</a></li>
17  <li><a href="/files/sprites/pawprints.tgz">Pawprints</a></li>
18</ul>
19
20<h1>Sprite Montages</h1>
21<p>These PNGs were generated by <a href="http://www.imagemagick.org/script/montage.php"><code>montage</code></a> and compressed with <a href="http://pmt.sourceforge.net/pngcrush/"><code>pngcrush</code></a>.</p>
22<p>Even Rocky had a montage.</p>
23<h2>Pok&eacute;mon</h2>
24<ul>
25  <li><a href="/files/sprites/montage-green.png">Japanese Blue (Green)</a></li>
26  <li><a href="/files/sprites/montage-redblue.png">Red/Blue</a></li>
27  <li><a href="/files/sprites/montage-yellow.png">Yellow</a></li>
28  <li><a href="/files/sprites/montage-rby-back.png">RBY back</a></li>
29</ul>
30<hr/>
31<ul>
32  <li><a href="/files/sprites/montage-gold.png">Gold</a></li>
33  <li><a href="/files/sprites/montage-silver.png">Silver</a></li>
34  <li><a href="/files/sprites/montage-gold-shiny.png">Gold, shiny</a></li>
35  <li><a href="/files/sprites/montage-silver-shiny.png">Silver, shiny</a></li>
36  <li><a href="/files/sprites/montage-gsc-back.png">GSC back</a></li>
37</ul>
38<hr/>
39<ul>
40  <li><a href="/files/sprites/montage-frlg.png">Fire Red/Leaf Green</a> (only RBY Pok&eacute;mon had new sprites)</li>
41  <li><a href="/files/sprites/montage-rusa.png">Ruby/Sapphire</a></li>
42  <li><a href="/files/sprites/montage-rusa-shiny.png">Ruby/Sapphire, shiny</a></li>
43  <li><a href="/files/sprites/montage-rusa-back.png">Ruby/Sapphire/etc back</a></li>
44</ul>
45<hr/>
46<ul>
47  <li><a href="/files/sprites/montage-dp.png">Diamond/Pearl</a>, male/genderless forms, using female to fill in gaps</li>
48  <li><a href="/files/sprites/montage-dp-frame2.png">Diamond/Pearl second frame</a>, same as above</li>
49  <li><a href="/files/sprites/montage-dp-female.png">Diamond/Pearl females</a>, only when different from the male form</li>
50  <li><a href="/files/sprites/montage-dp-shiny.png">Diamond/Pearl, shiny</a></li>
51  <li><a href="/files/sprites/montage-dp-back.png">Diamond/Pearl back</a></li>
52</ul>
53<h2>Other</h2>
54<ul>
55  <li><a href="/files/sprites/montage-berries.png">DP large berry sprites</a> (labeled)</li>
56  <li><a href="/files/sprites/montage-items.png">DP items</a></li>
57</ul>
58
59<h1>Miscellaneous</h1>
60<ul>
61  <li><a href="/files/cries/cries.tgz">Pok&eacute;mon cries</a></li>
62  <li><a href="http://trac.veekun.com/browser/veekun/trunk/script/create_downloads.pl">Script to create all these files</a></li>
63</ul>
64
65<h1>Pok&eacute;dex Database</h1>
66<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>
67<p>Until then, though, you can always get the latest copy from my code repository at
68    <a href="http://trac.veekun.com/browser/veekun/trunk/script/pokedex.sql">http://trac.veekun.com/browser/veekun/trunk/script/pokedex.sql</a>.</p>
69
Note: See TracBrowser for help on using the browser.