Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. #region Assembly POGOProtos, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null
  2. // C:\Users\Ward\Documents\GitHub\PogoLocationFeeder\packages\POGOProtos.1.4.0\lib\net45\POGOProtos.dll
  3. #endregion
  4.  
  5. namespace POGOProtos.Enums
  6. {
  7. public enum PokemonId
  8. {
  9. Missingno = 0,
  10. Bulbasaur = 1,
  11. Ivysaur = 2,
  12. Venusaur = 3,
  13. Charmander = 4,
  14. Charmeleon = 5,
  15. Charizard = 6,
  16. Squirtle = 7,
  17. Wartortle = 8,
  18. Blastoise = 9,
  19. Caterpie = 10,
  20. Metapod = 11,
  21. Butterfree = 12,
  22. Weedle = 13,
  23. Kakuna = 14,
  24. Beedrill = 15,
  25. Pidgey = 16,
  26. Pidgeotto = 17,
  27. Pidgeot = 18,
  28. Rattata = 19,
  29. Raticate = 20,
  30. Spearow = 21,
  31. Fearow = 22,
  32. Ekans = 23,
  33. Arbok = 24,
  34. Pikachu = 25,
  35. Raichu = 26,
  36. Sandshrew = 27,
  37. Sandslash = 28,
  38. NidoranFemale = 29,
  39. Nidorina = 30,
  40. Nidoqueen = 31,
  41. NidoranMale = 32,
  42. Nidorino = 33,
  43. Nidoking = 34,
  44. Clefairy = 35,
  45. Clefable = 36,
  46. Vulpix = 37,
  47. Ninetales = 38,
  48. Jigglypuff = 39,
  49. Wigglytuff = 40,
  50. Zubat = 41,
  51. Golbat = 42,
  52. Oddish = 43,
  53. Gloom = 44,
  54. Vileplume = 45,
  55. Paras = 46,
  56. Parasect = 47,
  57. Venonat = 48,
  58. Venomoth = 49,
  59. Diglett = 50,
  60. Dugtrio = 51,
  61. Meowth = 52,
  62. Persian = 53,
  63. Psyduck = 54,
  64. Golduck = 55,
  65. Mankey = 56,
  66. Primeape = 57,
  67. Growlithe = 58,
  68. Arcanine = 59,
  69. Poliwag = 60,
  70. Poliwhirl = 61,
  71. Poliwrath = 62,
  72. Abra = 63,
  73. Kadabra = 64,
  74. Alakazam = 65,
  75. Machop = 66,
  76. Machoke = 67,
  77. Machamp = 68,
  78. Bellsprout = 69,
  79. Weepinbell = 70,
  80. Victreebel = 71,
  81. Tentacool = 72,
  82. Tentacruel = 73,
  83. Geodude = 74,
  84. Graveler = 75,
  85. Golem = 76,
  86. Ponyta = 77,
  87. Rapidash = 78,
  88. Slowpoke = 79,
  89. Slowbro = 80,
  90. Magnemite = 81,
  91. Magneton = 82,
  92. Farfetchd = 83,
  93. Doduo = 84,
  94. Dodrio = 85,
  95. Seel = 86,
  96. Dewgong = 87,
  97. Grimer = 88,
  98. Muk = 89,
  99. Shellder = 90,
  100. Cloyster = 91,
  101. Gastly = 92,
  102. Haunter = 93,
  103. Gengar = 94,
  104. Onix = 95,
  105. Drowzee = 96,
  106. Hypno = 97,
  107. Krabby = 98,
  108. Kingler = 99,
  109. Voltorb = 100,
  110. Electrode = 101,
  111. Exeggcute = 102,
  112. Exeggutor = 103,
  113. Cubone = 104,
  114. Marowak = 105,
  115. Hitmonlee = 106,
  116. Hitmonchan = 107,
  117. Lickitung = 108,
  118. Koffing = 109,
  119. Weezing = 110,
  120. Rhyhorn = 111,
  121. Rhydon = 112,
  122. Chansey = 113,
  123. Tangela = 114,
  124. Kangaskhan = 115,
  125. Horsea = 116,
  126. Seadra = 117,
  127. Goldeen = 118,
  128. Seaking = 119,
  129. Staryu = 120,
  130. Starmie = 121,
  131. MrMime = 122,
  132. Scyther = 123,
  133. Jynx = 124,
  134. Electabuzz = 125,
  135. Magmar = 126,
  136. Pinsir = 127,
  137. Tauros = 128,
  138. Magikarp = 129,
  139. Gyarados = 130,
  140. Lapras = 131,
  141. Ditto = 132,
  142. Eevee = 133,
  143. Vaporeon = 134,
  144. Jolteon = 135,
  145. Flareon = 136,
  146. Porygon = 137,
  147. Omanyte = 138,
  148. Omastar = 139,
  149. Kabuto = 140,
  150. Kabutops = 141,
  151. Aerodactyl = 142,
  152. Snorlax = 143,
  153. Articuno = 144,
  154. Zapdos = 145,
  155. Moltres = 146,
  156. Dratini = 147,
  157. Dragonair = 148,
  158. Dragonite = 149,
  159. Mewtwo = 150,
  160. Mew = 151
  161. }
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement