Changeset 465 for veekun/trunk/lib/Vee/Dex.pm
- Timestamp:
- 03/22/09 21:48:18 (12 months ago)
- Files:
-
- 1 modified
-
veekun/trunk/lib/Vee/Dex.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/lib/Vee/Dex.pm
r406 r465 32 32 fr => 'Fire Red', lg => 'Leaf Green', frlg => 'Fire Red/Leaf Green', 33 33 rsfl => 'Ruby/Sapphire/Fire/Leaf', rsefl => 'Ruby/Sapphire/Emerald/Fire/Leaf', 34 d => 'Diamond', p => 'Pearl', dp => 'Diamond/Pearl' );34 d => 'Diamond', p => 'Pearl', dp => 'Diamond/Pearl', pt => 'Platinum', dppt => 'Diamond/Pearl/Platinum' ); 35 35 for my $k (keys %Icons) { $Icons{$k} = qq'<img src="/dex-images/balls/$k.png" class="pokeball" alt="$Icons{$k}" title="$Icons{$k}"/>' } 36 36 … … 39 39 { games => 'Gold/Silver/Crystal', short => 'new', abbr => 'gsc', maxid => 251, maxmoveid => 251, region => 'Johto', }, 40 40 { games => 'Ruby/Sapphire/Emerald/Fire/Leaf', short => 'rusa', abbr => 'rse', maxid => 386, maxmoveid => 354, region => 'Hoenn', locpercents => [qw/20 20 10 10 10 10 5 5 4 4 1 1/], }, 41 { games => 'Diamond/Pearl ', short => 'dp', abbr => 'dp',maxid => 493, maxmoveid => 467, region => 'Sinnoh', locpercents => [qw/20 20 10 10 10 10 5 5 4 4 1 1/], locsurfpercents => [qw/60 30 5 4 1/], },41 { games => 'Diamond/Pearl/Platinum', short => 'dppt', abbr => 'dppt',maxid => 493, maxmoveid => 467, region => 'Sinnoh', locpercents => [qw/20 20 10 10 10 10 5 5 4 4 1 1/], locsurfpercents => [qw/60 30 5 4 1/], }, 42 42 ); 43 43
