Changeset 362

Show
Ignore:
Timestamp:
11/03/07 18:51:04 (2 years ago)
Author:
eevee
Message:

Added blurbs for the extra move types, but I don't know how to be more explicit about these or where to put them, so...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Dex.pm

    r311 r362  
    171171); 
    172172 
     173our %OtherMoveSources = ( 
     174    pokecenter      => 'Given away on a premade a Pokemon as a New York Pokemon Center promotion', 
     175    pikalightball   => 'Appears as an egg move if one of the parents is holding a Light Ball', 
     176    box             => 'Comes on an egg given in Pokemon Box RS after storing some number of Pokemon from a single game', 
     177    event           => 'On a special Pokemon given away at a one-time Nintendo event', 
     178    stadium1        => 'Obtained via Pokemon Stadium', 
     179    stadium2        => 'Obtained via Pokemon Stadium 2', 
     180    xd              => 'Obtained via Pokemon XD', 
     181    crystal         => 'Obtained via Pokemon Crystal', 
     182); 
     183 
    173184# types 
    174185