All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Enums.PokemonIdOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: POGOProtos/Enums/PokemonId.proto

package POGOProtos.Enums;

public final class PokemonIdOuterClass {
  private PokemonIdOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  /**
   * Protobuf enum {@code POGOProtos.Enums.PokemonId}
   */
  public enum PokemonId
      implements com.google.protobuf.ProtocolMessageEnum {
    /**
     * MISSINGNO = 0;
     */
    MISSINGNO(0),
    /**
     * BULBASAUR = 1;
     */
    BULBASAUR(1),
    /**
     * IVYSAUR = 2;
     */
    IVYSAUR(2),
    /**
     * VENUSAUR = 3;
     */
    VENUSAUR(3),
    /**
     * CHARMANDER = 4;
     */
    CHARMANDER(4),
    /**
     * CHARMELEON = 5;
     */
    CHARMELEON(5),
    /**
     * CHARIZARD = 6;
     */
    CHARIZARD(6),
    /**
     * SQUIRTLE = 7;
     */
    SQUIRTLE(7),
    /**
     * WARTORTLE = 8;
     */
    WARTORTLE(8),
    /**
     * BLASTOISE = 9;
     */
    BLASTOISE(9),
    /**
     * CATERPIE = 10;
     */
    CATERPIE(10),
    /**
     * METAPOD = 11;
     */
    METAPOD(11),
    /**
     * BUTTERFREE = 12;
     */
    BUTTERFREE(12),
    /**
     * WEEDLE = 13;
     */
    WEEDLE(13),
    /**
     * KAKUNA = 14;
     */
    KAKUNA(14),
    /**
     * BEEDRILL = 15;
     */
    BEEDRILL(15),
    /**
     * PIDGEY = 16;
     */
    PIDGEY(16),
    /**
     * PIDGEOTTO = 17;
     */
    PIDGEOTTO(17),
    /**
     * PIDGEOT = 18;
     */
    PIDGEOT(18),
    /**
     * RATTATA = 19;
     */
    RATTATA(19),
    /**
     * RATICATE = 20;
     */
    RATICATE(20),
    /**
     * SPEAROW = 21;
     */
    SPEAROW(21),
    /**
     * FEAROW = 22;
     */
    FEAROW(22),
    /**
     * EKANS = 23;
     */
    EKANS(23),
    /**
     * ARBOK = 24;
     */
    ARBOK(24),
    /**
     * PIKACHU = 25;
     */
    PIKACHU(25),
    /**
     * RAICHU = 26;
     */
    RAICHU(26),
    /**
     * SANDSHREW = 27;
     */
    SANDSHREW(27),
    /**
     * SANDSLASH = 28;
     */
    SANDSLASH(28),
    /**
     * NIDORAN_FEMALE = 29;
     */
    NIDORAN_FEMALE(29),
    /**
     * NIDORINA = 30;
     */
    NIDORINA(30),
    /**
     * NIDOQUEEN = 31;
     */
    NIDOQUEEN(31),
    /**
     * NIDORAN_MALE = 32;
     */
    NIDORAN_MALE(32),
    /**
     * NIDORINO = 33;
     */
    NIDORINO(33),
    /**
     * NIDOKING = 34;
     */
    NIDOKING(34),
    /**
     * CLEFAIRY = 35;
     */
    CLEFAIRY(35),
    /**
     * CLEFABLE = 36;
     */
    CLEFABLE(36),
    /**
     * VULPIX = 37;
     */
    VULPIX(37),
    /**
     * NINETALES = 38;
     */
    NINETALES(38),
    /**
     * JIGGLYPUFF = 39;
     */
    JIGGLYPUFF(39),
    /**
     * WIGGLYTUFF = 40;
     */
    WIGGLYTUFF(40),
    /**
     * ZUBAT = 41;
     */
    ZUBAT(41),
    /**
     * GOLBAT = 42;
     */
    GOLBAT(42),
    /**
     * ODDISH = 43;
     */
    ODDISH(43),
    /**
     * GLOOM = 44;
     */
    GLOOM(44),
    /**
     * VILEPLUME = 45;
     */
    VILEPLUME(45),
    /**
     * PARAS = 46;
     */
    PARAS(46),
    /**
     * PARASECT = 47;
     */
    PARASECT(47),
    /**
     * VENONAT = 48;
     */
    VENONAT(48),
    /**
     * VENOMOTH = 49;
     */
    VENOMOTH(49),
    /**
     * DIGLETT = 50;
     */
    DIGLETT(50),
    /**
     * DUGTRIO = 51;
     */
    DUGTRIO(51),
    /**
     * MEOWTH = 52;
     */
    MEOWTH(52),
    /**
     * PERSIAN = 53;
     */
    PERSIAN(53),
    /**
     * PSYDUCK = 54;
     */
    PSYDUCK(54),
    /**
     * GOLDUCK = 55;
     */
    GOLDUCK(55),
    /**
     * MANKEY = 56;
     */
    MANKEY(56),
    /**
     * PRIMEAPE = 57;
     */
    PRIMEAPE(57),
    /**
     * GROWLITHE = 58;
     */
    GROWLITHE(58),
    /**
     * ARCANINE = 59;
     */
    ARCANINE(59),
    /**
     * POLIWAG = 60;
     */
    POLIWAG(60),
    /**
     * POLIWHIRL = 61;
     */
    POLIWHIRL(61),
    /**
     * POLIWRATH = 62;
     */
    POLIWRATH(62),
    /**
     * ABRA = 63;
     */
    ABRA(63),
    /**
     * KADABRA = 64;
     */
    KADABRA(64),
    /**
     * ALAKAZAM = 65;
     */
    ALAKAZAM(65),
    /**
     * MACHOP = 66;
     */
    MACHOP(66),
    /**
     * MACHOKE = 67;
     */
    MACHOKE(67),
    /**
     * MACHAMP = 68;
     */
    MACHAMP(68),
    /**
     * BELLSPROUT = 69;
     */
    BELLSPROUT(69),
    /**
     * WEEPINBELL = 70;
     */
    WEEPINBELL(70),
    /**
     * VICTREEBEL = 71;
     */
    VICTREEBEL(71),
    /**
     * TENTACOOL = 72;
     */
    TENTACOOL(72),
    /**
     * TENTACRUEL = 73;
     */
    TENTACRUEL(73),
    /**
     * GEODUDE = 74;
     */
    GEODUDE(74),
    /**
     * GRAVELER = 75;
     */
    GRAVELER(75),
    /**
     * GOLEM = 76;
     */
    GOLEM(76),
    /**
     * PONYTA = 77;
     */
    PONYTA(77),
    /**
     * RAPIDASH = 78;
     */
    RAPIDASH(78),
    /**
     * SLOWPOKE = 79;
     */
    SLOWPOKE(79),
    /**
     * SLOWBRO = 80;
     */
    SLOWBRO(80),
    /**
     * MAGNEMITE = 81;
     */
    MAGNEMITE(81),
    /**
     * MAGNETON = 82;
     */
    MAGNETON(82),
    /**
     * FARFETCHD = 83;
     */
    FARFETCHD(83),
    /**
     * DODUO = 84;
     */
    DODUO(84),
    /**
     * DODRIO = 85;
     */
    DODRIO(85),
    /**
     * SEEL = 86;
     */
    SEEL(86),
    /**
     * DEWGONG = 87;
     */
    DEWGONG(87),
    /**
     * GRIMER = 88;
     */
    GRIMER(88),
    /**
     * MUK = 89;
     */
    MUK(89),
    /**
     * SHELLDER = 90;
     */
    SHELLDER(90),
    /**
     * CLOYSTER = 91;
     */
    CLOYSTER(91),
    /**
     * GASTLY = 92;
     */
    GASTLY(92),
    /**
     * HAUNTER = 93;
     */
    HAUNTER(93),
    /**
     * GENGAR = 94;
     */
    GENGAR(94),
    /**
     * ONIX = 95;
     */
    ONIX(95),
    /**
     * DROWZEE = 96;
     */
    DROWZEE(96),
    /**
     * HYPNO = 97;
     */
    HYPNO(97),
    /**
     * KRABBY = 98;
     */
    KRABBY(98),
    /**
     * KINGLER = 99;
     */
    KINGLER(99),
    /**
     * VOLTORB = 100;
     */
    VOLTORB(100),
    /**
     * ELECTRODE = 101;
     */
    ELECTRODE(101),
    /**
     * EXEGGCUTE = 102;
     */
    EXEGGCUTE(102),
    /**
     * EXEGGUTOR = 103;
     */
    EXEGGUTOR(103),
    /**
     * CUBONE = 104;
     */
    CUBONE(104),
    /**
     * MAROWAK = 105;
     */
    MAROWAK(105),
    /**
     * HITMONLEE = 106;
     */
    HITMONLEE(106),
    /**
     * HITMONCHAN = 107;
     */
    HITMONCHAN(107),
    /**
     * LICKITUNG = 108;
     */
    LICKITUNG(108),
    /**
     * KOFFING = 109;
     */
    KOFFING(109),
    /**
     * WEEZING = 110;
     */
    WEEZING(110),
    /**
     * RHYHORN = 111;
     */
    RHYHORN(111),
    /**
     * RHYDON = 112;
     */
    RHYDON(112),
    /**
     * CHANSEY = 113;
     */
    CHANSEY(113),
    /**
     * TANGELA = 114;
     */
    TANGELA(114),
    /**
     * KANGASKHAN = 115;
     */
    KANGASKHAN(115),
    /**
     * HORSEA = 116;
     */
    HORSEA(116),
    /**
     * SEADRA = 117;
     */
    SEADRA(117),
    /**
     * GOLDEEN = 118;
     */
    GOLDEEN(118),
    /**
     * SEAKING = 119;
     */
    SEAKING(119),
    /**
     * STARYU = 120;
     */
    STARYU(120),
    /**
     * STARMIE = 121;
     */
    STARMIE(121),
    /**
     * MR_MIME = 122;
     */
    MR_MIME(122),
    /**
     * SCYTHER = 123;
     */
    SCYTHER(123),
    /**
     * JYNX = 124;
     */
    JYNX(124),
    /**
     * ELECTABUZZ = 125;
     */
    ELECTABUZZ(125),
    /**
     * MAGMAR = 126;
     */
    MAGMAR(126),
    /**
     * PINSIR = 127;
     */
    PINSIR(127),
    /**
     * TAUROS = 128;
     */
    TAUROS(128),
    /**
     * MAGIKARP = 129;
     */
    MAGIKARP(129),
    /**
     * GYARADOS = 130;
     */
    GYARADOS(130),
    /**
     * LAPRAS = 131;
     */
    LAPRAS(131),
    /**
     * DITTO = 132;
     */
    DITTO(132),
    /**
     * EEVEE = 133;
     */
    EEVEE(133),
    /**
     * VAPOREON = 134;
     */
    VAPOREON(134),
    /**
     * JOLTEON = 135;
     */
    JOLTEON(135),
    /**
     * FLAREON = 136;
     */
    FLAREON(136),
    /**
     * PORYGON = 137;
     */
    PORYGON(137),
    /**
     * OMANYTE = 138;
     */
    OMANYTE(138),
    /**
     * OMASTAR = 139;
     */
    OMASTAR(139),
    /**
     * KABUTO = 140;
     */
    KABUTO(140),
    /**
     * KABUTOPS = 141;
     */
    KABUTOPS(141),
    /**
     * AERODACTYL = 142;
     */
    AERODACTYL(142),
    /**
     * SNORLAX = 143;
     */
    SNORLAX(143),
    /**
     * ARTICUNO = 144;
     */
    ARTICUNO(144),
    /**
     * ZAPDOS = 145;
     */
    ZAPDOS(145),
    /**
     * MOLTRES = 146;
     */
    MOLTRES(146),
    /**
     * DRATINI = 147;
     */
    DRATINI(147),
    /**
     * DRAGONAIR = 148;
     */
    DRAGONAIR(148),
    /**
     * DRAGONITE = 149;
     */
    DRAGONITE(149),
    /**
     * MEWTWO = 150;
     */
    MEWTWO(150),
    /**
     * MEW = 151;
     */
    MEW(151),
    /**
     * CHIKORITA = 152;
     */
    CHIKORITA(152),
    /**
     * BAYLEEF = 153;
     */
    BAYLEEF(153),
    /**
     * MEGANIUM = 154;
     */
    MEGANIUM(154),
    /**
     * CYNDAQUIL = 155;
     */
    CYNDAQUIL(155),
    /**
     * QUILAVA = 156;
     */
    QUILAVA(156),
    /**
     * TYPHLOSION = 157;
     */
    TYPHLOSION(157),
    /**
     * TOTODILE = 158;
     */
    TOTODILE(158),
    /**
     * CROCONAW = 159;
     */
    CROCONAW(159),
    /**
     * FERALIGATR = 160;
     */
    FERALIGATR(160),
    /**
     * SENTRET = 161;
     */
    SENTRET(161),
    /**
     * FURRET = 162;
     */
    FURRET(162),
    /**
     * HOOTHOOT = 163;
     */
    HOOTHOOT(163),
    /**
     * NOCTOWL = 164;
     */
    NOCTOWL(164),
    /**
     * LEDYBA = 165;
     */
    LEDYBA(165),
    /**
     * LEDIAN = 166;
     */
    LEDIAN(166),
    /**
     * SPINARAK = 167;
     */
    SPINARAK(167),
    /**
     * ARIADOS = 168;
     */
    ARIADOS(168),
    /**
     * CROBAT = 169;
     */
    CROBAT(169),
    /**
     * CHINCHOU = 170;
     */
    CHINCHOU(170),
    /**
     * LANTURN = 171;
     */
    LANTURN(171),
    /**
     * PICHU = 172;
     */
    PICHU(172),
    /**
     * CLEFFA = 173;
     */
    CLEFFA(173),
    /**
     * IGGLYBUFF = 174;
     */
    IGGLYBUFF(174),
    /**
     * TOGEPI = 175;
     */
    TOGEPI(175),
    /**
     * TOGETIC = 176;
     */
    TOGETIC(176),
    /**
     * NATU = 177;
     */
    NATU(177),
    /**
     * XATU = 178;
     */
    XATU(178),
    /**
     * MAREEP = 179;
     */
    MAREEP(179),
    /**
     * FLAAFFY = 180;
     */
    FLAAFFY(180),
    /**
     * AMPHAROS = 181;
     */
    AMPHAROS(181),
    /**
     * BELLOSSOM = 182;
     */
    BELLOSSOM(182),
    /**
     * MARILL = 183;
     */
    MARILL(183),
    /**
     * AZUMARILL = 184;
     */
    AZUMARILL(184),
    /**
     * SUDOWOODO = 185;
     */
    SUDOWOODO(185),
    /**
     * POLITOED = 186;
     */
    POLITOED(186),
    /**
     * HOPPIP = 187;
     */
    HOPPIP(187),
    /**
     * SKIPLOOM = 188;
     */
    SKIPLOOM(188),
    /**
     * JUMPLUFF = 189;
     */
    JUMPLUFF(189),
    /**
     * AIPOM = 190;
     */
    AIPOM(190),
    /**
     * SUNKERN = 191;
     */
    SUNKERN(191),
    /**
     * SUNFLORA = 192;
     */
    SUNFLORA(192),
    /**
     * YANMA = 193;
     */
    YANMA(193),
    /**
     * WOOPER = 194;
     */
    WOOPER(194),
    /**
     * QUAGSIRE = 195;
     */
    QUAGSIRE(195),
    /**
     * ESPEON = 196;
     */
    ESPEON(196),
    /**
     * UMBREON = 197;
     */
    UMBREON(197),
    /**
     * MURKROW = 198;
     */
    MURKROW(198),
    /**
     * SLOWKING = 199;
     */
    SLOWKING(199),
    /**
     * MISDREAVUS = 200;
     */
    MISDREAVUS(200),
    /**
     * UNOWN = 201;
     */
    UNOWN(201),
    /**
     * WOBBUFFET = 202;
     */
    WOBBUFFET(202),
    /**
     * GIRAFARIG = 203;
     */
    GIRAFARIG(203),
    /**
     * PINECO = 204;
     */
    PINECO(204),
    /**
     * FORRETRESS = 205;
     */
    FORRETRESS(205),
    /**
     * DUNSPARCE = 206;
     */
    DUNSPARCE(206),
    /**
     * GLIGAR = 207;
     */
    GLIGAR(207),
    /**
     * STEELIX = 208;
     */
    STEELIX(208),
    /**
     * SNUBBULL = 209;
     */
    SNUBBULL(209),
    /**
     * GRANBULL = 210;
     */
    GRANBULL(210),
    /**
     * QWILFISH = 211;
     */
    QWILFISH(211),
    /**
     * SCIZOR = 212;
     */
    SCIZOR(212),
    /**
     * SHUCKLE = 213;
     */
    SHUCKLE(213),
    /**
     * HERACROSS = 214;
     */
    HERACROSS(214),
    /**
     * SNEASEL = 215;
     */
    SNEASEL(215),
    /**
     * TEDDIURSA = 216;
     */
    TEDDIURSA(216),
    /**
     * URSARING = 217;
     */
    URSARING(217),
    /**
     * SLUGMA = 218;
     */
    SLUGMA(218),
    /**
     * MAGCARGO = 219;
     */
    MAGCARGO(219),
    /**
     * SWINUB = 220;
     */
    SWINUB(220),
    /**
     * PILOSWINE = 221;
     */
    PILOSWINE(221),
    /**
     * CORSOLA = 222;
     */
    CORSOLA(222),
    /**
     * REMORAID = 223;
     */
    REMORAID(223),
    /**
     * OCTILLERY = 224;
     */
    OCTILLERY(224),
    /**
     * DELIBIRD = 225;
     */
    DELIBIRD(225),
    /**
     * MANTINE = 226;
     */
    MANTINE(226),
    /**
     * SKARMORY = 227;
     */
    SKARMORY(227),
    /**
     * HOUNDOUR = 228;
     */
    HOUNDOUR(228),
    /**
     * HOUNDOOM = 229;
     */
    HOUNDOOM(229),
    /**
     * KINGDRA = 230;
     */
    KINGDRA(230),
    /**
     * PHANPY = 231;
     */
    PHANPY(231),
    /**
     * DONPHAN = 232;
     */
    DONPHAN(232),
    /**
     * PORYGON2 = 233;
     */
    PORYGON2(233),
    /**
     * STANTLER = 234;
     */
    STANTLER(234),
    /**
     * SMEARGLE = 235;
     */
    SMEARGLE(235),
    /**
     * TYROGUE = 236;
     */
    TYROGUE(236),
    /**
     * HITMONTOP = 237;
     */
    HITMONTOP(237),
    /**
     * SMOOCHUM = 238;
     */
    SMOOCHUM(238),
    /**
     * ELEKID = 239;
     */
    ELEKID(239),
    /**
     * MAGBY = 240;
     */
    MAGBY(240),
    /**
     * MILTANK = 241;
     */
    MILTANK(241),
    /**
     * BLISSEY = 242;
     */
    BLISSEY(242),
    /**
     * RAIKOU = 243;
     */
    RAIKOU(243),
    /**
     * ENTEI = 244;
     */
    ENTEI(244),
    /**
     * SUICUNE = 245;
     */
    SUICUNE(245),
    /**
     * LARVITAR = 246;
     */
    LARVITAR(246),
    /**
     * PUPITAR = 247;
     */
    PUPITAR(247),
    /**
     * TYRANITAR = 248;
     */
    TYRANITAR(248),
    /**
     * LUGIA = 249;
     */
    LUGIA(249),
    /**
     * HO_OH = 250;
     */
    HO_OH(250),
    /**
     * CELEBI = 251;
     */
    CELEBI(251),
    /**
     * TREECKO = 252;
     */
    TREECKO(252),
    /**
     * GROVYLE = 253;
     */
    GROVYLE(253),
    /**
     * SCEPTILE = 254;
     */
    SCEPTILE(254),
    /**
     * TORCHIC = 255;
     */
    TORCHIC(255),
    /**
     * COMBUSKEN = 256;
     */
    COMBUSKEN(256),
    /**
     * BLAZIKEN = 257;
     */
    BLAZIKEN(257),
    /**
     * MUDKIP = 258;
     */
    MUDKIP(258),
    /**
     * MARSHTOMP = 259;
     */
    MARSHTOMP(259),
    /**
     * SWAMPERT = 260;
     */
    SWAMPERT(260),
    /**
     * POOCHYENA = 261;
     */
    POOCHYENA(261),
    /**
     * MIGHTYENA = 262;
     */
    MIGHTYENA(262),
    /**
     * ZIGZAGOON = 263;
     */
    ZIGZAGOON(263),
    /**
     * LINOONE = 264;
     */
    LINOONE(264),
    /**
     * WURMPLE = 265;
     */
    WURMPLE(265),
    /**
     * SILCOON = 266;
     */
    SILCOON(266),
    /**
     * BEAUTIFLY = 267;
     */
    BEAUTIFLY(267),
    /**
     * CASCOON = 268;
     */
    CASCOON(268),
    /**
     * DUSTOX = 269;
     */
    DUSTOX(269),
    /**
     * LOTAD = 270;
     */
    LOTAD(270),
    /**
     * LOMBRE = 271;
     */
    LOMBRE(271),
    /**
     * LUDICOLO = 272;
     */
    LUDICOLO(272),
    /**
     * SEEDOT = 273;
     */
    SEEDOT(273),
    /**
     * NUZLEAF = 274;
     */
    NUZLEAF(274),
    /**
     * SHIFTRY = 275;
     */
    SHIFTRY(275),
    /**
     * TAILLOW = 276;
     */
    TAILLOW(276),
    /**
     * SWELLOW = 277;
     */
    SWELLOW(277),
    /**
     * WINGULL = 278;
     */
    WINGULL(278),
    /**
     * PELIPPER = 279;
     */
    PELIPPER(279),
    /**
     * RALTS = 280;
     */
    RALTS(280),
    /**
     * KIRLIA = 281;
     */
    KIRLIA(281),
    /**
     * GARDEVOIR = 282;
     */
    GARDEVOIR(282),
    /**
     * SURSKIT = 283;
     */
    SURSKIT(283),
    /**
     * MASQUERAIN = 284;
     */
    MASQUERAIN(284),
    /**
     * SHROOMISH = 285;
     */
    SHROOMISH(285),
    /**
     * BRELOOM = 286;
     */
    BRELOOM(286),
    /**
     * SLAKOTH = 287;
     */
    SLAKOTH(287),
    /**
     * VIGOROTH = 288;
     */
    VIGOROTH(288),
    /**
     * SLAKING = 289;
     */
    SLAKING(289),
    /**
     * NINCADA = 290;
     */
    NINCADA(290),
    /**
     * NINJASK = 291;
     */
    NINJASK(291),
    /**
     * SHEDINJA = 292;
     */
    SHEDINJA(292),
    /**
     * WHISMUR = 293;
     */
    WHISMUR(293),
    /**
     * LOUDRED = 294;
     */
    LOUDRED(294),
    /**
     * EXPLOUD = 295;
     */
    EXPLOUD(295),
    /**
     * MAKUHITA = 296;
     */
    MAKUHITA(296),
    /**
     * HARIYAMA = 297;
     */
    HARIYAMA(297),
    /**
     * AZURILL = 298;
     */
    AZURILL(298),
    /**
     * NOSEPASS = 299;
     */
    NOSEPASS(299),
    /**
     * SKITTY = 300;
     */
    SKITTY(300),
    /**
     * DELCATTY = 301;
     */
    DELCATTY(301),
    /**
     * SABLEYE = 302;
     */
    SABLEYE(302),
    /**
     * MAWILE = 303;
     */
    MAWILE(303),
    /**
     * ARON = 304;
     */
    ARON(304),
    /**
     * LAIRON = 305;
     */
    LAIRON(305),
    /**
     * AGGRON = 306;
     */
    AGGRON(306),
    /**
     * MEDITITE = 307;
     */
    MEDITITE(307),
    /**
     * MEDICHAM = 308;
     */
    MEDICHAM(308),
    /**
     * ELECTRIKE = 309;
     */
    ELECTRIKE(309),
    /**
     * MANECTRIC = 310;
     */
    MANECTRIC(310),
    /**
     * PLUSLE = 311;
     */
    PLUSLE(311),
    /**
     * MINUN = 312;
     */
    MINUN(312),
    /**
     * VOLBEAT = 313;
     */
    VOLBEAT(313),
    /**
     * ILLUMISE = 314;
     */
    ILLUMISE(314),
    /**
     * ROSELIA = 315;
     */
    ROSELIA(315),
    /**
     * GULPIN = 316;
     */
    GULPIN(316),
    /**
     * SWALOT = 317;
     */
    SWALOT(317),
    /**
     * CARVANHA = 318;
     */
    CARVANHA(318),
    /**
     * SHARPEDO = 319;
     */
    SHARPEDO(319),
    /**
     * WAILMER = 320;
     */
    WAILMER(320),
    /**
     * WAILORD = 321;
     */
    WAILORD(321),
    /**
     * NUMEL = 322;
     */
    NUMEL(322),
    /**
     * CAMERUPT = 323;
     */
    CAMERUPT(323),
    /**
     * TORKOAL = 324;
     */
    TORKOAL(324),
    /**
     * SPOINK = 325;
     */
    SPOINK(325),
    /**
     * GRUMPIG = 326;
     */
    GRUMPIG(326),
    /**
     * SPINDA = 327;
     */
    SPINDA(327),
    /**
     * TRAPINCH = 328;
     */
    TRAPINCH(328),
    /**
     * VIBRAVA = 329;
     */
    VIBRAVA(329),
    /**
     * FLYGON = 330;
     */
    FLYGON(330),
    /**
     * CACNEA = 331;
     */
    CACNEA(331),
    /**
     * CACTURNE = 332;
     */
    CACTURNE(332),
    /**
     * SWABLU = 333;
     */
    SWABLU(333),
    /**
     * ALTARIA = 334;
     */
    ALTARIA(334),
    /**
     * ZANGOOSE = 335;
     */
    ZANGOOSE(335),
    /**
     * SEVIPER = 336;
     */
    SEVIPER(336),
    /**
     * LUNATONE = 337;
     */
    LUNATONE(337),
    /**
     * SOLROCK = 338;
     */
    SOLROCK(338),
    /**
     * BARBOACH = 339;
     */
    BARBOACH(339),
    /**
     * WHISCASH = 340;
     */
    WHISCASH(340),
    /**
     * CORPHISH = 341;
     */
    CORPHISH(341),
    /**
     * CRAWDAUNT = 342;
     */
    CRAWDAUNT(342),
    /**
     * BALTOY = 343;
     */
    BALTOY(343),
    /**
     * CLAYDOL = 344;
     */
    CLAYDOL(344),
    /**
     * LILEEP = 345;
     */
    LILEEP(345),
    /**
     * CRADILY = 346;
     */
    CRADILY(346),
    /**
     * ANORITH = 347;
     */
    ANORITH(347),
    /**
     * ARMALDO = 348;
     */
    ARMALDO(348),
    /**
     * FEEBAS = 349;
     */
    FEEBAS(349),
    /**
     * MILOTIC = 350;
     */
    MILOTIC(350),
    /**
     * CASTFORM = 351;
     */
    CASTFORM(351),
    /**
     * KECLEON = 352;
     */
    KECLEON(352),
    /**
     * SHUPPET = 353;
     */
    SHUPPET(353),
    /**
     * BANETTE = 354;
     */
    BANETTE(354),
    /**
     * DUSKULL = 355;
     */
    DUSKULL(355),
    /**
     * DUSCLOPS = 356;
     */
    DUSCLOPS(356),
    /**
     * TROPIUS = 357;
     */
    TROPIUS(357),
    /**
     * CHIMECHO = 358;
     */
    CHIMECHO(358),
    /**
     * ABSOL = 359;
     */
    ABSOL(359),
    /**
     * WYNAUT = 360;
     */
    WYNAUT(360),
    /**
     * SNORUNT = 361;
     */
    SNORUNT(361),
    /**
     * GLALIE = 362;
     */
    GLALIE(362),
    /**
     * SPHEAL = 363;
     */
    SPHEAL(363),
    /**
     * SEALEO = 364;
     */
    SEALEO(364),
    /**
     * WALREIN = 365;
     */
    WALREIN(365),
    /**
     * CLAMPERL = 366;
     */
    CLAMPERL(366),
    /**
     * HUNTAIL = 367;
     */
    HUNTAIL(367),
    /**
     * GOREBYSS = 368;
     */
    GOREBYSS(368),
    /**
     * RELICANTH = 369;
     */
    RELICANTH(369),
    /**
     * LUVDISC = 370;
     */
    LUVDISC(370),
    /**
     * BAGON = 371;
     */
    BAGON(371),
    /**
     * SHELGON = 372;
     */
    SHELGON(372),
    /**
     * SALAMENCE = 373;
     */
    SALAMENCE(373),
    /**
     * BELDUM = 374;
     */
    BELDUM(374),
    /**
     * METANG = 375;
     */
    METANG(375),
    /**
     * METAGROSS = 376;
     */
    METAGROSS(376),
    /**
     * REGIROCK = 377;
     */
    REGIROCK(377),
    /**
     * REGICE = 378;
     */
    REGICE(378),
    /**
     * REGISTEEL = 379;
     */
    REGISTEEL(379),
    /**
     * LATIAS = 380;
     */
    LATIAS(380),
    /**
     * LATIOS = 381;
     */
    LATIOS(381),
    /**
     * KYOGRE = 382;
     */
    KYOGRE(382),
    /**
     * GROUDON = 383;
     */
    GROUDON(383),
    /**
     * RAYQUAZA = 384;
     */
    RAYQUAZA(384),
    /**
     * JIRACHI = 385;
     */
    JIRACHI(385),
    /**
     * DEOXYS = 386;
     */
    DEOXYS(386),
    /**
     * TURTWIG = 387;
     */
    TURTWIG(387),
    /**
     * GROTLE = 388;
     */
    GROTLE(388),
    /**
     * TORTERRA = 389;
     */
    TORTERRA(389),
    /**
     * CHIMCHAR = 390;
     */
    CHIMCHAR(390),
    /**
     * MONFERNO = 391;
     */
    MONFERNO(391),
    /**
     * INFERNAPE = 392;
     */
    INFERNAPE(392),
    /**
     * PIPLUP = 393;
     */
    PIPLUP(393),
    /**
     * PRINPLUP = 394;
     */
    PRINPLUP(394),
    /**
     * EMPOLEON = 395;
     */
    EMPOLEON(395),
    /**
     * STARLY = 396;
     */
    STARLY(396),
    /**
     * STARAVIA = 397;
     */
    STARAVIA(397),
    /**
     * STARAPTOR = 398;
     */
    STARAPTOR(398),
    /**
     * BIDOOF = 399;
     */
    BIDOOF(399),
    /**
     * BIBAREL = 400;
     */
    BIBAREL(400),
    /**
     * KRICKETOT = 401;
     */
    KRICKETOT(401),
    /**
     * KRICKETUNE = 402;
     */
    KRICKETUNE(402),
    /**
     * SHINX = 403;
     */
    SHINX(403),
    /**
     * LUXIO = 404;
     */
    LUXIO(404),
    /**
     * LUXRAY = 405;
     */
    LUXRAY(405),
    /**
     * BUDEW = 406;
     */
    BUDEW(406),
    /**
     * ROSERADE = 407;
     */
    ROSERADE(407),
    /**
     * CRANIDOS = 408;
     */
    CRANIDOS(408),
    /**
     * RAMPARDOS = 409;
     */
    RAMPARDOS(409),
    /**
     * SHIELDON = 410;
     */
    SHIELDON(410),
    /**
     * BASTIODON = 411;
     */
    BASTIODON(411),
    /**
     * BURMY = 412;
     */
    BURMY(412),
    /**
     * WORMADAM = 413;
     */
    WORMADAM(413),
    /**
     * MOTHIM = 414;
     */
    MOTHIM(414),
    /**
     * COMBEE = 415;
     */
    COMBEE(415),
    /**
     * VESPIQUEN = 416;
     */
    VESPIQUEN(416),
    /**
     * PACHIRISU = 417;
     */
    PACHIRISU(417),
    /**
     * BUIZEL = 418;
     */
    BUIZEL(418),
    /**
     * FLOATZEL = 419;
     */
    FLOATZEL(419),
    /**
     * CHERUBI = 420;
     */
    CHERUBI(420),
    /**
     * CHERRIM = 421;
     */
    CHERRIM(421),
    /**
     * SHELLOS = 422;
     */
    SHELLOS(422),
    /**
     * GASTRODON = 423;
     */
    GASTRODON(423),
    /**
     * AMBIPOM = 424;
     */
    AMBIPOM(424),
    /**
     * DRIFLOON = 425;
     */
    DRIFLOON(425),
    /**
     * DRIFBLIM = 426;
     */
    DRIFBLIM(426),
    /**
     * BUNEARY = 427;
     */
    BUNEARY(427),
    /**
     * LOPUNNY = 428;
     */
    LOPUNNY(428),
    /**
     * MISMAGIUS = 429;
     */
    MISMAGIUS(429),
    /**
     * HONCHKROW = 430;
     */
    HONCHKROW(430),
    /**
     * GLAMEOW = 431;
     */
    GLAMEOW(431),
    /**
     * PURUGLY = 432;
     */
    PURUGLY(432),
    /**
     * CHINGLING = 433;
     */
    CHINGLING(433),
    /**
     * STUNKY = 434;
     */
    STUNKY(434),
    /**
     * SKUNTANK = 435;
     */
    SKUNTANK(435),
    /**
     * BRONZOR = 436;
     */
    BRONZOR(436),
    /**
     * BRONZONG = 437;
     */
    BRONZONG(437),
    /**
     * BONSLY = 438;
     */
    BONSLY(438),
    /**
     * MIME_JR = 439;
     */
    MIME_JR(439),
    /**
     * HAPPINY = 440;
     */
    HAPPINY(440),
    /**
     * CHATOT = 441;
     */
    CHATOT(441),
    /**
     * SPIRITOMB = 442;
     */
    SPIRITOMB(442),
    /**
     * GIBLE = 443;
     */
    GIBLE(443),
    /**
     * GABITE = 444;
     */
    GABITE(444),
    /**
     * GARCHOMP = 445;
     */
    GARCHOMP(445),
    /**
     * MUNCHLAX = 446;
     */
    MUNCHLAX(446),
    /**
     * RIOLU = 447;
     */
    RIOLU(447),
    /**
     * LUCARIO = 448;
     */
    LUCARIO(448),
    /**
     * HIPPOPOTAS = 449;
     */
    HIPPOPOTAS(449),
    /**
     * HIPPOWDON = 450;
     */
    HIPPOWDON(450),
    /**
     * SKORUPI = 451;
     */
    SKORUPI(451),
    /**
     * DRAPION = 452;
     */
    DRAPION(452),
    /**
     * CROAGUNK = 453;
     */
    CROAGUNK(453),
    /**
     * TOXICROAK = 454;
     */
    TOXICROAK(454),
    /**
     * CARNIVINE = 455;
     */
    CARNIVINE(455),
    /**
     * FINNEON = 456;
     */
    FINNEON(456),
    /**
     * LUMINEON = 457;
     */
    LUMINEON(457),
    /**
     * MANTYKE = 458;
     */
    MANTYKE(458),
    /**
     * SNOVER = 459;
     */
    SNOVER(459),
    /**
     * ABOMASNOW = 460;
     */
    ABOMASNOW(460),
    /**
     * WEAVILE = 461;
     */
    WEAVILE(461),
    /**
     * MAGNEZONE = 462;
     */
    MAGNEZONE(462),
    /**
     * LICKILICKY = 463;
     */
    LICKILICKY(463),
    /**
     * RHYPERIOR = 464;
     */
    RHYPERIOR(464),
    /**
     * TANGROWTH = 465;
     */
    TANGROWTH(465),
    /**
     * ELECTIVIRE = 466;
     */
    ELECTIVIRE(466),
    /**
     * MAGMORTAR = 467;
     */
    MAGMORTAR(467),
    /**
     * TOGEKISS = 468;
     */
    TOGEKISS(468),
    /**
     * YANMEGA = 469;
     */
    YANMEGA(469),
    /**
     * LEAFEON = 470;
     */
    LEAFEON(470),
    /**
     * GLACEON = 471;
     */
    GLACEON(471),
    /**
     * GLISCOR = 472;
     */
    GLISCOR(472),
    /**
     * MAMOSWINE = 473;
     */
    MAMOSWINE(473),
    /**
     * PORYGON_Z = 474;
     */
    PORYGON_Z(474),
    /**
     * GALLADE = 475;
     */
    GALLADE(475),
    /**
     * PROBOPASS = 476;
     */
    PROBOPASS(476),
    /**
     * DUSKNOIR = 477;
     */
    DUSKNOIR(477),
    /**
     * FROSLASS = 478;
     */
    FROSLASS(478),
    /**
     * ROTOM = 479;
     */
    ROTOM(479),
    /**
     * UXIE = 480;
     */
    UXIE(480),
    /**
     * MESPRIT = 481;
     */
    MESPRIT(481),
    /**
     * AZELF = 482;
     */
    AZELF(482),
    /**
     * DIALGA = 483;
     */
    DIALGA(483),
    /**
     * PALKIA = 484;
     */
    PALKIA(484),
    /**
     * HEATRAN = 485;
     */
    HEATRAN(485),
    /**
     * REGIGIGAS = 486;
     */
    REGIGIGAS(486),
    /**
     * GIRATINA = 487;
     */
    GIRATINA(487),
    /**
     * CRESSELIA = 488;
     */
    CRESSELIA(488),
    /**
     * PHIONE = 489;
     */
    PHIONE(489),
    /**
     * MANAPHY = 490;
     */
    MANAPHY(490),
    /**
     * DARKRAI = 491;
     */
    DARKRAI(491),
    /**
     * SHAYMIN = 492;
     */
    SHAYMIN(492),
    /**
     * ARCEUS = 493;
     */
    ARCEUS(493),
    /**
     * MELTAN = 808;
     */
    MELTAN(808),
    /**
     * MELMETAL = 809;
     */
    MELMETAL(809),
    UNRECOGNIZED(-1),
    ;

    /**
     * MISSINGNO = 0;
     */
    public static final int MISSINGNO_VALUE = 0;
    /**
     * BULBASAUR = 1;
     */
    public static final int BULBASAUR_VALUE = 1;
    /**
     * IVYSAUR = 2;
     */
    public static final int IVYSAUR_VALUE = 2;
    /**
     * VENUSAUR = 3;
     */
    public static final int VENUSAUR_VALUE = 3;
    /**
     * CHARMANDER = 4;
     */
    public static final int CHARMANDER_VALUE = 4;
    /**
     * CHARMELEON = 5;
     */
    public static final int CHARMELEON_VALUE = 5;
    /**
     * CHARIZARD = 6;
     */
    public static final int CHARIZARD_VALUE = 6;
    /**
     * SQUIRTLE = 7;
     */
    public static final int SQUIRTLE_VALUE = 7;
    /**
     * WARTORTLE = 8;
     */
    public static final int WARTORTLE_VALUE = 8;
    /**
     * BLASTOISE = 9;
     */
    public static final int BLASTOISE_VALUE = 9;
    /**
     * CATERPIE = 10;
     */
    public static final int CATERPIE_VALUE = 10;
    /**
     * METAPOD = 11;
     */
    public static final int METAPOD_VALUE = 11;
    /**
     * BUTTERFREE = 12;
     */
    public static final int BUTTERFREE_VALUE = 12;
    /**
     * WEEDLE = 13;
     */
    public static final int WEEDLE_VALUE = 13;
    /**
     * KAKUNA = 14;
     */
    public static final int KAKUNA_VALUE = 14;
    /**
     * BEEDRILL = 15;
     */
    public static final int BEEDRILL_VALUE = 15;
    /**
     * PIDGEY = 16;
     */
    public static final int PIDGEY_VALUE = 16;
    /**
     * PIDGEOTTO = 17;
     */
    public static final int PIDGEOTTO_VALUE = 17;
    /**
     * PIDGEOT = 18;
     */
    public static final int PIDGEOT_VALUE = 18;
    /**
     * RATTATA = 19;
     */
    public static final int RATTATA_VALUE = 19;
    /**
     * RATICATE = 20;
     */
    public static final int RATICATE_VALUE = 20;
    /**
     * SPEAROW = 21;
     */
    public static final int SPEAROW_VALUE = 21;
    /**
     * FEAROW = 22;
     */
    public static final int FEAROW_VALUE = 22;
    /**
     * EKANS = 23;
     */
    public static final int EKANS_VALUE = 23;
    /**
     * ARBOK = 24;
     */
    public static final int ARBOK_VALUE = 24;
    /**
     * PIKACHU = 25;
     */
    public static final int PIKACHU_VALUE = 25;
    /**
     * RAICHU = 26;
     */
    public static final int RAICHU_VALUE = 26;
    /**
     * SANDSHREW = 27;
     */
    public static final int SANDSHREW_VALUE = 27;
    /**
     * SANDSLASH = 28;
     */
    public static final int SANDSLASH_VALUE = 28;
    /**
     * NIDORAN_FEMALE = 29;
     */
    public static final int NIDORAN_FEMALE_VALUE = 29;
    /**
     * NIDORINA = 30;
     */
    public static final int NIDORINA_VALUE = 30;
    /**
     * NIDOQUEEN = 31;
     */
    public static final int NIDOQUEEN_VALUE = 31;
    /**
     * NIDORAN_MALE = 32;
     */
    public static final int NIDORAN_MALE_VALUE = 32;
    /**
     * NIDORINO = 33;
     */
    public static final int NIDORINO_VALUE = 33;
    /**
     * NIDOKING = 34;
     */
    public static final int NIDOKING_VALUE = 34;
    /**
     * CLEFAIRY = 35;
     */
    public static final int CLEFAIRY_VALUE = 35;
    /**
     * CLEFABLE = 36;
     */
    public static final int CLEFABLE_VALUE = 36;
    /**
     * VULPIX = 37;
     */
    public static final int VULPIX_VALUE = 37;
    /**
     * NINETALES = 38;
     */
    public static final int NINETALES_VALUE = 38;
    /**
     * JIGGLYPUFF = 39;
     */
    public static final int JIGGLYPUFF_VALUE = 39;
    /**
     * WIGGLYTUFF = 40;
     */
    public static final int WIGGLYTUFF_VALUE = 40;
    /**
     * ZUBAT = 41;
     */
    public static final int ZUBAT_VALUE = 41;
    /**
     * GOLBAT = 42;
     */
    public static final int GOLBAT_VALUE = 42;
    /**
     * ODDISH = 43;
     */
    public static final int ODDISH_VALUE = 43;
    /**
     * GLOOM = 44;
     */
    public static final int GLOOM_VALUE = 44;
    /**
     * VILEPLUME = 45;
     */
    public static final int VILEPLUME_VALUE = 45;
    /**
     * PARAS = 46;
     */
    public static final int PARAS_VALUE = 46;
    /**
     * PARASECT = 47;
     */
    public static final int PARASECT_VALUE = 47;
    /**
     * VENONAT = 48;
     */
    public static final int VENONAT_VALUE = 48;
    /**
     * VENOMOTH = 49;
     */
    public static final int VENOMOTH_VALUE = 49;
    /**
     * DIGLETT = 50;
     */
    public static final int DIGLETT_VALUE = 50;
    /**
     * DUGTRIO = 51;
     */
    public static final int DUGTRIO_VALUE = 51;
    /**
     * MEOWTH = 52;
     */
    public static final int MEOWTH_VALUE = 52;
    /**
     * PERSIAN = 53;
     */
    public static final int PERSIAN_VALUE = 53;
    /**
     * PSYDUCK = 54;
     */
    public static final int PSYDUCK_VALUE = 54;
    /**
     * GOLDUCK = 55;
     */
    public static final int GOLDUCK_VALUE = 55;
    /**
     * MANKEY = 56;
     */
    public static final int MANKEY_VALUE = 56;
    /**
     * PRIMEAPE = 57;
     */
    public static final int PRIMEAPE_VALUE = 57;
    /**
     * GROWLITHE = 58;
     */
    public static final int GROWLITHE_VALUE = 58;
    /**
     * ARCANINE = 59;
     */
    public static final int ARCANINE_VALUE = 59;
    /**
     * POLIWAG = 60;
     */
    public static final int POLIWAG_VALUE = 60;
    /**
     * POLIWHIRL = 61;
     */
    public static final int POLIWHIRL_VALUE = 61;
    /**
     * POLIWRATH = 62;
     */
    public static final int POLIWRATH_VALUE = 62;
    /**
     * ABRA = 63;
     */
    public static final int ABRA_VALUE = 63;
    /**
     * KADABRA = 64;
     */
    public static final int KADABRA_VALUE = 64;
    /**
     * ALAKAZAM = 65;
     */
    public static final int ALAKAZAM_VALUE = 65;
    /**
     * MACHOP = 66;
     */
    public static final int MACHOP_VALUE = 66;
    /**
     * MACHOKE = 67;
     */
    public static final int MACHOKE_VALUE = 67;
    /**
     * MACHAMP = 68;
     */
    public static final int MACHAMP_VALUE = 68;
    /**
     * BELLSPROUT = 69;
     */
    public static final int BELLSPROUT_VALUE = 69;
    /**
     * WEEPINBELL = 70;
     */
    public static final int WEEPINBELL_VALUE = 70;
    /**
     * VICTREEBEL = 71;
     */
    public static final int VICTREEBEL_VALUE = 71;
    /**
     * TENTACOOL = 72;
     */
    public static final int TENTACOOL_VALUE = 72;
    /**
     * TENTACRUEL = 73;
     */
    public static final int TENTACRUEL_VALUE = 73;
    /**
     * GEODUDE = 74;
     */
    public static final int GEODUDE_VALUE = 74;
    /**
     * GRAVELER = 75;
     */
    public static final int GRAVELER_VALUE = 75;
    /**
     * GOLEM = 76;
     */
    public static final int GOLEM_VALUE = 76;
    /**
     * PONYTA = 77;
     */
    public static final int PONYTA_VALUE = 77;
    /**
     * RAPIDASH = 78;
     */
    public static final int RAPIDASH_VALUE = 78;
    /**
     * SLOWPOKE = 79;
     */
    public static final int SLOWPOKE_VALUE = 79;
    /**
     * SLOWBRO = 80;
     */
    public static final int SLOWBRO_VALUE = 80;
    /**
     * MAGNEMITE = 81;
     */
    public static final int MAGNEMITE_VALUE = 81;
    /**
     * MAGNETON = 82;
     */
    public static final int MAGNETON_VALUE = 82;
    /**
     * FARFETCHD = 83;
     */
    public static final int FARFETCHD_VALUE = 83;
    /**
     * DODUO = 84;
     */
    public static final int DODUO_VALUE = 84;
    /**
     * DODRIO = 85;
     */
    public static final int DODRIO_VALUE = 85;
    /**
     * SEEL = 86;
     */
    public static final int SEEL_VALUE = 86;
    /**
     * DEWGONG = 87;
     */
    public static final int DEWGONG_VALUE = 87;
    /**
     * GRIMER = 88;
     */
    public static final int GRIMER_VALUE = 88;
    /**
     * MUK = 89;
     */
    public static final int MUK_VALUE = 89;
    /**
     * SHELLDER = 90;
     */
    public static final int SHELLDER_VALUE = 90;
    /**
     * CLOYSTER = 91;
     */
    public static final int CLOYSTER_VALUE = 91;
    /**
     * GASTLY = 92;
     */
    public static final int GASTLY_VALUE = 92;
    /**
     * HAUNTER = 93;
     */
    public static final int HAUNTER_VALUE = 93;
    /**
     * GENGAR = 94;
     */
    public static final int GENGAR_VALUE = 94;
    /**
     * ONIX = 95;
     */
    public static final int ONIX_VALUE = 95;
    /**
     * DROWZEE = 96;
     */
    public static final int DROWZEE_VALUE = 96;
    /**
     * HYPNO = 97;
     */
    public static final int HYPNO_VALUE = 97;
    /**
     * KRABBY = 98;
     */
    public static final int KRABBY_VALUE = 98;
    /**
     * KINGLER = 99;
     */
    public static final int KINGLER_VALUE = 99;
    /**
     * VOLTORB = 100;
     */
    public static final int VOLTORB_VALUE = 100;
    /**
     * ELECTRODE = 101;
     */
    public static final int ELECTRODE_VALUE = 101;
    /**
     * EXEGGCUTE = 102;
     */
    public static final int EXEGGCUTE_VALUE = 102;
    /**
     * EXEGGUTOR = 103;
     */
    public static final int EXEGGUTOR_VALUE = 103;
    /**
     * CUBONE = 104;
     */
    public static final int CUBONE_VALUE = 104;
    /**
     * MAROWAK = 105;
     */
    public static final int MAROWAK_VALUE = 105;
    /**
     * HITMONLEE = 106;
     */
    public static final int HITMONLEE_VALUE = 106;
    /**
     * HITMONCHAN = 107;
     */
    public static final int HITMONCHAN_VALUE = 107;
    /**
     * LICKITUNG = 108;
     */
    public static final int LICKITUNG_VALUE = 108;
    /**
     * KOFFING = 109;
     */
    public static final int KOFFING_VALUE = 109;
    /**
     * WEEZING = 110;
     */
    public static final int WEEZING_VALUE = 110;
    /**
     * RHYHORN = 111;
     */
    public static final int RHYHORN_VALUE = 111;
    /**
     * RHYDON = 112;
     */
    public static final int RHYDON_VALUE = 112;
    /**
     * CHANSEY = 113;
     */
    public static final int CHANSEY_VALUE = 113;
    /**
     * TANGELA = 114;
     */
    public static final int TANGELA_VALUE = 114;
    /**
     * KANGASKHAN = 115;
     */
    public static final int KANGASKHAN_VALUE = 115;
    /**
     * HORSEA = 116;
     */
    public static final int HORSEA_VALUE = 116;
    /**
     * SEADRA = 117;
     */
    public static final int SEADRA_VALUE = 117;
    /**
     * GOLDEEN = 118;
     */
    public static final int GOLDEEN_VALUE = 118;
    /**
     * SEAKING = 119;
     */
    public static final int SEAKING_VALUE = 119;
    /**
     * STARYU = 120;
     */
    public static final int STARYU_VALUE = 120;
    /**
     * STARMIE = 121;
     */
    public static final int STARMIE_VALUE = 121;
    /**
     * MR_MIME = 122;
     */
    public static final int MR_MIME_VALUE = 122;
    /**
     * SCYTHER = 123;
     */
    public static final int SCYTHER_VALUE = 123;
    /**
     * JYNX = 124;
     */
    public static final int JYNX_VALUE = 124;
    /**
     * ELECTABUZZ = 125;
     */
    public static final int ELECTABUZZ_VALUE = 125;
    /**
     * MAGMAR = 126;
     */
    public static final int MAGMAR_VALUE = 126;
    /**
     * PINSIR = 127;
     */
    public static final int PINSIR_VALUE = 127;
    /**
     * TAUROS = 128;
     */
    public static final int TAUROS_VALUE = 128;
    /**
     * MAGIKARP = 129;
     */
    public static final int MAGIKARP_VALUE = 129;
    /**
     * GYARADOS = 130;
     */
    public static final int GYARADOS_VALUE = 130;
    /**
     * LAPRAS = 131;
     */
    public static final int LAPRAS_VALUE = 131;
    /**
     * DITTO = 132;
     */
    public static final int DITTO_VALUE = 132;
    /**
     * EEVEE = 133;
     */
    public static final int EEVEE_VALUE = 133;
    /**
     * VAPOREON = 134;
     */
    public static final int VAPOREON_VALUE = 134;
    /**
     * JOLTEON = 135;
     */
    public static final int JOLTEON_VALUE = 135;
    /**
     * FLAREON = 136;
     */
    public static final int FLAREON_VALUE = 136;
    /**
     * PORYGON = 137;
     */
    public static final int PORYGON_VALUE = 137;
    /**
     * OMANYTE = 138;
     */
    public static final int OMANYTE_VALUE = 138;
    /**
     * OMASTAR = 139;
     */
    public static final int OMASTAR_VALUE = 139;
    /**
     * KABUTO = 140;
     */
    public static final int KABUTO_VALUE = 140;
    /**
     * KABUTOPS = 141;
     */
    public static final int KABUTOPS_VALUE = 141;
    /**
     * AERODACTYL = 142;
     */
    public static final int AERODACTYL_VALUE = 142;
    /**
     * SNORLAX = 143;
     */
    public static final int SNORLAX_VALUE = 143;
    /**
     * ARTICUNO = 144;
     */
    public static final int ARTICUNO_VALUE = 144;
    /**
     * ZAPDOS = 145;
     */
    public static final int ZAPDOS_VALUE = 145;
    /**
     * MOLTRES = 146;
     */
    public static final int MOLTRES_VALUE = 146;
    /**
     * DRATINI = 147;
     */
    public static final int DRATINI_VALUE = 147;
    /**
     * DRAGONAIR = 148;
     */
    public static final int DRAGONAIR_VALUE = 148;
    /**
     * DRAGONITE = 149;
     */
    public static final int DRAGONITE_VALUE = 149;
    /**
     * MEWTWO = 150;
     */
    public static final int MEWTWO_VALUE = 150;
    /**
     * MEW = 151;
     */
    public static final int MEW_VALUE = 151;
    /**
     * CHIKORITA = 152;
     */
    public static final int CHIKORITA_VALUE = 152;
    /**
     * BAYLEEF = 153;
     */
    public static final int BAYLEEF_VALUE = 153;
    /**
     * MEGANIUM = 154;
     */
    public static final int MEGANIUM_VALUE = 154;
    /**
     * CYNDAQUIL = 155;
     */
    public static final int CYNDAQUIL_VALUE = 155;
    /**
     * QUILAVA = 156;
     */
    public static final int QUILAVA_VALUE = 156;
    /**
     * TYPHLOSION = 157;
     */
    public static final int TYPHLOSION_VALUE = 157;
    /**
     * TOTODILE = 158;
     */
    public static final int TOTODILE_VALUE = 158;
    /**
     * CROCONAW = 159;
     */
    public static final int CROCONAW_VALUE = 159;
    /**
     * FERALIGATR = 160;
     */
    public static final int FERALIGATR_VALUE = 160;
    /**
     * SENTRET = 161;
     */
    public static final int SENTRET_VALUE = 161;
    /**
     * FURRET = 162;
     */
    public static final int FURRET_VALUE = 162;
    /**
     * HOOTHOOT = 163;
     */
    public static final int HOOTHOOT_VALUE = 163;
    /**
     * NOCTOWL = 164;
     */
    public static final int NOCTOWL_VALUE = 164;
    /**
     * LEDYBA = 165;
     */
    public static final int LEDYBA_VALUE = 165;
    /**
     * LEDIAN = 166;
     */
    public static final int LEDIAN_VALUE = 166;
    /**
     * SPINARAK = 167;
     */
    public static final int SPINARAK_VALUE = 167;
    /**
     * ARIADOS = 168;
     */
    public static final int ARIADOS_VALUE = 168;
    /**
     * CROBAT = 169;
     */
    public static final int CROBAT_VALUE = 169;
    /**
     * CHINCHOU = 170;
     */
    public static final int CHINCHOU_VALUE = 170;
    /**
     * LANTURN = 171;
     */
    public static final int LANTURN_VALUE = 171;
    /**
     * PICHU = 172;
     */
    public static final int PICHU_VALUE = 172;
    /**
     * CLEFFA = 173;
     */
    public static final int CLEFFA_VALUE = 173;
    /**
     * IGGLYBUFF = 174;
     */
    public static final int IGGLYBUFF_VALUE = 174;
    /**
     * TOGEPI = 175;
     */
    public static final int TOGEPI_VALUE = 175;
    /**
     * TOGETIC = 176;
     */
    public static final int TOGETIC_VALUE = 176;
    /**
     * NATU = 177;
     */
    public static final int NATU_VALUE = 177;
    /**
     * XATU = 178;
     */
    public static final int XATU_VALUE = 178;
    /**
     * MAREEP = 179;
     */
    public static final int MAREEP_VALUE = 179;
    /**
     * FLAAFFY = 180;
     */
    public static final int FLAAFFY_VALUE = 180;
    /**
     * AMPHAROS = 181;
     */
    public static final int AMPHAROS_VALUE = 181;
    /**
     * BELLOSSOM = 182;
     */
    public static final int BELLOSSOM_VALUE = 182;
    /**
     * MARILL = 183;
     */
    public static final int MARILL_VALUE = 183;
    /**
     * AZUMARILL = 184;
     */
    public static final int AZUMARILL_VALUE = 184;
    /**
     * SUDOWOODO = 185;
     */
    public static final int SUDOWOODO_VALUE = 185;
    /**
     * POLITOED = 186;
     */
    public static final int POLITOED_VALUE = 186;
    /**
     * HOPPIP = 187;
     */
    public static final int HOPPIP_VALUE = 187;
    /**
     * SKIPLOOM = 188;
     */
    public static final int SKIPLOOM_VALUE = 188;
    /**
     * JUMPLUFF = 189;
     */
    public static final int JUMPLUFF_VALUE = 189;
    /**
     * AIPOM = 190;
     */
    public static final int AIPOM_VALUE = 190;
    /**
     * SUNKERN = 191;
     */
    public static final int SUNKERN_VALUE = 191;
    /**
     * SUNFLORA = 192;
     */
    public static final int SUNFLORA_VALUE = 192;
    /**
     * YANMA = 193;
     */
    public static final int YANMA_VALUE = 193;
    /**
     * WOOPER = 194;
     */
    public static final int WOOPER_VALUE = 194;
    /**
     * QUAGSIRE = 195;
     */
    public static final int QUAGSIRE_VALUE = 195;
    /**
     * ESPEON = 196;
     */
    public static final int ESPEON_VALUE = 196;
    /**
     * UMBREON = 197;
     */
    public static final int UMBREON_VALUE = 197;
    /**
     * MURKROW = 198;
     */
    public static final int MURKROW_VALUE = 198;
    /**
     * SLOWKING = 199;
     */
    public static final int SLOWKING_VALUE = 199;
    /**
     * MISDREAVUS = 200;
     */
    public static final int MISDREAVUS_VALUE = 200;
    /**
     * UNOWN = 201;
     */
    public static final int UNOWN_VALUE = 201;
    /**
     * WOBBUFFET = 202;
     */
    public static final int WOBBUFFET_VALUE = 202;
    /**
     * GIRAFARIG = 203;
     */
    public static final int GIRAFARIG_VALUE = 203;
    /**
     * PINECO = 204;
     */
    public static final int PINECO_VALUE = 204;
    /**
     * FORRETRESS = 205;
     */
    public static final int FORRETRESS_VALUE = 205;
    /**
     * DUNSPARCE = 206;
     */
    public static final int DUNSPARCE_VALUE = 206;
    /**
     * GLIGAR = 207;
     */
    public static final int GLIGAR_VALUE = 207;
    /**
     * STEELIX = 208;
     */
    public static final int STEELIX_VALUE = 208;
    /**
     * SNUBBULL = 209;
     */
    public static final int SNUBBULL_VALUE = 209;
    /**
     * GRANBULL = 210;
     */
    public static final int GRANBULL_VALUE = 210;
    /**
     * QWILFISH = 211;
     */
    public static final int QWILFISH_VALUE = 211;
    /**
     * SCIZOR = 212;
     */
    public static final int SCIZOR_VALUE = 212;
    /**
     * SHUCKLE = 213;
     */
    public static final int SHUCKLE_VALUE = 213;
    /**
     * HERACROSS = 214;
     */
    public static final int HERACROSS_VALUE = 214;
    /**
     * SNEASEL = 215;
     */
    public static final int SNEASEL_VALUE = 215;
    /**
     * TEDDIURSA = 216;
     */
    public static final int TEDDIURSA_VALUE = 216;
    /**
     * URSARING = 217;
     */
    public static final int URSARING_VALUE = 217;
    /**
     * SLUGMA = 218;
     */
    public static final int SLUGMA_VALUE = 218;
    /**
     * MAGCARGO = 219;
     */
    public static final int MAGCARGO_VALUE = 219;
    /**
     * SWINUB = 220;
     */
    public static final int SWINUB_VALUE = 220;
    /**
     * PILOSWINE = 221;
     */
    public static final int PILOSWINE_VALUE = 221;
    /**
     * CORSOLA = 222;
     */
    public static final int CORSOLA_VALUE = 222;
    /**
     * REMORAID = 223;
     */
    public static final int REMORAID_VALUE = 223;
    /**
     * OCTILLERY = 224;
     */
    public static final int OCTILLERY_VALUE = 224;
    /**
     * DELIBIRD = 225;
     */
    public static final int DELIBIRD_VALUE = 225;
    /**
     * MANTINE = 226;
     */
    public static final int MANTINE_VALUE = 226;
    /**
     * SKARMORY = 227;
     */
    public static final int SKARMORY_VALUE = 227;
    /**
     * HOUNDOUR = 228;
     */
    public static final int HOUNDOUR_VALUE = 228;
    /**
     * HOUNDOOM = 229;
     */
    public static final int HOUNDOOM_VALUE = 229;
    /**
     * KINGDRA = 230;
     */
    public static final int KINGDRA_VALUE = 230;
    /**
     * PHANPY = 231;
     */
    public static final int PHANPY_VALUE = 231;
    /**
     * DONPHAN = 232;
     */
    public static final int DONPHAN_VALUE = 232;
    /**
     * PORYGON2 = 233;
     */
    public static final int PORYGON2_VALUE = 233;
    /**
     * STANTLER = 234;
     */
    public static final int STANTLER_VALUE = 234;
    /**
     * SMEARGLE = 235;
     */
    public static final int SMEARGLE_VALUE = 235;
    /**
     * TYROGUE = 236;
     */
    public static final int TYROGUE_VALUE = 236;
    /**
     * HITMONTOP = 237;
     */
    public static final int HITMONTOP_VALUE = 237;
    /**
     * SMOOCHUM = 238;
     */
    public static final int SMOOCHUM_VALUE = 238;
    /**
     * ELEKID = 239;
     */
    public static final int ELEKID_VALUE = 239;
    /**
     * MAGBY = 240;
     */
    public static final int MAGBY_VALUE = 240;
    /**
     * MILTANK = 241;
     */
    public static final int MILTANK_VALUE = 241;
    /**
     * BLISSEY = 242;
     */
    public static final int BLISSEY_VALUE = 242;
    /**
     * RAIKOU = 243;
     */
    public static final int RAIKOU_VALUE = 243;
    /**
     * ENTEI = 244;
     */
    public static final int ENTEI_VALUE = 244;
    /**
     * SUICUNE = 245;
     */
    public static final int SUICUNE_VALUE = 245;
    /**
     * LARVITAR = 246;
     */
    public static final int LARVITAR_VALUE = 246;
    /**
     * PUPITAR = 247;
     */
    public static final int PUPITAR_VALUE = 247;
    /**
     * TYRANITAR = 248;
     */
    public static final int TYRANITAR_VALUE = 248;
    /**
     * LUGIA = 249;
     */
    public static final int LUGIA_VALUE = 249;
    /**
     * HO_OH = 250;
     */
    public static final int HO_OH_VALUE = 250;
    /**
     * CELEBI = 251;
     */
    public static final int CELEBI_VALUE = 251;
    /**
     * TREECKO = 252;
     */
    public static final int TREECKO_VALUE = 252;
    /**
     * GROVYLE = 253;
     */
    public static final int GROVYLE_VALUE = 253;
    /**
     * SCEPTILE = 254;
     */
    public static final int SCEPTILE_VALUE = 254;
    /**
     * TORCHIC = 255;
     */
    public static final int TORCHIC_VALUE = 255;
    /**
     * COMBUSKEN = 256;
     */
    public static final int COMBUSKEN_VALUE = 256;
    /**
     * BLAZIKEN = 257;
     */
    public static final int BLAZIKEN_VALUE = 257;
    /**
     * MUDKIP = 258;
     */
    public static final int MUDKIP_VALUE = 258;
    /**
     * MARSHTOMP = 259;
     */
    public static final int MARSHTOMP_VALUE = 259;
    /**
     * SWAMPERT = 260;
     */
    public static final int SWAMPERT_VALUE = 260;
    /**
     * POOCHYENA = 261;
     */
    public static final int POOCHYENA_VALUE = 261;
    /**
     * MIGHTYENA = 262;
     */
    public static final int MIGHTYENA_VALUE = 262;
    /**
     * ZIGZAGOON = 263;
     */
    public static final int ZIGZAGOON_VALUE = 263;
    /**
     * LINOONE = 264;
     */
    public static final int LINOONE_VALUE = 264;
    /**
     * WURMPLE = 265;
     */
    public static final int WURMPLE_VALUE = 265;
    /**
     * SILCOON = 266;
     */
    public static final int SILCOON_VALUE = 266;
    /**
     * BEAUTIFLY = 267;
     */
    public static final int BEAUTIFLY_VALUE = 267;
    /**
     * CASCOON = 268;
     */
    public static final int CASCOON_VALUE = 268;
    /**
     * DUSTOX = 269;
     */
    public static final int DUSTOX_VALUE = 269;
    /**
     * LOTAD = 270;
     */
    public static final int LOTAD_VALUE = 270;
    /**
     * LOMBRE = 271;
     */
    public static final int LOMBRE_VALUE = 271;
    /**
     * LUDICOLO = 272;
     */
    public static final int LUDICOLO_VALUE = 272;
    /**
     * SEEDOT = 273;
     */
    public static final int SEEDOT_VALUE = 273;
    /**
     * NUZLEAF = 274;
     */
    public static final int NUZLEAF_VALUE = 274;
    /**
     * SHIFTRY = 275;
     */
    public static final int SHIFTRY_VALUE = 275;
    /**
     * TAILLOW = 276;
     */
    public static final int TAILLOW_VALUE = 276;
    /**
     * SWELLOW = 277;
     */
    public static final int SWELLOW_VALUE = 277;
    /**
     * WINGULL = 278;
     */
    public static final int WINGULL_VALUE = 278;
    /**
     * PELIPPER = 279;
     */
    public static final int PELIPPER_VALUE = 279;
    /**
     * RALTS = 280;
     */
    public static final int RALTS_VALUE = 280;
    /**
     * KIRLIA = 281;
     */
    public static final int KIRLIA_VALUE = 281;
    /**
     * GARDEVOIR = 282;
     */
    public static final int GARDEVOIR_VALUE = 282;
    /**
     * SURSKIT = 283;
     */
    public static final int SURSKIT_VALUE = 283;
    /**
     * MASQUERAIN = 284;
     */
    public static final int MASQUERAIN_VALUE = 284;
    /**
     * SHROOMISH = 285;
     */
    public static final int SHROOMISH_VALUE = 285;
    /**
     * BRELOOM = 286;
     */
    public static final int BRELOOM_VALUE = 286;
    /**
     * SLAKOTH = 287;
     */
    public static final int SLAKOTH_VALUE = 287;
    /**
     * VIGOROTH = 288;
     */
    public static final int VIGOROTH_VALUE = 288;
    /**
     * SLAKING = 289;
     */
    public static final int SLAKING_VALUE = 289;
    /**
     * NINCADA = 290;
     */
    public static final int NINCADA_VALUE = 290;
    /**
     * NINJASK = 291;
     */
    public static final int NINJASK_VALUE = 291;
    /**
     * SHEDINJA = 292;
     */
    public static final int SHEDINJA_VALUE = 292;
    /**
     * WHISMUR = 293;
     */
    public static final int WHISMUR_VALUE = 293;
    /**
     * LOUDRED = 294;
     */
    public static final int LOUDRED_VALUE = 294;
    /**
     * EXPLOUD = 295;
     */
    public static final int EXPLOUD_VALUE = 295;
    /**
     * MAKUHITA = 296;
     */
    public static final int MAKUHITA_VALUE = 296;
    /**
     * HARIYAMA = 297;
     */
    public static final int HARIYAMA_VALUE = 297;
    /**
     * AZURILL = 298;
     */
    public static final int AZURILL_VALUE = 298;
    /**
     * NOSEPASS = 299;
     */
    public static final int NOSEPASS_VALUE = 299;
    /**
     * SKITTY = 300;
     */
    public static final int SKITTY_VALUE = 300;
    /**
     * DELCATTY = 301;
     */
    public static final int DELCATTY_VALUE = 301;
    /**
     * SABLEYE = 302;
     */
    public static final int SABLEYE_VALUE = 302;
    /**
     * MAWILE = 303;
     */
    public static final int MAWILE_VALUE = 303;
    /**
     * ARON = 304;
     */
    public static final int ARON_VALUE = 304;
    /**
     * LAIRON = 305;
     */
    public static final int LAIRON_VALUE = 305;
    /**
     * AGGRON = 306;
     */
    public static final int AGGRON_VALUE = 306;
    /**
     * MEDITITE = 307;
     */
    public static final int MEDITITE_VALUE = 307;
    /**
     * MEDICHAM = 308;
     */
    public static final int MEDICHAM_VALUE = 308;
    /**
     * ELECTRIKE = 309;
     */
    public static final int ELECTRIKE_VALUE = 309;
    /**
     * MANECTRIC = 310;
     */
    public static final int MANECTRIC_VALUE = 310;
    /**
     * PLUSLE = 311;
     */
    public static final int PLUSLE_VALUE = 311;
    /**
     * MINUN = 312;
     */
    public static final int MINUN_VALUE = 312;
    /**
     * VOLBEAT = 313;
     */
    public static final int VOLBEAT_VALUE = 313;
    /**
     * ILLUMISE = 314;
     */
    public static final int ILLUMISE_VALUE = 314;
    /**
     * ROSELIA = 315;
     */
    public static final int ROSELIA_VALUE = 315;
    /**
     * GULPIN = 316;
     */
    public static final int GULPIN_VALUE = 316;
    /**
     * SWALOT = 317;
     */
    public static final int SWALOT_VALUE = 317;
    /**
     * CARVANHA = 318;
     */
    public static final int CARVANHA_VALUE = 318;
    /**
     * SHARPEDO = 319;
     */
    public static final int SHARPEDO_VALUE = 319;
    /**
     * WAILMER = 320;
     */
    public static final int WAILMER_VALUE = 320;
    /**
     * WAILORD = 321;
     */
    public static final int WAILORD_VALUE = 321;
    /**
     * NUMEL = 322;
     */
    public static final int NUMEL_VALUE = 322;
    /**
     * CAMERUPT = 323;
     */
    public static final int CAMERUPT_VALUE = 323;
    /**
     * TORKOAL = 324;
     */
    public static final int TORKOAL_VALUE = 324;
    /**
     * SPOINK = 325;
     */
    public static final int SPOINK_VALUE = 325;
    /**
     * GRUMPIG = 326;
     */
    public static final int GRUMPIG_VALUE = 326;
    /**
     * SPINDA = 327;
     */
    public static final int SPINDA_VALUE = 327;
    /**
     * TRAPINCH = 328;
     */
    public static final int TRAPINCH_VALUE = 328;
    /**
     * VIBRAVA = 329;
     */
    public static final int VIBRAVA_VALUE = 329;
    /**
     * FLYGON = 330;
     */
    public static final int FLYGON_VALUE = 330;
    /**
     * CACNEA = 331;
     */
    public static final int CACNEA_VALUE = 331;
    /**
     * CACTURNE = 332;
     */
    public static final int CACTURNE_VALUE = 332;
    /**
     * SWABLU = 333;
     */
    public static final int SWABLU_VALUE = 333;
    /**
     * ALTARIA = 334;
     */
    public static final int ALTARIA_VALUE = 334;
    /**
     * ZANGOOSE = 335;
     */
    public static final int ZANGOOSE_VALUE = 335;
    /**
     * SEVIPER = 336;
     */
    public static final int SEVIPER_VALUE = 336;
    /**
     * LUNATONE = 337;
     */
    public static final int LUNATONE_VALUE = 337;
    /**
     * SOLROCK = 338;
     */
    public static final int SOLROCK_VALUE = 338;
    /**
     * BARBOACH = 339;
     */
    public static final int BARBOACH_VALUE = 339;
    /**
     * WHISCASH = 340;
     */
    public static final int WHISCASH_VALUE = 340;
    /**
     * CORPHISH = 341;
     */
    public static final int CORPHISH_VALUE = 341;
    /**
     * CRAWDAUNT = 342;
     */
    public static final int CRAWDAUNT_VALUE = 342;
    /**
     * BALTOY = 343;
     */
    public static final int BALTOY_VALUE = 343;
    /**
     * CLAYDOL = 344;
     */
    public static final int CLAYDOL_VALUE = 344;
    /**
     * LILEEP = 345;
     */
    public static final int LILEEP_VALUE = 345;
    /**
     * CRADILY = 346;
     */
    public static final int CRADILY_VALUE = 346;
    /**
     * ANORITH = 347;
     */
    public static final int ANORITH_VALUE = 347;
    /**
     * ARMALDO = 348;
     */
    public static final int ARMALDO_VALUE = 348;
    /**
     * FEEBAS = 349;
     */
    public static final int FEEBAS_VALUE = 349;
    /**
     * MILOTIC = 350;
     */
    public static final int MILOTIC_VALUE = 350;
    /**
     * CASTFORM = 351;
     */
    public static final int CASTFORM_VALUE = 351;
    /**
     * KECLEON = 352;
     */
    public static final int KECLEON_VALUE = 352;
    /**
     * SHUPPET = 353;
     */
    public static final int SHUPPET_VALUE = 353;
    /**
     * BANETTE = 354;
     */
    public static final int BANETTE_VALUE = 354;
    /**
     * DUSKULL = 355;
     */
    public static final int DUSKULL_VALUE = 355;
    /**
     * DUSCLOPS = 356;
     */
    public static final int DUSCLOPS_VALUE = 356;
    /**
     * TROPIUS = 357;
     */
    public static final int TROPIUS_VALUE = 357;
    /**
     * CHIMECHO = 358;
     */
    public static final int CHIMECHO_VALUE = 358;
    /**
     * ABSOL = 359;
     */
    public static final int ABSOL_VALUE = 359;
    /**
     * WYNAUT = 360;
     */
    public static final int WYNAUT_VALUE = 360;
    /**
     * SNORUNT = 361;
     */
    public static final int SNORUNT_VALUE = 361;
    /**
     * GLALIE = 362;
     */
    public static final int GLALIE_VALUE = 362;
    /**
     * SPHEAL = 363;
     */
    public static final int SPHEAL_VALUE = 363;
    /**
     * SEALEO = 364;
     */
    public static final int SEALEO_VALUE = 364;
    /**
     * WALREIN = 365;
     */
    public static final int WALREIN_VALUE = 365;
    /**
     * CLAMPERL = 366;
     */
    public static final int CLAMPERL_VALUE = 366;
    /**
     * HUNTAIL = 367;
     */
    public static final int HUNTAIL_VALUE = 367;
    /**
     * GOREBYSS = 368;
     */
    public static final int GOREBYSS_VALUE = 368;
    /**
     * RELICANTH = 369;
     */
    public static final int RELICANTH_VALUE = 369;
    /**
     * LUVDISC = 370;
     */
    public static final int LUVDISC_VALUE = 370;
    /**
     * BAGON = 371;
     */
    public static final int BAGON_VALUE = 371;
    /**
     * SHELGON = 372;
     */
    public static final int SHELGON_VALUE = 372;
    /**
     * SALAMENCE = 373;
     */
    public static final int SALAMENCE_VALUE = 373;
    /**
     * BELDUM = 374;
     */
    public static final int BELDUM_VALUE = 374;
    /**
     * METANG = 375;
     */
    public static final int METANG_VALUE = 375;
    /**
     * METAGROSS = 376;
     */
    public static final int METAGROSS_VALUE = 376;
    /**
     * REGIROCK = 377;
     */
    public static final int REGIROCK_VALUE = 377;
    /**
     * REGICE = 378;
     */
    public static final int REGICE_VALUE = 378;
    /**
     * REGISTEEL = 379;
     */
    public static final int REGISTEEL_VALUE = 379;
    /**
     * LATIAS = 380;
     */
    public static final int LATIAS_VALUE = 380;
    /**
     * LATIOS = 381;
     */
    public static final int LATIOS_VALUE = 381;
    /**
     * KYOGRE = 382;
     */
    public static final int KYOGRE_VALUE = 382;
    /**
     * GROUDON = 383;
     */
    public static final int GROUDON_VALUE = 383;
    /**
     * RAYQUAZA = 384;
     */
    public static final int RAYQUAZA_VALUE = 384;
    /**
     * JIRACHI = 385;
     */
    public static final int JIRACHI_VALUE = 385;
    /**
     * DEOXYS = 386;
     */
    public static final int DEOXYS_VALUE = 386;
    /**
     * TURTWIG = 387;
     */
    public static final int TURTWIG_VALUE = 387;
    /**
     * GROTLE = 388;
     */
    public static final int GROTLE_VALUE = 388;
    /**
     * TORTERRA = 389;
     */
    public static final int TORTERRA_VALUE = 389;
    /**
     * CHIMCHAR = 390;
     */
    public static final int CHIMCHAR_VALUE = 390;
    /**
     * MONFERNO = 391;
     */
    public static final int MONFERNO_VALUE = 391;
    /**
     * INFERNAPE = 392;
     */
    public static final int INFERNAPE_VALUE = 392;
    /**
     * PIPLUP = 393;
     */
    public static final int PIPLUP_VALUE = 393;
    /**
     * PRINPLUP = 394;
     */
    public static final int PRINPLUP_VALUE = 394;
    /**
     * EMPOLEON = 395;
     */
    public static final int EMPOLEON_VALUE = 395;
    /**
     * STARLY = 396;
     */
    public static final int STARLY_VALUE = 396;
    /**
     * STARAVIA = 397;
     */
    public static final int STARAVIA_VALUE = 397;
    /**
     * STARAPTOR = 398;
     */
    public static final int STARAPTOR_VALUE = 398;
    /**
     * BIDOOF = 399;
     */
    public static final int BIDOOF_VALUE = 399;
    /**
     * BIBAREL = 400;
     */
    public static final int BIBAREL_VALUE = 400;
    /**
     * KRICKETOT = 401;
     */
    public static final int KRICKETOT_VALUE = 401;
    /**
     * KRICKETUNE = 402;
     */
    public static final int KRICKETUNE_VALUE = 402;
    /**
     * SHINX = 403;
     */
    public static final int SHINX_VALUE = 403;
    /**
     * LUXIO = 404;
     */
    public static final int LUXIO_VALUE = 404;
    /**
     * LUXRAY = 405;
     */
    public static final int LUXRAY_VALUE = 405;
    /**
     * BUDEW = 406;
     */
    public static final int BUDEW_VALUE = 406;
    /**
     * ROSERADE = 407;
     */
    public static final int ROSERADE_VALUE = 407;
    /**
     * CRANIDOS = 408;
     */
    public static final int CRANIDOS_VALUE = 408;
    /**
     * RAMPARDOS = 409;
     */
    public static final int RAMPARDOS_VALUE = 409;
    /**
     * SHIELDON = 410;
     */
    public static final int SHIELDON_VALUE = 410;
    /**
     * BASTIODON = 411;
     */
    public static final int BASTIODON_VALUE = 411;
    /**
     * BURMY = 412;
     */
    public static final int BURMY_VALUE = 412;
    /**
     * WORMADAM = 413;
     */
    public static final int WORMADAM_VALUE = 413;
    /**
     * MOTHIM = 414;
     */
    public static final int MOTHIM_VALUE = 414;
    /**
     * COMBEE = 415;
     */
    public static final int COMBEE_VALUE = 415;
    /**
     * VESPIQUEN = 416;
     */
    public static final int VESPIQUEN_VALUE = 416;
    /**
     * PACHIRISU = 417;
     */
    public static final int PACHIRISU_VALUE = 417;
    /**
     * BUIZEL = 418;
     */
    public static final int BUIZEL_VALUE = 418;
    /**
     * FLOATZEL = 419;
     */
    public static final int FLOATZEL_VALUE = 419;
    /**
     * CHERUBI = 420;
     */
    public static final int CHERUBI_VALUE = 420;
    /**
     * CHERRIM = 421;
     */
    public static final int CHERRIM_VALUE = 421;
    /**
     * SHELLOS = 422;
     */
    public static final int SHELLOS_VALUE = 422;
    /**
     * GASTRODON = 423;
     */
    public static final int GASTRODON_VALUE = 423;
    /**
     * AMBIPOM = 424;
     */
    public static final int AMBIPOM_VALUE = 424;
    /**
     * DRIFLOON = 425;
     */
    public static final int DRIFLOON_VALUE = 425;
    /**
     * DRIFBLIM = 426;
     */
    public static final int DRIFBLIM_VALUE = 426;
    /**
     * BUNEARY = 427;
     */
    public static final int BUNEARY_VALUE = 427;
    /**
     * LOPUNNY = 428;
     */
    public static final int LOPUNNY_VALUE = 428;
    /**
     * MISMAGIUS = 429;
     */
    public static final int MISMAGIUS_VALUE = 429;
    /**
     * HONCHKROW = 430;
     */
    public static final int HONCHKROW_VALUE = 430;
    /**
     * GLAMEOW = 431;
     */
    public static final int GLAMEOW_VALUE = 431;
    /**
     * PURUGLY = 432;
     */
    public static final int PURUGLY_VALUE = 432;
    /**
     * CHINGLING = 433;
     */
    public static final int CHINGLING_VALUE = 433;
    /**
     * STUNKY = 434;
     */
    public static final int STUNKY_VALUE = 434;
    /**
     * SKUNTANK = 435;
     */
    public static final int SKUNTANK_VALUE = 435;
    /**
     * BRONZOR = 436;
     */
    public static final int BRONZOR_VALUE = 436;
    /**
     * BRONZONG = 437;
     */
    public static final int BRONZONG_VALUE = 437;
    /**
     * BONSLY = 438;
     */
    public static final int BONSLY_VALUE = 438;
    /**
     * MIME_JR = 439;
     */
    public static final int MIME_JR_VALUE = 439;
    /**
     * HAPPINY = 440;
     */
    public static final int HAPPINY_VALUE = 440;
    /**
     * CHATOT = 441;
     */
    public static final int CHATOT_VALUE = 441;
    /**
     * SPIRITOMB = 442;
     */
    public static final int SPIRITOMB_VALUE = 442;
    /**
     * GIBLE = 443;
     */
    public static final int GIBLE_VALUE = 443;
    /**
     * GABITE = 444;
     */
    public static final int GABITE_VALUE = 444;
    /**
     * GARCHOMP = 445;
     */
    public static final int GARCHOMP_VALUE = 445;
    /**
     * MUNCHLAX = 446;
     */
    public static final int MUNCHLAX_VALUE = 446;
    /**
     * RIOLU = 447;
     */
    public static final int RIOLU_VALUE = 447;
    /**
     * LUCARIO = 448;
     */
    public static final int LUCARIO_VALUE = 448;
    /**
     * HIPPOPOTAS = 449;
     */
    public static final int HIPPOPOTAS_VALUE = 449;
    /**
     * HIPPOWDON = 450;
     */
    public static final int HIPPOWDON_VALUE = 450;
    /**
     * SKORUPI = 451;
     */
    public static final int SKORUPI_VALUE = 451;
    /**
     * DRAPION = 452;
     */
    public static final int DRAPION_VALUE = 452;
    /**
     * CROAGUNK = 453;
     */
    public static final int CROAGUNK_VALUE = 453;
    /**
     * TOXICROAK = 454;
     */
    public static final int TOXICROAK_VALUE = 454;
    /**
     * CARNIVINE = 455;
     */
    public static final int CARNIVINE_VALUE = 455;
    /**
     * FINNEON = 456;
     */
    public static final int FINNEON_VALUE = 456;
    /**
     * LUMINEON = 457;
     */
    public static final int LUMINEON_VALUE = 457;
    /**
     * MANTYKE = 458;
     */
    public static final int MANTYKE_VALUE = 458;
    /**
     * SNOVER = 459;
     */
    public static final int SNOVER_VALUE = 459;
    /**
     * ABOMASNOW = 460;
     */
    public static final int ABOMASNOW_VALUE = 460;
    /**
     * WEAVILE = 461;
     */
    public static final int WEAVILE_VALUE = 461;
    /**
     * MAGNEZONE = 462;
     */
    public static final int MAGNEZONE_VALUE = 462;
    /**
     * LICKILICKY = 463;
     */
    public static final int LICKILICKY_VALUE = 463;
    /**
     * RHYPERIOR = 464;
     */
    public static final int RHYPERIOR_VALUE = 464;
    /**
     * TANGROWTH = 465;
     */
    public static final int TANGROWTH_VALUE = 465;
    /**
     * ELECTIVIRE = 466;
     */
    public static final int ELECTIVIRE_VALUE = 466;
    /**
     * MAGMORTAR = 467;
     */
    public static final int MAGMORTAR_VALUE = 467;
    /**
     * TOGEKISS = 468;
     */
    public static final int TOGEKISS_VALUE = 468;
    /**
     * YANMEGA = 469;
     */
    public static final int YANMEGA_VALUE = 469;
    /**
     * LEAFEON = 470;
     */
    public static final int LEAFEON_VALUE = 470;
    /**
     * GLACEON = 471;
     */
    public static final int GLACEON_VALUE = 471;
    /**
     * GLISCOR = 472;
     */
    public static final int GLISCOR_VALUE = 472;
    /**
     * MAMOSWINE = 473;
     */
    public static final int MAMOSWINE_VALUE = 473;
    /**
     * PORYGON_Z = 474;
     */
    public static final int PORYGON_Z_VALUE = 474;
    /**
     * GALLADE = 475;
     */
    public static final int GALLADE_VALUE = 475;
    /**
     * PROBOPASS = 476;
     */
    public static final int PROBOPASS_VALUE = 476;
    /**
     * DUSKNOIR = 477;
     */
    public static final int DUSKNOIR_VALUE = 477;
    /**
     * FROSLASS = 478;
     */
    public static final int FROSLASS_VALUE = 478;
    /**
     * ROTOM = 479;
     */
    public static final int ROTOM_VALUE = 479;
    /**
     * UXIE = 480;
     */
    public static final int UXIE_VALUE = 480;
    /**
     * MESPRIT = 481;
     */
    public static final int MESPRIT_VALUE = 481;
    /**
     * AZELF = 482;
     */
    public static final int AZELF_VALUE = 482;
    /**
     * DIALGA = 483;
     */
    public static final int DIALGA_VALUE = 483;
    /**
     * PALKIA = 484;
     */
    public static final int PALKIA_VALUE = 484;
    /**
     * HEATRAN = 485;
     */
    public static final int HEATRAN_VALUE = 485;
    /**
     * REGIGIGAS = 486;
     */
    public static final int REGIGIGAS_VALUE = 486;
    /**
     * GIRATINA = 487;
     */
    public static final int GIRATINA_VALUE = 487;
    /**
     * CRESSELIA = 488;
     */
    public static final int CRESSELIA_VALUE = 488;
    /**
     * PHIONE = 489;
     */
    public static final int PHIONE_VALUE = 489;
    /**
     * MANAPHY = 490;
     */
    public static final int MANAPHY_VALUE = 490;
    /**
     * DARKRAI = 491;
     */
    public static final int DARKRAI_VALUE = 491;
    /**
     * SHAYMIN = 492;
     */
    public static final int SHAYMIN_VALUE = 492;
    /**
     * ARCEUS = 493;
     */
    public static final int ARCEUS_VALUE = 493;
    /**
     * MELTAN = 808;
     */
    public static final int MELTAN_VALUE = 808;
    /**
     * MELMETAL = 809;
     */
    public static final int MELMETAL_VALUE = 809;


    public final int getNumber() {
      if (this == UNRECOGNIZED) {
        throw new java.lang.IllegalArgumentException(
            "Can't get the number of an unknown enum value.");
      }
      return value;
    }

    /**
     * @deprecated Use {@link #forNumber(int)} instead.
     */
    @java.lang.Deprecated
    public static PokemonId valueOf(int value) {
      return forNumber(value);
    }

    public static PokemonId forNumber(int value) {
      switch (value) {
        case 0: return MISSINGNO;
        case 1: return BULBASAUR;
        case 2: return IVYSAUR;
        case 3: return VENUSAUR;
        case 4: return CHARMANDER;
        case 5: return CHARMELEON;
        case 6: return CHARIZARD;
        case 7: return SQUIRTLE;
        case 8: return WARTORTLE;
        case 9: return BLASTOISE;
        case 10: return CATERPIE;
        case 11: return METAPOD;
        case 12: return BUTTERFREE;
        case 13: return WEEDLE;
        case 14: return KAKUNA;
        case 15: return BEEDRILL;
        case 16: return PIDGEY;
        case 17: return PIDGEOTTO;
        case 18: return PIDGEOT;
        case 19: return RATTATA;
        case 20: return RATICATE;
        case 21: return SPEAROW;
        case 22: return FEAROW;
        case 23: return EKANS;
        case 24: return ARBOK;
        case 25: return PIKACHU;
        case 26: return RAICHU;
        case 27: return SANDSHREW;
        case 28: return SANDSLASH;
        case 29: return NIDORAN_FEMALE;
        case 30: return NIDORINA;
        case 31: return NIDOQUEEN;
        case 32: return NIDORAN_MALE;
        case 33: return NIDORINO;
        case 34: return NIDOKING;
        case 35: return CLEFAIRY;
        case 36: return CLEFABLE;
        case 37: return VULPIX;
        case 38: return NINETALES;
        case 39: return JIGGLYPUFF;
        case 40: return WIGGLYTUFF;
        case 41: return ZUBAT;
        case 42: return GOLBAT;
        case 43: return ODDISH;
        case 44: return GLOOM;
        case 45: return VILEPLUME;
        case 46: return PARAS;
        case 47: return PARASECT;
        case 48: return VENONAT;
        case 49: return VENOMOTH;
        case 50: return DIGLETT;
        case 51: return DUGTRIO;
        case 52: return MEOWTH;
        case 53: return PERSIAN;
        case 54: return PSYDUCK;
        case 55: return GOLDUCK;
        case 56: return MANKEY;
        case 57: return PRIMEAPE;
        case 58: return GROWLITHE;
        case 59: return ARCANINE;
        case 60: return POLIWAG;
        case 61: return POLIWHIRL;
        case 62: return POLIWRATH;
        case 63: return ABRA;
        case 64: return KADABRA;
        case 65: return ALAKAZAM;
        case 66: return MACHOP;
        case 67: return MACHOKE;
        case 68: return MACHAMP;
        case 69: return BELLSPROUT;
        case 70: return WEEPINBELL;
        case 71: return VICTREEBEL;
        case 72: return TENTACOOL;
        case 73: return TENTACRUEL;
        case 74: return GEODUDE;
        case 75: return GRAVELER;
        case 76: return GOLEM;
        case 77: return PONYTA;
        case 78: return RAPIDASH;
        case 79: return SLOWPOKE;
        case 80: return SLOWBRO;
        case 81: return MAGNEMITE;
        case 82: return MAGNETON;
        case 83: return FARFETCHD;
        case 84: return DODUO;
        case 85: return DODRIO;
        case 86: return SEEL;
        case 87: return DEWGONG;
        case 88: return GRIMER;
        case 89: return MUK;
        case 90: return SHELLDER;
        case 91: return CLOYSTER;
        case 92: return GASTLY;
        case 93: return HAUNTER;
        case 94: return GENGAR;
        case 95: return ONIX;
        case 96: return DROWZEE;
        case 97: return HYPNO;
        case 98: return KRABBY;
        case 99: return KINGLER;
        case 100: return VOLTORB;
        case 101: return ELECTRODE;
        case 102: return EXEGGCUTE;
        case 103: return EXEGGUTOR;
        case 104: return CUBONE;
        case 105: return MAROWAK;
        case 106: return HITMONLEE;
        case 107: return HITMONCHAN;
        case 108: return LICKITUNG;
        case 109: return KOFFING;
        case 110: return WEEZING;
        case 111: return RHYHORN;
        case 112: return RHYDON;
        case 113: return CHANSEY;
        case 114: return TANGELA;
        case 115: return KANGASKHAN;
        case 116: return HORSEA;
        case 117: return SEADRA;
        case 118: return GOLDEEN;
        case 119: return SEAKING;
        case 120: return STARYU;
        case 121: return STARMIE;
        case 122: return MR_MIME;
        case 123: return SCYTHER;
        case 124: return JYNX;
        case 125: return ELECTABUZZ;
        case 126: return MAGMAR;
        case 127: return PINSIR;
        case 128: return TAUROS;
        case 129: return MAGIKARP;
        case 130: return GYARADOS;
        case 131: return LAPRAS;
        case 132: return DITTO;
        case 133: return EEVEE;
        case 134: return VAPOREON;
        case 135: return JOLTEON;
        case 136: return FLAREON;
        case 137: return PORYGON;
        case 138: return OMANYTE;
        case 139: return OMASTAR;
        case 140: return KABUTO;
        case 141: return KABUTOPS;
        case 142: return AERODACTYL;
        case 143: return SNORLAX;
        case 144: return ARTICUNO;
        case 145: return ZAPDOS;
        case 146: return MOLTRES;
        case 147: return DRATINI;
        case 148: return DRAGONAIR;
        case 149: return DRAGONITE;
        case 150: return MEWTWO;
        case 151: return MEW;
        case 152: return CHIKORITA;
        case 153: return BAYLEEF;
        case 154: return MEGANIUM;
        case 155: return CYNDAQUIL;
        case 156: return QUILAVA;
        case 157: return TYPHLOSION;
        case 158: return TOTODILE;
        case 159: return CROCONAW;
        case 160: return FERALIGATR;
        case 161: return SENTRET;
        case 162: return FURRET;
        case 163: return HOOTHOOT;
        case 164: return NOCTOWL;
        case 165: return LEDYBA;
        case 166: return LEDIAN;
        case 167: return SPINARAK;
        case 168: return ARIADOS;
        case 169: return CROBAT;
        case 170: return CHINCHOU;
        case 171: return LANTURN;
        case 172: return PICHU;
        case 173: return CLEFFA;
        case 174: return IGGLYBUFF;
        case 175: return TOGEPI;
        case 176: return TOGETIC;
        case 177: return NATU;
        case 178: return XATU;
        case 179: return MAREEP;
        case 180: return FLAAFFY;
        case 181: return AMPHAROS;
        case 182: return BELLOSSOM;
        case 183: return MARILL;
        case 184: return AZUMARILL;
        case 185: return SUDOWOODO;
        case 186: return POLITOED;
        case 187: return HOPPIP;
        case 188: return SKIPLOOM;
        case 189: return JUMPLUFF;
        case 190: return AIPOM;
        case 191: return SUNKERN;
        case 192: return SUNFLORA;
        case 193: return YANMA;
        case 194: return WOOPER;
        case 195: return QUAGSIRE;
        case 196: return ESPEON;
        case 197: return UMBREON;
        case 198: return MURKROW;
        case 199: return SLOWKING;
        case 200: return MISDREAVUS;
        case 201: return UNOWN;
        case 202: return WOBBUFFET;
        case 203: return GIRAFARIG;
        case 204: return PINECO;
        case 205: return FORRETRESS;
        case 206: return DUNSPARCE;
        case 207: return GLIGAR;
        case 208: return STEELIX;
        case 209: return SNUBBULL;
        case 210: return GRANBULL;
        case 211: return QWILFISH;
        case 212: return SCIZOR;
        case 213: return SHUCKLE;
        case 214: return HERACROSS;
        case 215: return SNEASEL;
        case 216: return TEDDIURSA;
        case 217: return URSARING;
        case 218: return SLUGMA;
        case 219: return MAGCARGO;
        case 220: return SWINUB;
        case 221: return PILOSWINE;
        case 222: return CORSOLA;
        case 223: return REMORAID;
        case 224: return OCTILLERY;
        case 225: return DELIBIRD;
        case 226: return MANTINE;
        case 227: return SKARMORY;
        case 228: return HOUNDOUR;
        case 229: return HOUNDOOM;
        case 230: return KINGDRA;
        case 231: return PHANPY;
        case 232: return DONPHAN;
        case 233: return PORYGON2;
        case 234: return STANTLER;
        case 235: return SMEARGLE;
        case 236: return TYROGUE;
        case 237: return HITMONTOP;
        case 238: return SMOOCHUM;
        case 239: return ELEKID;
        case 240: return MAGBY;
        case 241: return MILTANK;
        case 242: return BLISSEY;
        case 243: return RAIKOU;
        case 244: return ENTEI;
        case 245: return SUICUNE;
        case 246: return LARVITAR;
        case 247: return PUPITAR;
        case 248: return TYRANITAR;
        case 249: return LUGIA;
        case 250: return HO_OH;
        case 251: return CELEBI;
        case 252: return TREECKO;
        case 253: return GROVYLE;
        case 254: return SCEPTILE;
        case 255: return TORCHIC;
        case 256: return COMBUSKEN;
        case 257: return BLAZIKEN;
        case 258: return MUDKIP;
        case 259: return MARSHTOMP;
        case 260: return SWAMPERT;
        case 261: return POOCHYENA;
        case 262: return MIGHTYENA;
        case 263: return ZIGZAGOON;
        case 264: return LINOONE;
        case 265: return WURMPLE;
        case 266: return SILCOON;
        case 267: return BEAUTIFLY;
        case 268: return CASCOON;
        case 269: return DUSTOX;
        case 270: return LOTAD;
        case 271: return LOMBRE;
        case 272: return LUDICOLO;
        case 273: return SEEDOT;
        case 274: return NUZLEAF;
        case 275: return SHIFTRY;
        case 276: return TAILLOW;
        case 277: return SWELLOW;
        case 278: return WINGULL;
        case 279: return PELIPPER;
        case 280: return RALTS;
        case 281: return KIRLIA;
        case 282: return GARDEVOIR;
        case 283: return SURSKIT;
        case 284: return MASQUERAIN;
        case 285: return SHROOMISH;
        case 286: return BRELOOM;
        case 287: return SLAKOTH;
        case 288: return VIGOROTH;
        case 289: return SLAKING;
        case 290: return NINCADA;
        case 291: return NINJASK;
        case 292: return SHEDINJA;
        case 293: return WHISMUR;
        case 294: return LOUDRED;
        case 295: return EXPLOUD;
        case 296: return MAKUHITA;
        case 297: return HARIYAMA;
        case 298: return AZURILL;
        case 299: return NOSEPASS;
        case 300: return SKITTY;
        case 301: return DELCATTY;
        case 302: return SABLEYE;
        case 303: return MAWILE;
        case 304: return ARON;
        case 305: return LAIRON;
        case 306: return AGGRON;
        case 307: return MEDITITE;
        case 308: return MEDICHAM;
        case 309: return ELECTRIKE;
        case 310: return MANECTRIC;
        case 311: return PLUSLE;
        case 312: return MINUN;
        case 313: return VOLBEAT;
        case 314: return ILLUMISE;
        case 315: return ROSELIA;
        case 316: return GULPIN;
        case 317: return SWALOT;
        case 318: return CARVANHA;
        case 319: return SHARPEDO;
        case 320: return WAILMER;
        case 321: return WAILORD;
        case 322: return NUMEL;
        case 323: return CAMERUPT;
        case 324: return TORKOAL;
        case 325: return SPOINK;
        case 326: return GRUMPIG;
        case 327: return SPINDA;
        case 328: return TRAPINCH;
        case 329: return VIBRAVA;
        case 330: return FLYGON;
        case 331: return CACNEA;
        case 332: return CACTURNE;
        case 333: return SWABLU;
        case 334: return ALTARIA;
        case 335: return ZANGOOSE;
        case 336: return SEVIPER;
        case 337: return LUNATONE;
        case 338: return SOLROCK;
        case 339: return BARBOACH;
        case 340: return WHISCASH;
        case 341: return CORPHISH;
        case 342: return CRAWDAUNT;
        case 343: return BALTOY;
        case 344: return CLAYDOL;
        case 345: return LILEEP;
        case 346: return CRADILY;
        case 347: return ANORITH;
        case 348: return ARMALDO;
        case 349: return FEEBAS;
        case 350: return MILOTIC;
        case 351: return CASTFORM;
        case 352: return KECLEON;
        case 353: return SHUPPET;
        case 354: return BANETTE;
        case 355: return DUSKULL;
        case 356: return DUSCLOPS;
        case 357: return TROPIUS;
        case 358: return CHIMECHO;
        case 359: return ABSOL;
        case 360: return WYNAUT;
        case 361: return SNORUNT;
        case 362: return GLALIE;
        case 363: return SPHEAL;
        case 364: return SEALEO;
        case 365: return WALREIN;
        case 366: return CLAMPERL;
        case 367: return HUNTAIL;
        case 368: return GOREBYSS;
        case 369: return RELICANTH;
        case 370: return LUVDISC;
        case 371: return BAGON;
        case 372: return SHELGON;
        case 373: return SALAMENCE;
        case 374: return BELDUM;
        case 375: return METANG;
        case 376: return METAGROSS;
        case 377: return REGIROCK;
        case 378: return REGICE;
        case 379: return REGISTEEL;
        case 380: return LATIAS;
        case 381: return LATIOS;
        case 382: return KYOGRE;
        case 383: return GROUDON;
        case 384: return RAYQUAZA;
        case 385: return JIRACHI;
        case 386: return DEOXYS;
        case 387: return TURTWIG;
        case 388: return GROTLE;
        case 389: return TORTERRA;
        case 390: return CHIMCHAR;
        case 391: return MONFERNO;
        case 392: return INFERNAPE;
        case 393: return PIPLUP;
        case 394: return PRINPLUP;
        case 395: return EMPOLEON;
        case 396: return STARLY;
        case 397: return STARAVIA;
        case 398: return STARAPTOR;
        case 399: return BIDOOF;
        case 400: return BIBAREL;
        case 401: return KRICKETOT;
        case 402: return KRICKETUNE;
        case 403: return SHINX;
        case 404: return LUXIO;
        case 405: return LUXRAY;
        case 406: return BUDEW;
        case 407: return ROSERADE;
        case 408: return CRANIDOS;
        case 409: return RAMPARDOS;
        case 410: return SHIELDON;
        case 411: return BASTIODON;
        case 412: return BURMY;
        case 413: return WORMADAM;
        case 414: return MOTHIM;
        case 415: return COMBEE;
        case 416: return VESPIQUEN;
        case 417: return PACHIRISU;
        case 418: return BUIZEL;
        case 419: return FLOATZEL;
        case 420: return CHERUBI;
        case 421: return CHERRIM;
        case 422: return SHELLOS;
        case 423: return GASTRODON;
        case 424: return AMBIPOM;
        case 425: return DRIFLOON;
        case 426: return DRIFBLIM;
        case 427: return BUNEARY;
        case 428: return LOPUNNY;
        case 429: return MISMAGIUS;
        case 430: return HONCHKROW;
        case 431: return GLAMEOW;
        case 432: return PURUGLY;
        case 433: return CHINGLING;
        case 434: return STUNKY;
        case 435: return SKUNTANK;
        case 436: return BRONZOR;
        case 437: return BRONZONG;
        case 438: return BONSLY;
        case 439: return MIME_JR;
        case 440: return HAPPINY;
        case 441: return CHATOT;
        case 442: return SPIRITOMB;
        case 443: return GIBLE;
        case 444: return GABITE;
        case 445: return GARCHOMP;
        case 446: return MUNCHLAX;
        case 447: return RIOLU;
        case 448: return LUCARIO;
        case 449: return HIPPOPOTAS;
        case 450: return HIPPOWDON;
        case 451: return SKORUPI;
        case 452: return DRAPION;
        case 453: return CROAGUNK;
        case 454: return TOXICROAK;
        case 455: return CARNIVINE;
        case 456: return FINNEON;
        case 457: return LUMINEON;
        case 458: return MANTYKE;
        case 459: return SNOVER;
        case 460: return ABOMASNOW;
        case 461: return WEAVILE;
        case 462: return MAGNEZONE;
        case 463: return LICKILICKY;
        case 464: return RHYPERIOR;
        case 465: return TANGROWTH;
        case 466: return ELECTIVIRE;
        case 467: return MAGMORTAR;
        case 468: return TOGEKISS;
        case 469: return YANMEGA;
        case 470: return LEAFEON;
        case 471: return GLACEON;
        case 472: return GLISCOR;
        case 473: return MAMOSWINE;
        case 474: return PORYGON_Z;
        case 475: return GALLADE;
        case 476: return PROBOPASS;
        case 477: return DUSKNOIR;
        case 478: return FROSLASS;
        case 479: return ROTOM;
        case 480: return UXIE;
        case 481: return MESPRIT;
        case 482: return AZELF;
        case 483: return DIALGA;
        case 484: return PALKIA;
        case 485: return HEATRAN;
        case 486: return REGIGIGAS;
        case 487: return GIRATINA;
        case 488: return CRESSELIA;
        case 489: return PHIONE;
        case 490: return MANAPHY;
        case 491: return DARKRAI;
        case 492: return SHAYMIN;
        case 493: return ARCEUS;
        case 808: return MELTAN;
        case 809: return MELMETAL;
        default: return null;
      }
    }

    public static com.google.protobuf.Internal.EnumLiteMap
        internalGetValueMap() {
      return internalValueMap;
    }
    private static final com.google.protobuf.Internal.EnumLiteMap<
        PokemonId> internalValueMap =
          new com.google.protobuf.Internal.EnumLiteMap() {
            public PokemonId findValueByNumber(int number) {
              return PokemonId.forNumber(number);
            }
          };

    public final com.google.protobuf.Descriptors.EnumValueDescriptor
        getValueDescriptor() {
      return getDescriptor().getValues().get(ordinal());
    }
    public final com.google.protobuf.Descriptors.EnumDescriptor
        getDescriptorForType() {
      return getDescriptor();
    }
    public static final com.google.protobuf.Descriptors.EnumDescriptor
        getDescriptor() {
      return POGOProtos.Enums.PokemonIdOuterClass.getDescriptor().getEnumTypes().get(0);
    }

    private static final PokemonId[] VALUES = values();

    public static PokemonId valueOf(
        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
      if (desc.getType() != getDescriptor()) {
        throw new java.lang.IllegalArgumentException(
          "EnumValueDescriptor is not for this type.");
      }
      if (desc.getIndex() == -1) {
        return UNRECOGNIZED;
      }
      return VALUES[desc.getIndex()];
    }

    private final int value;

    private PokemonId(int value) {
      this.value = value;
    }

    // @@protoc_insertion_point(enum_scope:POGOProtos.Enums.PokemonId)
  }


  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n POGOProtos/Enums/PokemonId.proto\022\020POGO" +
      "Protos.Enums*\3026\n\tPokemonId\022\r\n\tMISSINGNO\020" +
      "\000\022\r\n\tBULBASAUR\020\001\022\013\n\007IVYSAUR\020\002\022\014\n\010VENUSAU" +
      "R\020\003\022\016\n\nCHARMANDER\020\004\022\016\n\nCHARMELEON\020\005\022\r\n\tC" +
      "HARIZARD\020\006\022\014\n\010SQUIRTLE\020\007\022\r\n\tWARTORTLE\020\010\022" +
      "\r\n\tBLASTOISE\020\t\022\014\n\010CATERPIE\020\n\022\013\n\007METAPOD\020" +
      "\013\022\016\n\nBUTTERFREE\020\014\022\n\n\006WEEDLE\020\r\022\n\n\006KAKUNA\020" +
      "\016\022\014\n\010BEEDRILL\020\017\022\n\n\006PIDGEY\020\020\022\r\n\tPIDGEOTTO" +
      "\020\021\022\013\n\007PIDGEOT\020\022\022\013\n\007RATTATA\020\023\022\014\n\010RATICATE" +
      "\020\024\022\013\n\007SPEAROW\020\025\022\n\n\006FEAROW\020\026\022\t\n\005EKANS\020\027\022\t" +
      "\n\005ARBOK\020\030\022\013\n\007PIKACHU\020\031\022\n\n\006RAICHU\020\032\022\r\n\tSA" +
      "NDSHREW\020\033\022\r\n\tSANDSLASH\020\034\022\022\n\016NIDORAN_FEMA" +
      "LE\020\035\022\014\n\010NIDORINA\020\036\022\r\n\tNIDOQUEEN\020\037\022\020\n\014NID" +
      "ORAN_MALE\020 \022\014\n\010NIDORINO\020!\022\014\n\010NIDOKING\020\"\022" +
      "\014\n\010CLEFAIRY\020#\022\014\n\010CLEFABLE\020$\022\n\n\006VULPIX\020%\022" +
      "\r\n\tNINETALES\020&\022\016\n\nJIGGLYPUFF\020\'\022\016\n\nWIGGLY" +
      "TUFF\020(\022\t\n\005ZUBAT\020)\022\n\n\006GOLBAT\020*\022\n\n\006ODDISH\020" +
      "+\022\t\n\005GLOOM\020,\022\r\n\tVILEPLUME\020-\022\t\n\005PARAS\020.\022\014" +
      "\n\010PARASECT\020/\022\013\n\007VENONAT\0200\022\014\n\010VENOMOTH\0201\022" +
      "\013\n\007DIGLETT\0202\022\013\n\007DUGTRIO\0203\022\n\n\006MEOWTH\0204\022\013\n" +
      "\007PERSIAN\0205\022\013\n\007PSYDUCK\0206\022\013\n\007GOLDUCK\0207\022\n\n\006" +
      "MANKEY\0208\022\014\n\010PRIMEAPE\0209\022\r\n\tGROWLITHE\020:\022\014\n" +
      "\010ARCANINE\020;\022\013\n\007POLIWAG\020<\022\r\n\tPOLIWHIRL\020=\022" +
      "\r\n\tPOLIWRATH\020>\022\010\n\004ABRA\020?\022\013\n\007KADABRA\020@\022\014\n" +
      "\010ALAKAZAM\020A\022\n\n\006MACHOP\020B\022\013\n\007MACHOKE\020C\022\013\n\007" +
      "MACHAMP\020D\022\016\n\nBELLSPROUT\020E\022\016\n\nWEEPINBELL\020" +
      "F\022\016\n\nVICTREEBEL\020G\022\r\n\tTENTACOOL\020H\022\016\n\nTENT" +
      "ACRUEL\020I\022\013\n\007GEODUDE\020J\022\014\n\010GRAVELER\020K\022\t\n\005G" +
      "OLEM\020L\022\n\n\006PONYTA\020M\022\014\n\010RAPIDASH\020N\022\014\n\010SLOW" +
      "POKE\020O\022\013\n\007SLOWBRO\020P\022\r\n\tMAGNEMITE\020Q\022\014\n\010MA" +
      "GNETON\020R\022\r\n\tFARFETCHD\020S\022\t\n\005DODUO\020T\022\n\n\006DO" +
      "DRIO\020U\022\010\n\004SEEL\020V\022\013\n\007DEWGONG\020W\022\n\n\006GRIMER\020" +
      "X\022\007\n\003MUK\020Y\022\014\n\010SHELLDER\020Z\022\014\n\010CLOYSTER\020[\022\n" +
      "\n\006GASTLY\020\\\022\013\n\007HAUNTER\020]\022\n\n\006GENGAR\020^\022\010\n\004O" +
      "NIX\020_\022\013\n\007DROWZEE\020`\022\t\n\005HYPNO\020a\022\n\n\006KRABBY\020" +
      "b\022\013\n\007KINGLER\020c\022\013\n\007VOLTORB\020d\022\r\n\tELECTRODE" +
      "\020e\022\r\n\tEXEGGCUTE\020f\022\r\n\tEXEGGUTOR\020g\022\n\n\006CUBO" +
      "NE\020h\022\013\n\007MAROWAK\020i\022\r\n\tHITMONLEE\020j\022\016\n\nHITM" +
      "ONCHAN\020k\022\r\n\tLICKITUNG\020l\022\013\n\007KOFFING\020m\022\013\n\007" +
      "WEEZING\020n\022\013\n\007RHYHORN\020o\022\n\n\006RHYDON\020p\022\013\n\007CH" +
      "ANSEY\020q\022\013\n\007TANGELA\020r\022\016\n\nKANGASKHAN\020s\022\n\n\006" +
      "HORSEA\020t\022\n\n\006SEADRA\020u\022\013\n\007GOLDEEN\020v\022\013\n\007SEA" +
      "KING\020w\022\n\n\006STARYU\020x\022\013\n\007STARMIE\020y\022\013\n\007MR_MI" +
      "ME\020z\022\013\n\007SCYTHER\020{\022\010\n\004JYNX\020|\022\016\n\nELECTABUZ" +
      "Z\020}\022\n\n\006MAGMAR\020~\022\n\n\006PINSIR\020\177\022\013\n\006TAUROS\020\200\001" +
      "\022\r\n\010MAGIKARP\020\201\001\022\r\n\010GYARADOS\020\202\001\022\013\n\006LAPRAS" +
      "\020\203\001\022\n\n\005DITTO\020\204\001\022\n\n\005EEVEE\020\205\001\022\r\n\010VAPOREON\020" +
      "\206\001\022\014\n\007JOLTEON\020\207\001\022\014\n\007FLAREON\020\210\001\022\014\n\007PORYGO" +
      "N\020\211\001\022\014\n\007OMANYTE\020\212\001\022\014\n\007OMASTAR\020\213\001\022\013\n\006KABU" +
      "TO\020\214\001\022\r\n\010KABUTOPS\020\215\001\022\017\n\nAERODACTYL\020\216\001\022\014\n" +
      "\007SNORLAX\020\217\001\022\r\n\010ARTICUNO\020\220\001\022\013\n\006ZAPDOS\020\221\001\022" +
      "\014\n\007MOLTRES\020\222\001\022\014\n\007DRATINI\020\223\001\022\016\n\tDRAGONAIR" +
      "\020\224\001\022\016\n\tDRAGONITE\020\225\001\022\013\n\006MEWTWO\020\226\001\022\010\n\003MEW\020" +
      "\227\001\022\016\n\tCHIKORITA\020\230\001\022\014\n\007BAYLEEF\020\231\001\022\r\n\010MEGA" +
      "NIUM\020\232\001\022\016\n\tCYNDAQUIL\020\233\001\022\014\n\007QUILAVA\020\234\001\022\017\n" +
      "\nTYPHLOSION\020\235\001\022\r\n\010TOTODILE\020\236\001\022\r\n\010CROCONA" +
      "W\020\237\001\022\017\n\nFERALIGATR\020\240\001\022\014\n\007SENTRET\020\241\001\022\013\n\006F" +
      "URRET\020\242\001\022\r\n\010HOOTHOOT\020\243\001\022\014\n\007NOCTOWL\020\244\001\022\013\n" +
      "\006LEDYBA\020\245\001\022\013\n\006LEDIAN\020\246\001\022\r\n\010SPINARAK\020\247\001\022\014" +
      "\n\007ARIADOS\020\250\001\022\013\n\006CROBAT\020\251\001\022\r\n\010CHINCHOU\020\252\001" +
      "\022\014\n\007LANTURN\020\253\001\022\n\n\005PICHU\020\254\001\022\013\n\006CLEFFA\020\255\001\022" +
      "\016\n\tIGGLYBUFF\020\256\001\022\013\n\006TOGEPI\020\257\001\022\014\n\007TOGETIC\020" +
      "\260\001\022\t\n\004NATU\020\261\001\022\t\n\004XATU\020\262\001\022\013\n\006MAREEP\020\263\001\022\014\n" +
      "\007FLAAFFY\020\264\001\022\r\n\010AMPHAROS\020\265\001\022\016\n\tBELLOSSOM\020" +
      "\266\001\022\013\n\006MARILL\020\267\001\022\016\n\tAZUMARILL\020\270\001\022\016\n\tSUDOW" +
      "OODO\020\271\001\022\r\n\010POLITOED\020\272\001\022\013\n\006HOPPIP\020\273\001\022\r\n\010S" +
      "KIPLOOM\020\274\001\022\r\n\010JUMPLUFF\020\275\001\022\n\n\005AIPOM\020\276\001\022\014\n" +
      "\007SUNKERN\020\277\001\022\r\n\010SUNFLORA\020\300\001\022\n\n\005YANMA\020\301\001\022\013" +
      "\n\006WOOPER\020\302\001\022\r\n\010QUAGSIRE\020\303\001\022\013\n\006ESPEON\020\304\001\022" +
      "\014\n\007UMBREON\020\305\001\022\014\n\007MURKROW\020\306\001\022\r\n\010SLOWKING\020" +
      "\307\001\022\017\n\nMISDREAVUS\020\310\001\022\n\n\005UNOWN\020\311\001\022\016\n\tWOBBU" +
      "FFET\020\312\001\022\016\n\tGIRAFARIG\020\313\001\022\013\n\006PINECO\020\314\001\022\017\n\n" +
      "FORRETRESS\020\315\001\022\016\n\tDUNSPARCE\020\316\001\022\013\n\006GLIGAR\020" +
      "\317\001\022\014\n\007STEELIX\020\320\001\022\r\n\010SNUBBULL\020\321\001\022\r\n\010GRANB" +
      "ULL\020\322\001\022\r\n\010QWILFISH\020\323\001\022\013\n\006SCIZOR\020\324\001\022\014\n\007SH" +
      "UCKLE\020\325\001\022\016\n\tHERACROSS\020\326\001\022\014\n\007SNEASEL\020\327\001\022\016" +
      "\n\tTEDDIURSA\020\330\001\022\r\n\010URSARING\020\331\001\022\013\n\006SLUGMA\020" +
      "\332\001\022\r\n\010MAGCARGO\020\333\001\022\013\n\006SWINUB\020\334\001\022\016\n\tPILOSW" +
      "INE\020\335\001\022\014\n\007CORSOLA\020\336\001\022\r\n\010REMORAID\020\337\001\022\016\n\tO" +
      "CTILLERY\020\340\001\022\r\n\010DELIBIRD\020\341\001\022\014\n\007MANTINE\020\342\001" +
      "\022\r\n\010SKARMORY\020\343\001\022\r\n\010HOUNDOUR\020\344\001\022\r\n\010HOUNDO" +
      "OM\020\345\001\022\014\n\007KINGDRA\020\346\001\022\013\n\006PHANPY\020\347\001\022\014\n\007DONP" +
      "HAN\020\350\001\022\r\n\010PORYGON2\020\351\001\022\r\n\010STANTLER\020\352\001\022\r\n\010" +
      "SMEARGLE\020\353\001\022\014\n\007TYROGUE\020\354\001\022\016\n\tHITMONTOP\020\355" +
      "\001\022\r\n\010SMOOCHUM\020\356\001\022\013\n\006ELEKID\020\357\001\022\n\n\005MAGBY\020\360" +
      "\001\022\014\n\007MILTANK\020\361\001\022\014\n\007BLISSEY\020\362\001\022\013\n\006RAIKOU\020" +
      "\363\001\022\n\n\005ENTEI\020\364\001\022\014\n\007SUICUNE\020\365\001\022\r\n\010LARVITAR" +
      "\020\366\001\022\014\n\007PUPITAR\020\367\001\022\016\n\tTYRANITAR\020\370\001\022\n\n\005LUG" +
      "IA\020\371\001\022\n\n\005HO_OH\020\372\001\022\013\n\006CELEBI\020\373\001\022\014\n\007TREECK" +
      "O\020\374\001\022\014\n\007GROVYLE\020\375\001\022\r\n\010SCEPTILE\020\376\001\022\014\n\007TOR" +
      "CHIC\020\377\001\022\016\n\tCOMBUSKEN\020\200\002\022\r\n\010BLAZIKEN\020\201\002\022\013" +
      "\n\006MUDKIP\020\202\002\022\016\n\tMARSHTOMP\020\203\002\022\r\n\010SWAMPERT\020" +
      "\204\002\022\016\n\tPOOCHYENA\020\205\002\022\016\n\tMIGHTYENA\020\206\002\022\016\n\tZI" +
      "GZAGOON\020\207\002\022\014\n\007LINOONE\020\210\002\022\014\n\007WURMPLE\020\211\002\022\014" +
      "\n\007SILCOON\020\212\002\022\016\n\tBEAUTIFLY\020\213\002\022\014\n\007CASCOON\020" +
      "\214\002\022\013\n\006DUSTOX\020\215\002\022\n\n\005LOTAD\020\216\002\022\013\n\006LOMBRE\020\217\002" +
      "\022\r\n\010LUDICOLO\020\220\002\022\013\n\006SEEDOT\020\221\002\022\014\n\007NUZLEAF\020" +
      "\222\002\022\014\n\007SHIFTRY\020\223\002\022\014\n\007TAILLOW\020\224\002\022\014\n\007SWELLO" +
      "W\020\225\002\022\014\n\007WINGULL\020\226\002\022\r\n\010PELIPPER\020\227\002\022\n\n\005RAL" +
      "TS\020\230\002\022\013\n\006KIRLIA\020\231\002\022\016\n\tGARDEVOIR\020\232\002\022\014\n\007SU" +
      "RSKIT\020\233\002\022\017\n\nMASQUERAIN\020\234\002\022\016\n\tSHROOMISH\020\235" +
      "\002\022\014\n\007BRELOOM\020\236\002\022\014\n\007SLAKOTH\020\237\002\022\r\n\010VIGOROT" +
      "H\020\240\002\022\014\n\007SLAKING\020\241\002\022\014\n\007NINCADA\020\242\002\022\014\n\007NINJ" +
      "ASK\020\243\002\022\r\n\010SHEDINJA\020\244\002\022\014\n\007WHISMUR\020\245\002\022\014\n\007L" +
      "OUDRED\020\246\002\022\014\n\007EXPLOUD\020\247\002\022\r\n\010MAKUHITA\020\250\002\022\r" +
      "\n\010HARIYAMA\020\251\002\022\014\n\007AZURILL\020\252\002\022\r\n\010NOSEPASS\020" +
      "\253\002\022\013\n\006SKITTY\020\254\002\022\r\n\010DELCATTY\020\255\002\022\014\n\007SABLEY" +
      "E\020\256\002\022\013\n\006MAWILE\020\257\002\022\t\n\004ARON\020\260\002\022\013\n\006LAIRON\020\261" +
      "\002\022\013\n\006AGGRON\020\262\002\022\r\n\010MEDITITE\020\263\002\022\r\n\010MEDICHA" +
      "M\020\264\002\022\016\n\tELECTRIKE\020\265\002\022\016\n\tMANECTRIC\020\266\002\022\013\n\006" +
      "PLUSLE\020\267\002\022\n\n\005MINUN\020\270\002\022\014\n\007VOLBEAT\020\271\002\022\r\n\010I" +
      "LLUMISE\020\272\002\022\014\n\007ROSELIA\020\273\002\022\013\n\006GULPIN\020\274\002\022\013\n" +
      "\006SWALOT\020\275\002\022\r\n\010CARVANHA\020\276\002\022\r\n\010SHARPEDO\020\277\002" +
      "\022\014\n\007WAILMER\020\300\002\022\014\n\007WAILORD\020\301\002\022\n\n\005NUMEL\020\302\002" +
      "\022\r\n\010CAMERUPT\020\303\002\022\014\n\007TORKOAL\020\304\002\022\013\n\006SPOINK\020" +
      "\305\002\022\014\n\007GRUMPIG\020\306\002\022\013\n\006SPINDA\020\307\002\022\r\n\010TRAPINC" +
      "H\020\310\002\022\014\n\007VIBRAVA\020\311\002\022\013\n\006FLYGON\020\312\002\022\013\n\006CACNE" +
      "A\020\313\002\022\r\n\010CACTURNE\020\314\002\022\013\n\006SWABLU\020\315\002\022\014\n\007ALTA" +
      "RIA\020\316\002\022\r\n\010ZANGOOSE\020\317\002\022\014\n\007SEVIPER\020\320\002\022\r\n\010L" +
      "UNATONE\020\321\002\022\014\n\007SOLROCK\020\322\002\022\r\n\010BARBOACH\020\323\002\022" +
      "\r\n\010WHISCASH\020\324\002\022\r\n\010CORPHISH\020\325\002\022\016\n\tCRAWDAU" +
      "NT\020\326\002\022\013\n\006BALTOY\020\327\002\022\014\n\007CLAYDOL\020\330\002\022\013\n\006LILE" +
      "EP\020\331\002\022\014\n\007CRADILY\020\332\002\022\014\n\007ANORITH\020\333\002\022\014\n\007ARM" +
      "ALDO\020\334\002\022\013\n\006FEEBAS\020\335\002\022\014\n\007MILOTIC\020\336\002\022\r\n\010CA" +
      "STFORM\020\337\002\022\014\n\007KECLEON\020\340\002\022\014\n\007SHUPPET\020\341\002\022\014\n" +
      "\007BANETTE\020\342\002\022\014\n\007DUSKULL\020\343\002\022\r\n\010DUSCLOPS\020\344\002" +
      "\022\014\n\007TROPIUS\020\345\002\022\r\n\010CHIMECHO\020\346\002\022\n\n\005ABSOL\020\347" +
      "\002\022\013\n\006WYNAUT\020\350\002\022\014\n\007SNORUNT\020\351\002\022\013\n\006GLALIE\020\352" +
      "\002\022\013\n\006SPHEAL\020\353\002\022\013\n\006SEALEO\020\354\002\022\014\n\007WALREIN\020\355" +
      "\002\022\r\n\010CLAMPERL\020\356\002\022\014\n\007HUNTAIL\020\357\002\022\r\n\010GOREBY" +
      "SS\020\360\002\022\016\n\tRELICANTH\020\361\002\022\014\n\007LUVDISC\020\362\002\022\n\n\005B" +
      "AGON\020\363\002\022\014\n\007SHELGON\020\364\002\022\016\n\tSALAMENCE\020\365\002\022\013\n" +
      "\006BELDUM\020\366\002\022\013\n\006METANG\020\367\002\022\016\n\tMETAGROSS\020\370\002\022" +
      "\r\n\010REGIROCK\020\371\002\022\013\n\006REGICE\020\372\002\022\016\n\tREGISTEEL" +
      "\020\373\002\022\013\n\006LATIAS\020\374\002\022\013\n\006LATIOS\020\375\002\022\013\n\006KYOGRE\020" +
      "\376\002\022\014\n\007GROUDON\020\377\002\022\r\n\010RAYQUAZA\020\200\003\022\014\n\007JIRAC" +
      "HI\020\201\003\022\013\n\006DEOXYS\020\202\003\022\014\n\007TURTWIG\020\203\003\022\013\n\006GROT" +
      "LE\020\204\003\022\r\n\010TORTERRA\020\205\003\022\r\n\010CHIMCHAR\020\206\003\022\r\n\010M" +
      "ONFERNO\020\207\003\022\016\n\tINFERNAPE\020\210\003\022\013\n\006PIPLUP\020\211\003\022" +
      "\r\n\010PRINPLUP\020\212\003\022\r\n\010EMPOLEON\020\213\003\022\013\n\006STARLY\020" +
      "\214\003\022\r\n\010STARAVIA\020\215\003\022\016\n\tSTARAPTOR\020\216\003\022\013\n\006BID" +
      "OOF\020\217\003\022\014\n\007BIBAREL\020\220\003\022\016\n\tKRICKETOT\020\221\003\022\017\n\n" +
      "KRICKETUNE\020\222\003\022\n\n\005SHINX\020\223\003\022\n\n\005LUXIO\020\224\003\022\013\n" +
      "\006LUXRAY\020\225\003\022\n\n\005BUDEW\020\226\003\022\r\n\010ROSERADE\020\227\003\022\r\n" +
      "\010CRANIDOS\020\230\003\022\016\n\tRAMPARDOS\020\231\003\022\r\n\010SHIELDON" +
      "\020\232\003\022\016\n\tBASTIODON\020\233\003\022\n\n\005BURMY\020\234\003\022\r\n\010WORMA" +
      "DAM\020\235\003\022\013\n\006MOTHIM\020\236\003\022\013\n\006COMBEE\020\237\003\022\016\n\tVESP" +
      "IQUEN\020\240\003\022\016\n\tPACHIRISU\020\241\003\022\013\n\006BUIZEL\020\242\003\022\r\n" +
      "\010FLOATZEL\020\243\003\022\014\n\007CHERUBI\020\244\003\022\014\n\007CHERRIM\020\245\003" +
      "\022\014\n\007SHELLOS\020\246\003\022\016\n\tGASTRODON\020\247\003\022\014\n\007AMBIPO" +
      "M\020\250\003\022\r\n\010DRIFLOON\020\251\003\022\r\n\010DRIFBLIM\020\252\003\022\014\n\007BU" +
      "NEARY\020\253\003\022\014\n\007LOPUNNY\020\254\003\022\016\n\tMISMAGIUS\020\255\003\022\016" +
      "\n\tHONCHKROW\020\256\003\022\014\n\007GLAMEOW\020\257\003\022\014\n\007PURUGLY\020" +
      "\260\003\022\016\n\tCHINGLING\020\261\003\022\013\n\006STUNKY\020\262\003\022\r\n\010SKUNT" +
      "ANK\020\263\003\022\014\n\007BRONZOR\020\264\003\022\r\n\010BRONZONG\020\265\003\022\013\n\006B" +
      "ONSLY\020\266\003\022\014\n\007MIME_JR\020\267\003\022\014\n\007HAPPINY\020\270\003\022\013\n\006" +
      "CHATOT\020\271\003\022\016\n\tSPIRITOMB\020\272\003\022\n\n\005GIBLE\020\273\003\022\013\n" +
      "\006GABITE\020\274\003\022\r\n\010GARCHOMP\020\275\003\022\r\n\010MUNCHLAX\020\276\003" +
      "\022\n\n\005RIOLU\020\277\003\022\014\n\007LUCARIO\020\300\003\022\017\n\nHIPPOPOTAS" +
      "\020\301\003\022\016\n\tHIPPOWDON\020\302\003\022\014\n\007SKORUPI\020\303\003\022\014\n\007DRA" +
      "PION\020\304\003\022\r\n\010CROAGUNK\020\305\003\022\016\n\tTOXICROAK\020\306\003\022\016" +
      "\n\tCARNIVINE\020\307\003\022\014\n\007FINNEON\020\310\003\022\r\n\010LUMINEON" +
      "\020\311\003\022\014\n\007MANTYKE\020\312\003\022\013\n\006SNOVER\020\313\003\022\016\n\tABOMAS" +
      "NOW\020\314\003\022\014\n\007WEAVILE\020\315\003\022\016\n\tMAGNEZONE\020\316\003\022\017\n\n" +
      "LICKILICKY\020\317\003\022\016\n\tRHYPERIOR\020\320\003\022\016\n\tTANGROW" +
      "TH\020\321\003\022\017\n\nELECTIVIRE\020\322\003\022\016\n\tMAGMORTAR\020\323\003\022\r" +
      "\n\010TOGEKISS\020\324\003\022\014\n\007YANMEGA\020\325\003\022\014\n\007LEAFEON\020\326" +
      "\003\022\014\n\007GLACEON\020\327\003\022\014\n\007GLISCOR\020\330\003\022\016\n\tMAMOSWI" +
      "NE\020\331\003\022\016\n\tPORYGON_Z\020\332\003\022\014\n\007GALLADE\020\333\003\022\016\n\tP" +
      "ROBOPASS\020\334\003\022\r\n\010DUSKNOIR\020\335\003\022\r\n\010FROSLASS\020\336" +
      "\003\022\n\n\005ROTOM\020\337\003\022\t\n\004UXIE\020\340\003\022\014\n\007MESPRIT\020\341\003\022\n" +
      "\n\005AZELF\020\342\003\022\013\n\006DIALGA\020\343\003\022\013\n\006PALKIA\020\344\003\022\014\n\007" +
      "HEATRAN\020\345\003\022\016\n\tREGIGIGAS\020\346\003\022\r\n\010GIRATINA\020\347" +
      "\003\022\016\n\tCRESSELIA\020\350\003\022\013\n\006PHIONE\020\351\003\022\014\n\007MANAPH" +
      "Y\020\352\003\022\014\n\007DARKRAI\020\353\003\022\014\n\007SHAYMIN\020\354\003\022\013\n\006ARCE" +
      "US\020\355\003\022\013\n\006MELTAN\020\250\006\022\r\n\010MELMETAL\020\251\006b\006proto" +
      "3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        }, assigner);
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy