| | 173 | our %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 | |