No Description

pokedex_order.s 23KB

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