The Ultimate Pokemon Center - Pokemon Info/Data

Please enjoy the UPC, your source for Pokemon info. http://upokecenter.com/ or http://upokecenter.dreamhosters.com/ leads to this site.

You may also use the site map to find an area of interest.

Latest Articles and Updates

  • Rule Components - Peter O. - Sun, May 13, 2012 (14:49:34 -0400)
    Expanded the Battle Rules with a list of “rule components” used in Pokemon rules, such as the so-called “item clause” and “sleep clause”. Mix and match different rules to create your own rules for Pokemon battles. Here’s a sample ruleset: All Pokemon with Pokedex numbers 152 through 248 are allowed. Six Pokemon enter the tournament. [...]
  • Random Matchups and the Global Battle Union - Peter O. - Thu, May 03, 2012 (16:02:35 -0400)
    A new page on Random Matchups was added. http://www.upokecenter.com/games/bw/gbu.php
  • Comparative Item List Added, for All Generations - Peter O. - Sun, Apr 29, 2012 (20:04:19 -0400)
    I’ve added a new page that consolidates all the descriptions for battle-relevant items in generations 2 through 5. Here you can conveniently compare how each item works in different Pokemon versions. http://www.upokecenter.com/data/items.php Please let me know if information about Pokemon items is incorrect or incomplete.
  • How are ratings calculated in GBU Random Matchups? - Peter O. - Sat, Apr 28, 2012 (10:10:17 -0400)
    Pokémon Black Version and White Version include a feature called Random Matchups, where players can battle others from anywhere in the world via Wi-Fi. In Rating Mode, each player has a rating, which starts at 1500 and goes up or down depending on which opponents the player played against and the outcome of each battle. [...]
  • Ornery vs. Gemein - Peter O. - Thu, Apr 26, 2012 (15:37:33 -0400)
    Just a realization. ordinary (common) evolved to “ornery” (mean-spirited) But German gemein (common) remains gemein (mean, mean-spirited) Is this a coincidence?
  • Battle Arcade mechanics page added - Peter O. - Sun, Apr 22, 2012 (15:51:38 -0400)
    Added a page on the game mechanics used in the Battle Arcade (part of generation 4′s Battle Frontier) at: http://upokecenter.com/games/dp/guides/battlearcade.php
  • The URL Scheme of the UPC Pokédex - Peter O. - Sat, Mar 24, 2012 (12:29:55 -0400)
    The Pokédex ( http://upokecenter.com/dex/ ) accepts the following URL parameters: lang, the language of the Pokédex’s page. Valid values are en, fr, es, de, it, and ja. version, the version of Pokemon associated with the information, such as white, red, firered, and diamond. view, which is optional and can be one of the following: search, [...]
  • Chatter filtering function - Peter O. - Mon, Feb 20, 2012 (01:37:40 -0500)
    For more information on how the Pokemon move Chatter causes confusion, see these links from my site: Gen. 4: Here Gen. 5: Here
  • Ruby: Generating random numbers with different probabilities - Peter O. - Sun, Feb 19, 2012 (20:27:43 -0500)
    The following code, LoadedDie, allows you to generate random numbers where the chance of each value occuring is different. class LoadedDie # Initializes a new loaded die. Probs # is an array of numbers indicating the relative # probability of each choice relative to all the # others. For example, if probs is [3,4,2], then [...]
  • .NET: PBKDF2-SHA256 - Peter O. - Mon, Feb 13, 2012 (02:30:15 -0500)
    As a followup to the Secure Password Storage article, here is a .NET implementation of PBKDF2 using SHA256 (Rfc2898DerivedBytes uses PBKDF2-SHA1, where the underlying hash algorithm unfortunately is not configurable. It’s in the public domain. using System; using System.Security.Cryptography; namespace PeterO { public class PBKDF2Sha256 { byte[] password; byte[] salt; public PBKDF2Sha256(byte[] password, byte[] salt){ [...]

Contents