Nessuna descrizione

pkmn_name.h 31KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123
  1. #ifndef PKMN_IDS
  2. #define PKMN_IDS
  3. #define PKMN_UNBEKANNT 0
  4. #define PKMN_BISASAM 1
  5. #define PKMN_BISAKNOSP 2
  6. #define PKMN_BISAFLOR 3
  7. #define PKMN_GLUMANDA 4
  8. #define PKMN_GLUTEXO 5
  9. #define PKMN_GLURAK 6
  10. #define PKMN_SCHIGGY 7
  11. #define PKMN_SCHILLOK 8
  12. #define PKMN_TURTOK 9
  13. #define PKMN_RAUPY 10
  14. #define PKMN_SAFCON 11
  15. #define PKMN_SMETTBO 12
  16. #define PKMN_HORNLIU 13
  17. #define PKMN_KOKUNA 14
  18. #define PKMN_BIBOR 15
  19. #define PKMN_TAUBSI 16
  20. #define PKMN_TAUBOGA 17
  21. #define PKMN_TAUBOSS 18
  22. #define PKMN_RATTFRATZ 19
  23. #define PKMN_RATTIKARL 20
  24. #define PKMN_HABITAK 21
  25. #define PKMN_IBITAK 22
  26. #define PKMN_RETTAN 23
  27. #define PKMN_ARBOK 24
  28. #define PKMN_PIKACHU 25
  29. #define PKMN_RAICHU 26
  30. #define PKMN_SANDAN 27
  31. #define PKMN_SANDAMER 28
  32. #define PKMN_NIDORAN_W 29
  33. #define PKMN_NIDORINA 30
  34. #define PKMN_NIDOQUEEN 31
  35. #define PKMN_NIDORAN_M 32
  36. #define PKMN_NIDORINO 33
  37. #define PKMN_NIDOKING 34
  38. #define PKMN_PIEPI 35
  39. #define PKMN_PIXI 36
  40. #define PKMN_VULPIX 37
  41. #define PKMN_VULNONA 38
  42. #define PKMN_PUMMELUFF 39
  43. #define PKMN_KNUDDELUFF 40
  44. #define PKMN_ZUBAT 41
  45. #define PKMN_GOLBAT 42
  46. #define PKMN_MYRAPLA 43
  47. #define PKMN_DUFLOR 44
  48. #define PKMN_GIFLOR 45
  49. #define PKMN_PARAS 46
  50. #define PKMN_PARASEK 47
  51. #define PKMN_BLUZUK 48
  52. #define PKMN_OMOT 49
  53. #define PKMN_DIGDA 50
  54. #define PKMN_DIGDRI 51
  55. #define PKMN_MAUZI 52
  56. #define PKMN_SNOBILIKAT 53
  57. #define PKMN_ENTON 54
  58. #define PKMN_ENTORON 55
  59. #define PKMN_MENKI 56
  60. #define PKMN_RASAFF 57
  61. #define PKMN_FUKANO 58
  62. #define PKMN_ARKANI 59
  63. #define PKMN_QUAPSEL 60
  64. #define PKMN_QUAPUTZI 61
  65. #define PKMN_QUAPPO 62
  66. #define PKMN_ABRA 63
  67. #define PKMN_KADABRA 64
  68. #define PKMN_SIMSALA 65
  69. #define PKMN_MACHOLLO 66
  70. #define PKMN_MASCHOCK 67
  71. #define PKMN_MACHOMEI 68
  72. #define PKMN_KNOFENSA 69
  73. #define PKMN_ULTRIGARIA 70
  74. #define PKMN_SARZENIA 71
  75. #define PKMN_TENTACHA 72
  76. #define PKMN_TENTOXA 73
  77. #define PKMN_KLEINSTEIN 74
  78. #define PKMN_GEOROK 75
  79. #define PKMN_GEOWAZ 76
  80. #define PKMN_PONITA 77
  81. #define PKMN_GALLOPA 78
  82. #define PKMN_FLEGMON 79
  83. #define PKMN_LAHMUS 80
  84. #define PKMN_MAGNETILO 81
  85. #define PKMN_MAGNETON 82
  86. #define PKMN_PORENTA 83
  87. #define PKMN_DODU 84
  88. #define PKMN_DODRI 85
  89. #define PKMN_JUROB 86
  90. #define PKMN_JUGONG 87
  91. #define PKMN_SLEIMA 88
  92. #define PKMN_SLEIMOK 89
  93. #define PKMN_MUSCHAS 90
  94. #define PKMN_AUSTOS 91
  95. #define PKMN_NEBULAK 92
  96. #define PKMN_ALPOLLO 93
  97. #define PKMN_GENGAR 94
  98. #define PKMN_ONIX 95
  99. #define PKMN_TRAUMATO 96
  100. #define PKMN_HYPNO 97
  101. #define PKMN_KRABBY 98
  102. #define PKMN_KINGLER 99
  103. #define PKMN_VOLTOBAL 100
  104. #define PKMN_LEKTROBAL 101
  105. #define PKMN_OWEI 102
  106. #define PKMN_KOKOWEI 103
  107. #define PKMN_TRAGOSSO 104
  108. #define PKMN_KNOGGA 105
  109. #define PKMN_KICKLEE 106
  110. #define PKMN_NOCKCHAN 107
  111. #define PKMN_SCHLURP 108
  112. #define PKMN_SMOGON 109
  113. #define PKMN_SMOGMOG 110
  114. #define PKMN_RIHORN 111
  115. #define PKMN_RIZEROS 112
  116. #define PKMN_CHANEIRA 113
  117. #define PKMN_TANGELA 114
  118. #define PKMN_KANGAMA 115
  119. #define PKMN_SEEPER 116
  120. #define PKMN_SEEMON 117
  121. #define PKMN_GOLDINI 118
  122. #define PKMN_GOLKING 119
  123. #define PKMN_STERNDU 120
  124. #define PKMN_STARMIE 121
  125. #define PKMN_PANTIMOS 122
  126. #define PKMN_SICHLOR 123
  127. #define PKMN_ROSSANA 124
  128. #define PKMN_ELEKTEK 125
  129. #define PKMN_MAGMAR 126
  130. #define PKMN_PINSIR 127
  131. #define PKMN_TAUROS 128
  132. #define PKMN_KARPADOR 129
  133. #define PKMN_GARADOS 130
  134. #define PKMN_LAPRAS 131
  135. #define PKMN_DITTO 132
  136. #define PKMN_EVOLI 133
  137. #define PKMN_AQUANA 134
  138. #define PKMN_BLITZA 135
  139. #define PKMN_FLAMARA 136
  140. #define PKMN_PORYGON 137
  141. #define PKMN_AMONITAS 138
  142. #define PKMN_AMOROSO 139
  143. #define PKMN_KABUTO 140
  144. #define PKMN_KABUTOPS 141
  145. #define PKMN_AERODACTYL 142
  146. #define PKMN_RELAXO 143
  147. #define PKMN_ARKTOS 144
  148. #define PKMN_ZAPDOS 145
  149. #define PKMN_LAVADOS 146
  150. #define PKMN_DRATINI 147
  151. #define PKMN_DRAGONIR 148
  152. #define PKMN_DRAGORAN 149
  153. #define PKMN_MEWTU 150
  154. #define PKMN_MEW 151
  155. #define PKMN_ENDIVIE 152
  156. #define PKMN_LORBLATT 153
  157. #define PKMN_MEGANIE 154
  158. #define PKMN_FEURIGEL 155
  159. #define PKMN_IGELAVAR 156
  160. #define PKMN_TORNUPTO 157
  161. #define PKMN_KARNIMANI 158
  162. #define PKMN_TYRACROC 159
  163. #define PKMN_IMPERGATOR 160
  164. #define PKMN_WIESOR 161
  165. #define PKMN_WIESENIOR 162
  166. #define PKMN_HOOTHOOT 163
  167. #define PKMN_NOCTUH 164
  168. #define PKMN_LEDYBA 165
  169. #define PKMN_LEDIAN 166
  170. #define PKMN_WEBARAK 167
  171. #define PKMN_ARIADOS 168
  172. #define PKMN_IKSBAT 169
  173. #define PKMN_LAMPI 170
  174. #define PKMN_LANTURN 171
  175. #define PKMN_PICHU 172
  176. #define PKMN_PII 173
  177. #define PKMN_FLUFFELUFF 174
  178. #define PKMN_TOGEPI 175
  179. #define PKMN_TOGETIC 176
  180. #define PKMN_NATU 177
  181. #define PKMN_XATU 178
  182. #define PKMN_VOLTILAMM 179
  183. #define PKMN_WAATY 180
  184. #define PKMN_AMPHAROS 181
  185. #define PKMN_BLUBELLA 182
  186. #define PKMN_MARILL 183
  187. #define PKMN_AZUMARILL 184
  188. #define PKMN_MOGELBAUM 185
  189. #define PKMN_QUAXO 186
  190. #define PKMN_HOPPSPROSS 187
  191. #define PKMN_HUBELUPF 188
  192. #define PKMN_PAPUNGHA 189
  193. #define PKMN_GRIFFEL 190
  194. #define PKMN_SONNKERN 191
  195. #define PKMN_SONNFLORA 192
  196. #define PKMN_YANMA 193
  197. #define PKMN_FELINO 194
  198. #define PKMN_MORLORD 195
  199. #define PKMN_PSIANA 196
  200. #define PKMN_NACHTARA 197
  201. #define PKMN_KRAMURX 198
  202. #define PKMN_LASCHOKING 199
  203. #define PKMN_TRAUNFUGIL 200
  204. #define PKMN_ICOGNITO 201
  205. #define PKMN_WOINGENAU 202
  206. #define PKMN_GIRAFARIG 203
  207. #define PKMN_TANNZA 204
  208. #define PKMN_FORSTELLKA 205
  209. #define PKMN_DUMMISEL 206
  210. #define PKMN_SKORGLA 207
  211. #define PKMN_STAHLOS 208
  212. #define PKMN_SNUBBULL 209
  213. #define PKMN_GRANBULL 210
  214. #define PKMN_BALDORFISH 211
  215. #define PKMN_SCHEROX 212
  216. #define PKMN_POTTROTT 213
  217. #define PKMN_SKARABORN 214
  218. #define PKMN_SNIEBEL 215
  219. #define PKMN_TEDDIURSA 216
  220. #define PKMN_URSARING 217
  221. #define PKMN_SCHNECKMAG 218
  222. #define PKMN_MAGCARGO 219
  223. #define PKMN_QUIEKEL 220
  224. #define PKMN_KEIFEL 221
  225. #define PKMN_CORASONN 222
  226. #define PKMN_REMORAID 223
  227. #define PKMN_OCTILLERY 224
  228. #define PKMN_BOTOGEL 225
  229. #define PKMN_MANTAX 226
  230. #define PKMN_PANZAERON 227
  231. #define PKMN_HUNDUSTER 228
  232. #define PKMN_HUNDEMON 229
  233. #define PKMN_SEEDRAKING 230
  234. #define PKMN_PHANPY 231
  235. #define PKMN_DONPHAN 232
  236. #define PKMN_PORYGON2 233
  237. #define PKMN_DAMHIRPLEX 234
  238. #define PKMN_FARBEAGLE 235
  239. #define PKMN_RABAUZ 236
  240. #define PKMN_KAPOERA 237
  241. #define PKMN_KUSSILLA 238
  242. #define PKMN_ELEKID 239
  243. #define PKMN_MAGBY 240
  244. #define PKMN_MILTANK 241
  245. #define PKMN_HEITEIRA 242
  246. #define PKMN_RAIKOU 243
  247. #define PKMN_ENTEI 244
  248. #define PKMN_SUICUNE 245
  249. #define PKMN_LARVITAR 246
  250. #define PKMN_PUPITAR 247
  251. #define PKMN_DESPOTAR 248
  252. #define PKMN_LUGIA 249
  253. #define PKMN_HO_OH 250
  254. #define PKMN_CELEBI 251
  255. #define PKMN_ALOLA_RATTFRATZ 252
  256. #define PKMN_ALOLA_RATIKARL 253
  257. #define PKMN_ALOLA_RAICHU 254
  258. #define PKMN_ALOLA_SANDAN 255
  259. #define PKMN_ALOLA_SANDAMER 256
  260. #define PKMN_ALOLA_VULPIX 257
  261. #define PKMN_ALOLA_VULNONA 258
  262. #define PKMN_ALOLA_DIGDA 259
  263. #define PKMN_ALOLA_DIGDRI 260
  264. #define PKMN_ALOLA_MAUZI 261
  265. #define PKMN_ALOLA_SNOBILIKAT 262
  266. #define PKMN_ALOLA_KLEINSTEIN 263
  267. #define PKMN_ALOLA_GEOROK 264
  268. #define PKMN_ALOLA_GEOWAZ 265
  269. #define PKMN_ALOLA_SLEIMA 266
  270. #define PKMN_ALOLA_SLEIMOK 267
  271. #define PKMN_ALOLA_KOKOWEI 268
  272. #define PKMN_ALOLA_KNOGGA 269
  273. #define PKMN_VEMOI 270
  274. #define PKMN_LUMONA 271
  275. #define PKMN_LIASU 272
  276. #define PKMN_MAMOI 273
  277. #define PKMN_LUMOYO 274
  278. #define PKMN_LIOSU 275
  279. #define PKMN_PSIAUGON_W 276
  280. #define PKMN_GECKARBOR 277
  281. #define PKMN_REPTAIN 278
  282. #define PKMN_GEWALDRO 279
  283. #define PKMN_FLEMMLI 280
  284. #define PKMN_JUNGGLUT 281
  285. #define PKMN_LOHGOCK 282
  286. #define PKMN_HYDROPI 283
  287. #define PKMN_MOORABBEL 284
  288. #define PKMN_SUMPEX 285
  289. #define PKMN_FIFFYEN 286
  290. #define PKMN_MAGNAYEN 287
  291. #define PKMN_ZIGZACHS 288
  292. #define PKMN_GERADAKS 289
  293. #define PKMN_WAUMPEL 290
  294. #define PKMN_SCHALOKO 291
  295. #define PKMN_PAPINELLA 292
  296. #define PKMN_PANEKON 293
  297. #define PKMN_PUDOX 294
  298. #define PKMN_LOTURZEL 295
  299. #define PKMN_LOMBRERO 296
  300. #define PKMN_KAPPALORES 297
  301. #define PKMN_SAMURZEL 298
  302. #define PKMN_BLANAS 299
  303. #define PKMN_TENGULIST 300
  304. #define PKMN_NINCADA 301
  305. #define PKMN_NINJASK 302
  306. #define PKMN_NINJATOM 303
  307. #define PKMN_SCHWALBINI 304
  308. #define PKMN_SCHWALBOSS 305
  309. #define PKMN_KNILZ 306
  310. #define PKMN_KAPILZ 307
  311. #define PKMN_PANDIR 308
  312. #define PKMN_WINGULL 309
  313. #define PKMN_PELIPPER 310
  314. #define PKMN_GEHWEIHER 311
  315. #define PKMN_MASKEREGEN 312
  316. #define PKMN_WAILMER 313
  317. #define PKMN_WAILORD 314
  318. #define PKMN_ENECO 315
  319. #define PKMN_ENEKORO 316
  320. #define PKMN_KECLEON 317
  321. #define PKMN_PUPPANCE 318
  322. #define PKMN_LEPUMENTAS 319
  323. #define PKMN_NASGNET 320
  324. #define PKMN_QURTEL 321
  325. #define PKMN_ZOBIRIS 322
  326. #define PKMN_SCHMERBE 323
  327. #define PKMN_WELSAR 324
  328. #define PKMN_LIEBISKUS 325
  329. #define PKMN_KREBSCORPS 326
  330. #define PKMN_KREBUTACK 327
  331. #define PKMN_BARSCHWA 328
  332. #define PKMN_MILOTIC 329
  333. #define PKMN_KANIVANHA 330
  334. #define PKMN_TOHAIDO 331
  335. #define PKMN_KNACKLION 332
  336. #define PKMN_VIBRAVA 333
  337. #define PKMN_LIBELLDRA 334
  338. #define PKMN_MAKUHITA 335
  339. #define PKMN_HARIYAMA 336
  340. #define PKMN_FRIZELBLIZ 337
  341. #define PKMN_VOLTENSO 338
  342. #define PKMN_CAMAUB 339
  343. #define PKMN_CAMERUPT 340
  344. #define PKMN_SEEMOPS 341
  345. #define PKMN_SEEJONG 342
  346. #define PKMN_WALRAISA 343
  347. #define PKMN_TUSKA 344
  348. #define PKMN_NOKTUSKA 345
  349. #define PKMN_SCHNEPPKE 346
  350. #define PKMN_FIRNONTOR 347
  351. #define PKMN_LUNASTEIN 348
  352. #define PKMN_SONNFEL 349
  353. #define PKMN_AZURILL 350
  354. #define PKMN_SPOINK 351
  355. #define PKMN_GROINK 352
  356. #define PKMN_PLUSLE 353
  357. #define PKMN_MINUN 354
  358. #define PKMN_FLUNKIFER 355
  359. #define PKMN_MEDITIE 356
  360. #define PKMN_MEDITALIS 357
  361. #define PKMN_WABLU 358
  362. #define PKMN_ALTARIA 359
  363. #define PKMN_ISSO 360
  364. #define PKMN_ZWIRRLICHT 361
  365. #define PKMN_ZWIRRKLOP 362
  366. #define PKMN_ROSELIA 363
  367. #define PKMN_BUMMELZ 364
  368. #define PKMN_MUNTIER 365
  369. #define PKMN_LETARKING 366
  370. #define PKMN_SCHLUPPUCK 367
  371. #define PKMN_SCHLUKWECH 368
  372. #define PKMN_TROPIUS 369
  373. #define PKMN_FLURMEL 370
  374. #define PKMN_KRAKEELO 371
  375. #define PKMN_KRAWUMMS 372
  376. #define PKMN_PERLU 373
  377. #define PKMN_AALABYSS 374
  378. #define PKMN_SAGANABYSS 375
  379. #define PKMN_ABSOL 376
  380. #define PKMN_SHUPPET 377
  381. #define PKMN_BANETTE 378
  382. #define PKMN_VIPITIS 379
  383. #define PKMN_SENGO 380
  384. #define PKMN_RELICANTH 381
  385. #define PKMN_STOLLUNIOR 382
  386. #define PKMN_STOLLRAK 383
  387. #define PKMN_STOLLOSS 384
  388. #define PKMN_FORMEO 385
  389. #define PKMN_VOLBEAT 386
  390. #define PKMN_ILLUMISE 387
  391. #define PKMN_LILIEP 388
  392. #define PKMN_WIELIE 389
  393. #define PKMN_ANORITH 390
  394. #define PKMN_ARMALDO 391
  395. #define PKMN_TRASLA 392
  396. #define PKMN_KIRLIA 393
  397. #define PKMN_GUARDEVOIR 394
  398. #define PKMN_KINDWURM 395
  399. #define PKMN_DRASCHEL 396
  400. #define PKMN_BRUTALANDA 397
  401. #define PKMN_TANHEL 398
  402. #define PKMN_METANG 399
  403. #define PKMN_METAGROSS 400
  404. #define PKMN_REGIROCK 401
  405. #define PKMN_REGICE 402
  406. #define PKMN_REGISTEEL 403
  407. #define PKMN_KYOGRE 404
  408. #define PKMN_GROUDON 405
  409. #define PKMN_RAYQUAZA 406
  410. #define PKMN_LATIAS 407
  411. #define PKMN_LATIOS 408
  412. #define PKMN_JIRACHI 409
  413. #define PKMN_DEOXYS 410
  414. #define PKMN_PALIMPALIM 411
  415. #define PKMN_EI 412
  416. #define PKMN_ICOGNITO_B 413
  417. #define PKMN_ICOGNITO_C 414
  418. #define PKMN_ICOGNITO_D 415
  419. #define PKMN_ICOGNITO_E 416
  420. #define PKMN_ICOGNITO_F 417
  421. #define PKMN_ICOGNITO_G 418
  422. #define PKMN_ICOGNITO_H 419
  423. #define PKMN_ICOGNITO_I 420
  424. #define PKMN_ICOGNITO_J 421
  425. #define PKMN_ICOGNITO_K 422
  426. #define PKMN_ICOGNITO_L 423
  427. #define PKMN_ICOGNITO_M 424
  428. #define PKMN_ICOGNITO_N 425
  429. #define PKMN_ICOGNITO_O 426
  430. #define PKMN_ICOGNITO_P 427
  431. #define PKMN_ICOGNITO_Q 428
  432. #define PKMN_ICOGNITO_R 429
  433. #define PKMN_ICOGNITO_S 430
  434. #define PKMN_ICOGNITO_T 431
  435. #define PKMN_ICOGNITO_U 432
  436. #define PKMN_ICOGNITO_V 433
  437. #define PKMN_ICOGNITO_W 434
  438. #define PKMN_ICOGNITO_X 435
  439. #define PKMN_ICOGNITO_Y 436
  440. #define PKMN_ICOGNITO_Z 437
  441. #define PKMN_ICOGNITO_EXCL 438
  442. #define PKMN_ICOGNITO_QUEST 439
  443. #define PKMN_CHELAST 440
  444. #define PKMN_CHELCARAIN 441
  445. #define PKMN_CHELTERRAR 442
  446. #define PKMN_PANFLAM 443
  447. #define PKMN_PANPYRO 444
  448. #define PKMN_PANFERNO 445
  449. #define PKMN_PLINFA 446
  450. #define PKMN_PLIPRIN 447
  451. #define PKMN_IMPOLEON 448
  452. #define PKMN_STARALILI 449
  453. #define PKMN_STARAVIA 450
  454. #define PKMN_STARAPTOR 451
  455. #define PKMN_BIDIZA 452
  456. #define PKMN_BIDIFAS 453
  457. #define PKMN_ZIRPURZE 454
  458. #define PKMN_ZIRPEISE 455
  459. #define PKMN_SHEINUX 456
  460. #define PKMN_LUXIO 457
  461. #define PKMN_LUXTRA 458
  462. #define PKMN_KNOSPI 459
  463. #define PKMN_ROSERADE 460
  464. #define PKMN_KOKNODON 461
  465. #define PKMN_RAMEIDON 462
  466. #define PKMN_SCHILTERUS 463
  467. #define PKMN_BOLLTERUS 464
  468. #define PKMN_BURMY 465
  469. #define PKMN_BURMADAME 466
  470. #define PKMN_MOTERPEL 467
  471. #define PKMN_WADRIBIE 468
  472. #define PKMN_HONWEISEL 469
  473. #define PKMN_PACHIRISU 470
  474. #define PKMN_BAMELIN 471
  475. #define PKMN_BOJELIN 472
  476. #define PKMN_KIKUGI 473
  477. #define PKMN_KINOSO 474
  478. #define PKMN_SCHALELLOS 475
  479. #define PKMN_GASTRODON 476
  480. #define PKMN_AMBIDIFFEL 477
  481. #define PKMN_DRIFTLON 478
  482. #define PKMN_DRIFZEPELI 479
  483. #define PKMN_HASPIROR 480
  484. #define PKMN_SCHLAPOR 481
  485. #define PKMN_TRAUNMAGIL 482
  486. #define PKMN_KRAMSHEF 483
  487. #define PKMN_CHARMIAN 484
  488. #define PKMN_SHNURGARST 485
  489. #define PKMN_KLINGPLIM 486
  490. #define PKMN_SKUNKAPUH 487
  491. #define PKMN_SKUNTANK 488
  492. #define PKMN_BRONZEL 489
  493. #define PKMN_BRONZONG 490
  494. #define PKMN_MOBAI 491
  495. #define PKMN_PANTIMIMI 492
  496. #define PKMN_WONNEIRA 493
  497. #define PKMN_PLAUDAGEI 494
  498. #define PKMN_KRYPPUK 495
  499. #define PKMN_KAUMALAT 496
  500. #define PKMN_KNARKSEL 497
  501. #define PKMN_KNAKRACK 498
  502. #define PKMN_MAMPFAXO 499
  503. #define PKMN_RIOLU 500
  504. #define PKMN_LUCARIO 501
  505. #define PKMN_HIPPOPOTAS 502
  506. #define PKMN_HIPPOTERUS 503
  507. #define PKMN_PIONSKORA 504
  508. #define PKMN_PIONDRAGI 505
  509. #define PKMN_GLIBUNKEL 506
  510. #define PKMN_TOXIQUAK 507
  511. #define PKMN_VENUFLIBIS 508
  512. #define PKMN_FINNEON 509
  513. #define PKMN_LUMINEON 510
  514. #define PKMN_MANTIRPS 511
  515. #define PKMN_SHNEBEDECK 512
  516. #define PKMN_REXBLISAR 513
  517. #define PKMN_SNIBUNNA 514
  518. #define PKMN_MAGNEZONE 515
  519. #define PKMN_SCHLURPLEK 516
  520. #define PKMN_RIHORNIOR 517
  521. #define PKMN_TANGOLOSS 518
  522. #define PKMN_ELEVOLTEK 519
  523. #define PKMN_MAGBRANT 520
  524. #define PKMN_TOGEKISS 521
  525. #define PKMN_YANMEGA 522
  526. #define PKMN_FOLIPURBA 523
  527. #define PKMN_GLAZIOLA 524
  528. #define PKMN_SKORGRO 525
  529. #define PKMN_MAMUTEL 526
  530. #define PKMN_PORYGON_Z 527
  531. #define PKMN_GALAGLADI 528
  532. #define PKMN_VOLUMINAS 529
  533. #define PKMN_ZWIRRFINST 530
  534. #define PKMN_FROSDEDJE 531
  535. #define PKMN_ROTOM 532
  536. #define PKMN_SELFE 533
  537. #define PKMN_VESPRIT 534
  538. #define PKMN_TOBUTZ 535
  539. #define PKMN_DIALGA 536
  540. #define PKMN_PALKIA 537
  541. #define PKMN_HEATRAN 538
  542. #define PKMN_REGIGIGAS 539
  543. #define PKMN_GIRATINA 540
  544. #define PKMN_CRESSELIA 541
  545. #define PKMN_PHIONE 542
  546. #define PKMN_MANAPHY 543
  547. #define PKMN_DARKRAI 544
  548. #define PKMN_SHAYMIN 545
  549. #define PKMN_ARCEUS 546
  550. #define PKMN_VICTINI 547
  551. #define PKMN_SERPIFEU 548
  552. #define PKMN_EFOSERP 549
  553. #define PKMN_SERPIROYAL 550
  554. #define PKMN_FLOINK 551
  555. #define PKMN_FERKOKEL 552
  556. #define PKMN_FLAMBIREX 553
  557. #define PKMN_OTTARO 554
  558. #define PKMN_ZWOTTRONIN 555
  559. #define PKMN_ADMURAI 556
  560. #define PKMN_NAGELOTZ 557
  561. #define PKMN_KUKMARDA 558
  562. #define PKMN_YORKLEFF 559
  563. #define PKMN_TERRIBARK 560
  564. #define PKMN_BISSBARK 561
  565. #define PKMN_FELILOU 562
  566. #define PKMN_KLEOPARDA 563
  567. #define PKMN_VEGIMAK 564
  568. #define PKMN_VEGICHITA 565
  569. #define PKMN_GRILLMAK 566
  570. #define PKMN_GRILLCHITA 567
  571. #define PKMN_SODAMAK 568
  572. #define PKMN_SODACHITA 569
  573. #define PKMN_SOMNIAM 570
  574. #define PKMN_SOMNIVORA 571
  575. #define PKMN_DUSSELGURR 572
  576. #define PKMN_NAVITAUB 573
  577. #define PKMN_FASASNOB 574
  578. #define PKMN_ELEZEBA 575
  579. #define PKMN_ZEBRITZ 576
  580. #define PKMN_KIESLING 577
  581. #define PKMN_SEDIMANTUR 578
  582. #define PKMN_BROCKOLOSS 579
  583. #define PKMN_FLEKNOIL 580
  584. #define PKMN_FLETIAMO 581
  585. #define PKMN_ROTOMURF 582
  586. #define PKMN_STALOBOR 583
  587. #define PKMN_OHRDOCH 584
  588. #define PKMN_PRAKTIBALK 585
  589. #define PKMN_STREPOLI 586
  590. #define PKMN_MEISTAGRIF 587
  591. #define PKMN_SCHALLQUAP 588
  592. #define PKMN_MEBRANA 589
  593. #define PKMN_BRANAWARZ 590
  594. #define PKMN_JIUTESTO 591
  595. #define PKMN_KARADONIS 592
  596. #define PKMN_STRAWICKL 593
  597. #define PKMN_FOLIKON 594
  598. #define PKMN_MATRIFOL 595
  599. #define PKMN_TOXIPED 596
  600. #define PKMN_ROLLUM 597
  601. #define PKMN_CERAPENDRA 598
  602. #define PKMN_WAUMBOLL 599
  603. #define PKMN_ELFUN 600
  604. #define PKMN_LILMINIP 601
  605. #define PKMN_DRESSELLA 602
  606. #define PKMN_BARSCHUFT 603
  607. #define PKMN_GANOVIL 604
  608. #define PKMN_ROKKAIMAN 605
  609. #define PKMN_RABIGATOR 606
  610. #define PKMN_FLAMPION 607
  611. #define PKMN_FLAMPIVIAN 608
  612. #define PKMN_MARACAMBA 609
  613. #define PKMN_LITHOMITH 610
  614. #define PKMN_CASTELLITH 611
  615. #define PKMN_ZURROKEX 612
  616. #define PKMN_IROKEX 613
  617. #define PKMN_SYMVOLARA 614
  618. #define PKMN_MAKABAJA 615
  619. #define PKMN_ECHNATOLL 616
  620. #define PKMN_GALAPAFLOS 617
  621. #define PKMN_KARIPPAS 618
  622. #define PKMN_FLAPTERYX 619
  623. #define PKMN_AEROPTERYX 620
  624. #define PKMN_UNRATUETOX 621
  625. #define PKMN_DEPONITOX 622
  626. #define PKMN_ZORUA 623
  627. #define PKMN_ZOROARK 624
  628. #define PKMN_PICOCHILLA 625
  629. #define PKMN_CHILLABELL 626
  630. #define PKMN_MOLLIMORBA 627
  631. #define PKMN_HYPNOMORBA 628
  632. #define PKMN_MORBITESSE 629
  633. #define PKMN_MONOZYTO 630
  634. #define PKMN_MITODOS 631
  635. #define PKMN_ZYTOMEGA 632
  636. #define PKMN_PICCOLENTE 633
  637. #define PKMN_SWARONESS 634
  638. #define PKMN_GELATINI 635
  639. #define PKMN_GELATROPPO 636
  640. #define PKMN_GELATWINO 637
  641. #define PKMN_SESOKITZ 638
  642. #define PKMN_KRONJUWILD 639
  643. #define PKMN_EMOLGA 640
  644. #define PKMN_LAUKAPS 641
  645. #define PKMN_CAVALANZAS 642
  646. #define PKMN_TARNPIGNON 643
  647. #define PKMN_HUTSASSA 644
  648. #define PKMN_QUABBEL 645
  649. #define PKMN_APOQUALLYP 646
  650. #define PKMN_MAMOLIDA 647
  651. #define PKMN_WATTZAPF 648
  652. #define PKMN_VOLTULA 649
  653. #define PKMN_KASTADUR 650
  654. #define PKMN_TENTANTEL 651
  655. #define PKMN_KLIKK 652
  656. #define PKMN_KLIKLAK 653
  657. #define PKMN_KLIKDIKLAK 654
  658. #define PKMN_ZAPPLARDIN 655
  659. #define PKMN_ZAPPLALEK 656
  660. #define PKMN_ZAPPLARANG 657
  661. #define PKMN_PYGRAULON 658
  662. #define PKMN_MEGALON 659
  663. #define PKMN_LICHTEL 660
  664. #define PKMN_LATERNECTO 661
  665. #define PKMN_SKELABRA 662
  666. #define PKMN_MILZA 663
  667. #define PKMN_SHARFAX 664
  668. #define PKMN_MAXAX 665
  669. #define PKMN_PETZNIEF 666
  670. #define PKMN_SIBERIO 667
  671. #define PKMN_FRIGOMETRI 668
  672. #define PKMN_SCHNUTHELM 669
  673. #define PKMN_HYDRAGIL 670
  674. #define PKMN_FLUNSCHLIK 671
  675. #define PKMN_LIN_FU 672
  676. #define PKMN_WIE_SHU 673
  677. #define PKMN_SHARDRAGO 674
  678. #define PKMN_GOLBIT 675
  679. #define PKMN_GOLGANTES 676
  680. #define PKMN_GLADIANTRI 677
  681. #define PKMN_CAESURIO 678
  682. #define PKMN_BISOFANK 679
  683. #define PKMN_GERONIMATZ 680
  684. #define PKMN_WASHAKWIL 681
  685. #define PKMN_SKALLYK 682
  686. #define PKMN_GRYPHELDIS 683
  687. #define PKMN_FURNIFRASS 684
  688. #define PKMN_FERMICULA 685
  689. #define PKMN_KAPUNO 686
  690. #define PKMN_DUODINO 687
  691. #define PKMN_TRIKEPHALO 688
  692. #define PKMN_IGNIVOR 689
  693. #define PKMN_RAMOTH 690
  694. #define PKMN_KOBALIUM 691
  695. #define PKMN_TERRAKIUM 692
  696. #define PKMN_VIRIDIUM 693
  697. #define PKMN_BOREOS 694
  698. #define PKMN_VOLTOLOS 695
  699. #define PKMN_RESHIRAM 696
  700. #define PKMN_ZEKROM 697
  701. #define PKMN_DEMETEROS 698
  702. #define PKMN_KYUREM 699
  703. #define PKMN_KELDEO 700
  704. #define PKMN_MELOETTA 701
  705. #define PKMN_GENESECT 702
  706. #define PKMN_IGAMARO 703
  707. #define PKMN_IGASTARNISH 704
  708. #define PKMN_BRIGARON 705
  709. #define PKMN_FYNX 706
  710. #define PKMN_RUTENA 707
  711. #define PKMN_FENNEXIS 708
  712. #define PKMN_FROXY 709
  713. #define PKMN_AMPHIZEL 710
  714. #define PKMN_QUAJUTSU 711
  715. #define PKMN_SCOPPEL 712
  716. #define PKMN_GREBBIT 713
  717. #define PKMN_DARTIRI 714
  718. #define PKMN_DARTIGNIS 715
  719. #define PKMN_FIARO 716
  720. #define PKMN_PURMEL 717
  721. #define PKMN_PUPONCHO 718
  722. #define PKMN_VIVILLON 719
  723. #define PKMN_LEUFEO 720
  724. #define PKMN_PYROLEO 721
  725. #define PKMN_FLABEBE 722
  726. #define PKMN_FLOETTE 723
  727. #define PKMN_FLORGES 724
  728. #define PKMN_MAEHIKEL 725
  729. #define PKMN_CHEVRUMM 726
  730. #define PKMN_PAM_PAM 727
  731. #define PKMN_PANDAGRO 728
  732. #define PKMN_COIFFWAFF 729
  733. #define PKMN_PSIAU 730
  734. #define PKMN_PSIAUGON_M 731
  735. #define PKMN_GRAMOKLES 732
  736. #define PKMN_DUOKLES 733
  737. #define PKMN_DURENGARD 734
  738. #define PKMN_PARFI 735
  739. #define PKMN_PARFINESSE 736
  740. #define PKMN_FLAUSCHLING 737
  741. #define PKMN_SABBAIONE 738
  742. #define PKMN_ISCALAR 739
  743. #define PKMN_CALAMANERO 740
  744. #define PKMN_BITHORA 741
  745. #define PKMN_THANATHORA 742
  746. #define PKMN_ALGITT 743
  747. #define PKMN_TANDRAK 744
  748. #define PKMN_SCAMPISTO 745
  749. #define PKMN_WUMMER 746
  750. #define PKMN_EGUANA 747
  751. #define PKMN_ELEZARD 748
  752. #define PKMN_BALGORAS 749
  753. #define PKMN_MONARGORAS 750
  754. #define PKMN_AMARINO 751
  755. #define PKMN_AMAGARGA 752
  756. #define PKMN_FEELINARA 753
  757. #define PKMN_RESLADERO 754
  758. #define PKMN_DEDENNE 755
  759. #define PKMN_ROCARA 756
  760. #define PKMN_VISCORA 757
  761. #define PKMN_VISCARGOT 758
  762. #define PKMN_VISCOGON 759
  763. #define PKMN_CLAVION 760
  764. #define PKMN_PARAGONI 761
  765. #define PKMN_TROMBORK 762
  766. #define PKMN_IRRBIS 763
  767. #define PKMN_PUMPDJINN 764
  768. #define PKMN_ARKTIP 765
  769. #define PKMN_ARKTILAS 766
  770. #define PKMN_EF_EM 767
  771. #define PKMN_UHAFNIR 768
  772. #define PKMN_XERNEAS 769
  773. #define PKMN_YVELTAL 770
  774. #define PKMN_ZYGARDE 771
  775. #define PKMN_DIANCIE 772
  776. #define PKMN_HOOPA 773
  777. #define PKMN_VOLCANION 774
  778. #define PKMN_BAUZ 775
  779. #define PKMN_ARBORETOSS 776
  780. #define PKMN_SILVARRO 777
  781. #define PKMN_FLAMIAU 778
  782. #define PKMN_MIEZUNDER 779
  783. #define PKMN_FUEGRO 780
  784. #define PKMN_ROBBALL 781
  785. #define PKMN_MARIKECK 782
  786. #define PKMN_PRIMARENE 783
  787. #define PKMN_PEPPECK 784
  788. #define PKMN_TROMPECK 785
  789. #define PKMN_TUKANON 786
  790. #define PKMN_MANGUNIOR 787
  791. #define PKMN_MANGUSPEKTOR 788
  792. #define PKMN_MABULA 789
  793. #define PKMN_AKKUP 790
  794. #define PKMN_DONARION 791
  795. #define PKMN_KRABBOX 792
  796. #define PKMN_KRAWELL 793
  797. #define PKMN_CHOREOGEL 794
  798. #define PKMN_WOMMEL 795
  799. #define PKMN_BANDELBY 796
  800. #define PKMN_WUFFELS 797
  801. #define PKMN_WOLWEROCK 798
  802. #define PKMN_LUSARDIN 799
  803. #define PKMN_GARSTELLA 800
  804. #define PKMN_AGGROSTELLA 801
  805. #define PKMN_PAMPULI 802
  806. #define PKMN_PAMPROSS 803
  807. #define PKMN_ARAQUA 804
  808. #define PKMN_ARANESTRO 805
  809. #define PKMN_IMANTIS 806
  810. #define PKMN_MANTIDEA 807
  811. #define PKMN_BUBUNGUS 808
  812. #define PKMN_LAMELLUX 809
  813. #define PKMN_MOLUNK 810
  814. #define PKMN_AMFIRA 811
  815. #define PKMN_VELURSI 812
  816. #define PKMN_KOSTURSO 813
  817. #define PKMN_FRUBBERL 814
  818. #define PKMN_FRUBAILA 815
  819. #define PKMN_FRUYAL 816
  820. #define PKMN_CURELEI 817
  821. #define PKMN_KOMMANDUTAN 818
  822. #define PKMN_QUARTERMAK 819
  823. #define PKMN_REISSLAUS 820
  824. #define PKMN_TECTASS 821
  825. #define PKMN_SANKABUH 822
  826. #define PKMN_COLOSSAND 823
  827. #define PKMN_GUFA 824
  828. #define PKMN_TYP_NULL 825
  829. #define PKMN_AMIGENTO 826
  830. #define PKMN_METENO 827
  831. #define PKMN_KOALELU 828
  832. #define PKMN_TORTUNATOR 829
  833. #define PKMN_TOGEDEMARU 830
  834. #define PKMN_MIMIGMA 831
  835. #define PKMN_KNIRFISH 832
  836. #define PKMN_SEN_LONG 833
  837. #define PKMN_MORUDA 834
  838. #define PKMN_MINIRAS 835
  839. #define PKMN_MEDIRAS 836
  840. #define PKMN_GRANDIRAS 837
  841. #define PKMN_KAPU_RIKI 838
  842. #define PKMN_KAPU_FALA 839
  843. #define PKMN_KAPU_TORO 840
  844. #define PKMN_KAPU_KIME 841
  845. #define PKMN_COSMOG 842
  846. #define PKMN_COSMOVUM 843
  847. #define PKMN_SOLGALEO 844
  848. #define PKMN_LUNALA 845
  849. #define PKMN_ANEGO 846
  850. #define PKMN_MASSKITO 847
  851. #define PKMN_SCHABELLE 848
  852. #define PKMN_VOLTRIANT 849
  853. #define PKMN_KAGURON 850
  854. #define PKMN_KATAGAMI 851
  855. #define PKMN_SCHLINGKING 852
  856. #define PKMN_NECROZMA 853
  857. #define PKMN_MAGEARNA 854
  858. #define PKMN_MARSHADOW 855
  859. #define PKMN_VENICRO 856
  860. #define PKMN_AGOYON 857
  861. #define PKMN_MURAMURA 858
  862. #define PKMN_KOPPLOSIO 859
  863. #define PKMN_ZERAORA 860
  864. #define PKMN_DEOXYS_ANGRIFF 861
  865. #define PKMN_DEOXYS_DEFENSIV 862
  866. #define PKMN_DEOXYS_INITIATIVE 863
  867. #define PKMN_BURMY_SAND 864
  868. #define PKMN_BURMADAME_SAND 865
  869. #define PKMN_BURMY_LUMPEN 866
  870. #define PKMN_BURMADAME_LUMPEN 867
  871. #define PKMN_SCHALELLOS_WEST 868
  872. #define PKMN_GASTRODON_WEST 869
  873. #define PKMN_KINOSO_SONNE 870
  874. #define PKMN_ROTOM_HITZEFORM 871
  875. #define PKMN_ROTOM_WASCHFORM 872
  876. #define PKMN_ROTOM_FROSTFORM 873
  877. #define PKMN_ROTOM_WIRBEFORM 874
  878. #define PKMN_ROTOM_SCHNEIDEFORM 875
  879. #define PKMN_GIRATINA_URFORM 876
  880. #define PKMN_SHAYMIN_ZENITFORM 877
  881. #define PKMN_ARCEUS_PFLANZE_FORM 878
  882. #define PKMN_ARCEUS_FEUER_FORM 879
  883. #define PKMN_ARCEUS_WASSER_FORM 880
  884. #define PKMN_ARCEUS_KAMPF_FORM 881
  885. #define PKMN_ARCEUS_FLUG_FORM 882
  886. #define PKMN_ARCEUS_GIFT_FORM 883
  887. #define PKMN_ARCEUS_BODEN_FORM 884
  888. #define PKMN_ARCEUS_GESTEIN_FORM 885
  889. #define PKMN_ARCEUS_KAEFER_FORM 886
  890. #define PKMN_ARCEUS_GEIST_FORM 887
  891. #define PKMN_ARCEUS_ELEKTRO_FORM 888
  892. #define PKMN_ARCEUS_PSYCHO_FORM 889
  893. #define PKMN_ARCEUS_EIS_FORM 890
  894. #define PKMN_ARCEUS_DRACHE_FORM 891
  895. #define PKMN_ARCEUS_UNLICHT_FORM 892
  896. #define PKMN_ARCEUS_STAHL_FORM 893
  897. #define PKMN_ARCEUS_FEE_FORM_ 894
  898. #define PKMN_BARSCHUFT_WEST 895
  899. #define PKMN_FLAMPIVIAN_ABWEHR 896
  900. #define PKMN_SESOKITZ_SOMMERFORM 897
  901. #define PKMN_KRONJUWILD_SOMMERFORM 898
  902. #define PKMN_SESOKITZ_HERBSTFORM 899
  903. #define PKMN_KONJUWILD_HERBSTFORM 900
  904. #define PKMN_SESOKITZ_WINTERFORM 901
  905. #define PKMN_KROJUWILD_WINTERFORM 902
  906. #define PKMN_WEISSES_KYUREM 903
  907. #define PKMN_SCHWARZES_KYUREM 904
  908. #define PKMN_MELOETTA_TANZFORM 905
  909. #define PKMN_GENESECT_AQUA_FORM 906
  910. #define PKMN_GENESECT_BLITZ_FORM 907
  911. #define PKMN_GENESECT_FLAMMEN_FORM 908
  912. #define PKMN_GENESECT_GEFRIER_FORM 909
  913. #define PKMN_BOREOS_TIERGEISTFORM 910
  914. #define PKMN_VOLTOLOS_TIERGEISTFORM 911
  915. #define PKMN_DEMETEROS_TIERGEISTFORM 912
  916. #define PKMN_KELDEO_RESOLUTFORM 913
  917. #define PKMN_FLABEBE_WEISS 914
  918. #define PKMN_FLOETTE_WEISS 915
  919. #define PKMN_FLORGES_WEISS 916
  920. #define PKMN_FLABEBE_GELB 917
  921. #define PKMN_FLOETTE_GELB 918
  922. #define PKMN_FLORGES_GELB 919
  923. #define PKMN_FLABEBE_ORANGE 920
  924. #define PKMN_FLOETTE_ORANGE 921
  925. #define PKMN_FLORGES_ORANGE 922
  926. #define PKMN_FLABEBE_BLAU 923
  927. #define PKMN_FLOETTE_BLAU 924
  928. #define PKMN_FLORGES_BLAU 925
  929. #define PKMN_IRRBIS_M 926
  930. #define PKMN_PUMPDJINN_M 927
  931. #define PKMN_IRRBIS_L 928
  932. #define PKMN_PUMPDJINN_L 929
  933. #define PKMN_IRRBIS_XL 930
  934. #define PKMN_PUMPDJINN_XL 931
  935. #define PKMN_DURENGARD_KLINGENFORM 932
  936. #define PKMN_ZYGARDE_10PROZENT_FORM 933
  937. #define PKMN_ZYGARDE_100PROZENT_FORM 934
  938. #define PKMN_HOOPA_ENTFESSELT 935
  939. #define PKMN_ASH_QUAJUTSU 936
  940. #define PKMN_CHOREOGEL_CHEERLEADING_STIL 937
  941. #define PKMN_CHOREOGEL_BUYO_STIL 938
  942. #define PKMN_CHOREOGEL_HULA_STIL 939
  943. #define PKMN_WOLWEROCK_NACHTFORM 940
  944. #define PKMN_WOLWEROCK_ZWIELICHTFORM 941
  945. #define PKMN_LUSARDIN_SCHWARMFORM 942
  946. #define PKMN_AMIGENTO_PFLANZE_FORM 943
  947. #define PKMN_AMIGENTO_FEUER_FORM 944
  948. #define PKMN_AMIGENTO_WASSER_FORM 945
  949. #define PKMN_AMIGENTO_KAMPF_FORM 946
  950. #define PKMN_AMIGENTO_FLUG_FORM 947
  951. #define PKMN_AMIGENTO_GIFT_FORM 948
  952. #define PKMN_AMIGENTO_BODEN_FORM 949
  953. #define PKMN_AMIGENTO_GESTEIN_FORM 950
  954. #define PKMN_AMIGENTO_KAEFER_FORM 951
  955. #define PKMN_AMIGENTO_GEIST_FORM 952
  956. #define PKMN_AMIGENTO_ELEKTRO_FORM 953
  957. #define PKMN_AMIGENTO_PSYCHO_FORM 954
  958. #define PKMN_AMIGENTO_EIS_FORM 955
  959. #define PKMN_AMIGENTO_DRACHE_FORM 956
  960. #define PKMN_AMIGENTO_UNLICHT_FORM 957
  961. #define PKMN_AMIGENTO_STAHL_FORM 958
  962. #define PKMN_AMIGENTO_FEE_FORM_ 959
  963. #define PKMN_METENO_GRUEN 960
  964. #define PKMN_METENO_HELLBLAU 961
  965. #define PKMN_METENO_BLAU 962
  966. #define PKMN_METENO_VIOLETT 963
  967. #define PKMN_METENO_ROT 964
  968. #define PKMN_METENO_ORANGE 965
  969. #define PKMN_METENO_GELB 966
  970. #define PKMN_MIMIGMA_ENTLARVTE_FORM 967
  971. #define PKMN_NECROZMA_ABENDMAEHNE 968
  972. #define PKMN_NECROZMA_MORGENSCHWINGEN 969
  973. #define PKMN_NECROZMA_ULTRAFORM 970
  974. #define PKMN_BISAFLOR_W 971
  975. #define PKMN_SMETTBO_W 972
  976. #define PKMN_RATTFRATZ_W 973
  977. #define PKMN_RATTIKARL_W 974
  978. #define PKMN_PIKACHU_W 975
  979. #define PKMN_RAICHU_W 976
  980. #define PKMN_ZUBAT_W 977
  981. #define PKMN_GOLBAT_W 978
  982. #define PKMN_DUFLOR_W 979
  983. #define PKMN_GIFLOR_W 980
  984. #define PKMN_KADABRA_W 981
  985. #define PKMN_SIMSALA_W 982
  986. #define PKMN_DODU_W 983
  987. #define PKMN_DODRI_W 984
  988. #define PKMN_HYPNO_W 985
  989. #define PKMN_RIHORN_W 986
  990. #define PKMN_RIZEROS_W 987
  991. #define PKMN_GOLDINI_W 988
  992. #define PKMN_GOLKING_W 989
  993. #define PKMN_SICHLOR_W 990
  994. #define PKMN_KARPADOR_W 991
  995. #define PKMN_GARADOS_W 992
  996. #define PKMN_MEGANIE_W 993
  997. #define PKMN_LEDYBA_W 994
  998. #define PKMN_LEDIAN_W 995
  999. #define PKMN_XATU_W 996
  1000. #define PKMN_MOGELBAUM_W 997
  1001. #define PKMN_QUAXO_W 998
  1002. #define PKMN_GRIFFEL_W 999
  1003. #define PKMN_FELINO_W 1000
  1004. #define PKMN_MORLORD_W 1001
  1005. #define PKMN_KRAMURX_W 1002
  1006. #define PKMN_WOINGENAU_W 1003
  1007. #define PKMN_GIRAFARIG_W 1004
  1008. #define PKMN_SKORGLA_W 1005
  1009. #define PKMN_STAHLOS_W 1006
  1010. #define PKMN_SCHEROX_W 1007
  1011. #define PKMN_SKARABORN_W 1008
  1012. #define PKMN_SNIEBEL_W 1009
  1013. #define PKMN_URSARING_W 1010
  1014. #define PKMN_KEIFEL_W 1011
  1015. #define PKMN_OCTILLERY_W 1012
  1016. #define PKMN_HUNDEMON_W 1013
  1017. #define PKMN_DONPHAN_W 1014
  1018. #define PKMN_FLEMMLI_W 1015
  1019. #define PKMN_JUNGGLUT_W 1016
  1020. #define PKMN_LOHGOCK_W 1017
  1021. #define PKMN_PAPINELLA_W 1018
  1022. #define PKMN_PUDOX_W 1019
  1023. #define PKMN_KAPPALORES_W 1020
  1024. #define PKMN_BLANAS_W 1021
  1025. #define PKMN_TENGULIST_W 1022
  1026. #define PKMN_MEDITIE_W 1023
  1027. #define PKMN_MEDITALIS_W 1024
  1028. #define PKMN_ROSELIA_W 1025
  1029. #define PKMN_SCHLUPPUCK_W 1026
  1030. #define PKMN_SCHLUKWECH_W 1027
  1031. #define PKMN_CAMAUB_W 1028
  1032. #define PKMN_CAMERUPT_W 1029
  1033. #define PKMN_NOKTUSKA_W 1030
  1034. #define PKMN_MILOTIC_W 1031
  1035. #define PKMN_RELICANTH_W 1032
  1036. #define PKMN_STARALILI_W 1033
  1037. #define PKMN_STARAVIA_W 1034
  1038. #define PKMN_STARAPTOR_W 1035
  1039. #define PKMN_BIDIZA_W 1036
  1040. #define PKMN_BIDIFAS_W 1037
  1041. #define PKMN_ZIRPURZE_W 1038
  1042. #define PKMN_ZIRPEISE_W 1039
  1043. #define PKMN_SHEINUX_W 1040
  1044. #define PKMN_LUXIO_W 1041
  1045. #define PKMN_LUXTRA_W 1042
  1046. #define PKMN_ROSERADE_W 1043
  1047. #define PKMN_WADRIBIE_W 1044
  1048. #define PKMN_PACHIRISU_W 1045
  1049. #define PKMN_BAMELIN_W 1046
  1050. #define PKMN_BOJELIN_W 1047
  1051. #define PKMN_AMBIDIFFEL_W 1048
  1052. #define PKMN_KAUMALAT_W 1049
  1053. #define PKMN_KNARKSEL_W 1050
  1054. #define PKMN_KNAKRACK_W 1051
  1055. #define PKMN_HIPPOPOTAS_W 1052
  1056. #define PKMN_HIPPOTERUS_W 1053
  1057. #define PKMN_GLIBUNKEL_W 1054
  1058. #define PKMN_TOXIQUAK_W 1055
  1059. #define PKMN_FINNEON_W 1056
  1060. #define PKMN_LUMINEON_W 1057
  1061. #define PKMN_SHNEBEDECK_W 1058
  1062. #define PKMN_REXBLISAR_W 1059
  1063. #define PKMN_SNIBUNNA_W 1060
  1064. #define PKMN_RIHORNIOR_W 1061
  1065. #define PKMN_TANGOLOSS_W 1062
  1066. #define PKMN_MAMUTEL_W 1063
  1067. #define PKMN_FASASNOB_W 1064
  1068. #define PKMN_QUABBEL_W 1065
  1069. #define PKMN_APOQUALLYP_W 1066
  1070. #define PKMN_PYROLEO_W 1067
  1071. #define PKMN_MEGA_BISAFLOR 1068
  1072. #define PKMN_MEGA_GLURAK_X 1069
  1073. #define PKMN_MEGA_GLURAK_Y 1070
  1074. #define PKMN_MEGA_TURTOK 1071
  1075. #define PKMN_MEGA_BIBOR 1072
  1076. #define PKMN_MEGA_TAUBOSS 1073
  1077. #define PKMN_MEGA_SIMSALA 1074
  1078. #define PKMN_MEGA_LAHMUS 1075
  1079. #define PKMN_MEGA_GENGAR 1076
  1080. #define PKMN_MEGA_KANGAMA 1077
  1081. #define PKMN_MEGA_PINSIR 1078
  1082. #define PKMN_MEGA_GARADOS 1079
  1083. #define PKMN_MEGA_AERODACTYL 1080
  1084. #define PKMN_MEGA_MEWTU_X 1081
  1085. #define PKMN_MEGA_MEWTU_Y 1082
  1086. #define PKMN_MEGA_AMPHAROS 1083
  1087. #define PKMN_MEGA_STAHLOS 1084
  1088. #define PKMN_MEGA_SCHEROX 1085
  1089. #define PKMN_MEGA_SKARABORN 1086
  1090. #define PKMN_MEGA_HUNDEMON 1087
  1091. #define PKMN_MEGA_DESPOTAR 1088
  1092. #define PKMN_MEGA_GEWALDRO 1089
  1093. #define PKMN_MEGA_LOHGOCK 1090
  1094. #define PKMN_MEGA_SUMPEX 1091
  1095. #define PKMN_MEGA_GUARDEVOIR 1092
  1096. #define PKMN_MEGA_ZOBIRIS 1093
  1097. #define PKMN_MEGA_FLUNKIFER 1094
  1098. #define PKMN_MEGA_STOLLOSS 1095
  1099. #define PKMN_MEGA_MEDITALIS 1096
  1100. #define PKMN_MEGA_VOLTENSO 1097
  1101. #define PKMN_MEGA_TOHAIDO 1098
  1102. #define PKMN_MEGA_CAMERUPT 1099
  1103. #define PKMN_MEGA_ALTARIA 1100
  1104. #define PKMN_MEGA_BANETTE 1101
  1105. #define PKMN_MEGA_ABSOL 1102
  1106. #define PKMN_MEGA_FIRNONTOR 1103
  1107. #define PKMN_MEGA_BRUTALANDA 1104
  1108. #define PKMN_MEGA_METAGROSS 1105
  1109. #define PKMN_MEGA_LATIAS 1106
  1110. #define PKMN_MEGA_LATIOS 1107
  1111. #define PKMN_MEGA_RAYQUAZA 1108
  1112. #define PKMN_MEGA_SCHLAPOR 1109
  1113. #define PKMN_MEGA_KNAKRACK 1110
  1114. #define PKMN_MEGA_LUCARIO 1111
  1115. #define PKMN_MEGA_REXBLISAR 1112
  1116. #define PKMN_MEGA_GALAGLADI 1113
  1117. #define PKMN_MEGA_OHRDOCH 1114
  1118. #define PKMN_MEGA_DIANCIE 1115
  1119. #define PKMN_PROTO_KYOGRE 1116
  1120. #define PKMN_PROTO_GROUDON 1117
  1121. #endif /* PKMN_IDS_H */