No Description

wild_pokemon_data.s 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233
  1. #include <constants/pkmns.h>
  2. .align 2
  3. .text
  4. .thumb
  5. .global wild_pokemon_data
  6. wild_pokemon_data:
  7. .byte 0x0, 0x0, 0x0, 0x0
  8. .word 0x0, water_data_0, 0x0, fishing_data_0
  9. .byte 0x0, 0x3, 0x0, 0x0
  10. .word 0x0, water_data_1, 0x0, fishing_data_1
  11. .byte 0x1, 0x0, 0x0, 0x0
  12. .word grass_data_2, water_data_2, 0x0, fishing_data_2
  13. .byte 0x1, 0x1, 0x0, 0x0
  14. .word grass_data_3, water_data_3, 0x0, fishing_data_3
  15. .byte 0x1, 0x2, 0x0, 0x0
  16. .word grass_data_4, water_data_4, 0x0, fishing_data_4
  17. .byte 0x1, 0x4, 0x0, 0x0
  18. .word grass_data_5, water_data_5, 0x0, fishing_data_5
  19. .byte 0x4, 0x1, 0x0, 0x0
  20. .word grass_data_6, water_data_6, 0x0, fishing_data_6
  21. .byte 0x4, 0x2, 0x0, 0x0
  22. .word 0x0, water_data_7, 0x0, fishing_data_7
  23. .byte 0x4, 0x3, 0x0, 0x0
  24. .word grass_data_8, water_data_8, 0x0, fishing_data_8
  25. .byte 0x4, 0x4, 0x0, 0x0
  26. .word grass_data_9, 0x0, 0x0, 0x0
  27. .byte 0x4, 0x5, 0x0, 0x0
  28. .word 0x0, water_data_10, 0x0, fishing_data_10
  29. .byte 0x4, 0x6, 0x0, 0x0
  30. .word grass_data_11, water_data_11, 0x0, fishing_data_11
  31. .byte 0x4, 0x7, 0x0, 0x0
  32. .word grass_data_12, 0x0, 0x0, 0x0
  33. .byte 0x4, 0x8, 0x0, 0x0
  34. .word grass_data_13, water_data_13, 0x0, fishing_data_13
  35. .byte 0x4, 0x9, 0x0, 0x0
  36. .word grass_data_14, water_data_14, 0x0, fishing_data_14
  37. .byte 0x4, 0xE, 0x0, 0x0
  38. .word grass_data_15, 0x0, 0x0, 0x0
  39. .byte 0x4, 0xF, 0x0, 0x0
  40. .word grass_data_16, 0x0, 0x0, 0x0
  41. .byte 0x4, 0x10, 0x0, 0x0
  42. .word grass_data_17, water_data_17, 0x0, fishing_data_17
  43. .byte 0x4, 0x11, 0x0, 0x0
  44. .word grass_data_18, 0x0, 0x0, 0x0
  45. .byte 0x6, 0x0, 0x0, 0x0
  46. .word grass_data_19, 0x0, 0x0, 0x0
  47. .byte 0x6, 0x1, 0x0, 0x0
  48. .word grass_data_20, 0x0, 0x0, 0x0
  49. .byte 0x6, 0x2, 0x0, 0x0
  50. .word grass_data_21, 0x0, 0x0, 0x0
  51. .byte 0x6, 0x3, 0x0, 0x0
  52. .word grass_data_22, 0x0, 0x0, 0x0
  53. .byte 0x6, 0x4, 0x0, 0x0
  54. .word grass_data_23, 0x0, 0x0, 0x0
  55. .byte 0x6, 0x5, 0x0, 0x0
  56. .word grass_data_24, 0x0, 0x0, 0x0
  57. .byte 0x6, 0x7, 0x0, 0x0
  58. .word grass_data_25, 0x0, 0x0, 0x0
  59. .byte 0x8, 0x1, 0x0, 0x0
  60. .word grass_data_26, 0x0, 0x0, 0x0
  61. .byte 0x8, 0x2, 0x0, 0x0
  62. .word grass_data_27, 0x0, 0x0, 0x0
  63. .byte 0x8, 0x3, 0x0, 0x0
  64. .word grass_data_28, 0x0, 0x0, 0x0
  65. .byte 0x8, 0x4, 0x0, 0x0
  66. .word grass_data_29, 0x0, 0x0, 0x0
  67. .byte 0x8, 0x5, 0x0, 0x0
  68. .word grass_data_30, water_data_30, 0x0, fishing_data_30
  69. .byte 0x8, 0x6, 0x0, 0x0
  70. .word grass_data_31, 0x0, 0x0, 0x0
  71. .byte 0x8, 0x7, 0x0, 0x0
  72. .word grass_data_32, 0x0, 0x0, 0x0
  73. .byte 0x8, 0x8, 0x0, 0x0
  74. .word grass_data_33, 0x0, 0x0, 0x0
  75. .byte 0x8, 0x9, 0x0, 0x0
  76. .word grass_data_34, 0x0, 0x0, 0x0
  77. .byte 0x8, 0xA, 0x0, 0x0
  78. .word grass_data_35, 0x0, 0x0, 0x0
  79. .byte 0x8, 0xB, 0x0, 0x0
  80. .word grass_data_36, 0x0, 0x0, 0x0
  81. .byte 0x8, 0xD, 0x0, 0x0
  82. .word grass_data_37, 0x0, 0x0, 0x0
  83. .byte 0x8, 0xE, 0x0, 0x0
  84. .word grass_data_38, water_data_38, 0x0, fishing_data_38
  85. .align 2
  86. water_data_0:
  87. .byte 0xF
  88. .byte 0x0, 0x0, 0x0
  89. .word pkmn_water_data_0
  90. .hword 0xFFFF
  91. .align 2
  92. fishing_data_0:
  93. .byte 0x14
  94. .byte 0x0, 0x0, 0x0
  95. .word pkmn_fishing_data_0
  96. .hword 0xFFFF
  97. .align 2
  98. water_data_1:
  99. .byte 0xF
  100. .byte 0x0, 0x0, 0x0
  101. .word pkmn_water_data_1
  102. .hword 0xFFFF
  103. .align 2
  104. fishing_data_1:
  105. .byte 0x14
  106. .byte 0x0, 0x0, 0x0
  107. .word pkmn_fishing_data_1
  108. .hword 0xFFFF
  109. .align 2
  110. grass_data_2:
  111. .byte 0x3
  112. .byte 0x0, 0x0, 0x0
  113. .word pkmn_grass_data_2
  114. .hword 0xFFFF
  115. .align 2
  116. water_data_2:
  117. .byte 0xF
  118. .byte 0x0, 0x0, 0x0
  119. .word pkmn_water_data_2
  120. .hword 0xFFFF
  121. .align 2
  122. fishing_data_2:
  123. .byte 0x14
  124. .byte 0x0, 0x0, 0x0
  125. .word pkmn_fishing_data_2
  126. .hword 0xFFFF
  127. .align 2
  128. grass_data_3:
  129. .byte 0x3
  130. .byte 0x0, 0x0, 0x0
  131. .word pkmn_grass_data_2
  132. .hword 0xFFFF
  133. .align 2
  134. water_data_3:
  135. .byte 0xF
  136. .byte 0x0, 0x0, 0x0
  137. .word pkmn_water_data_2
  138. .hword 0xFFFF
  139. .align 2
  140. fishing_data_3:
  141. .byte 0x14
  142. .byte 0x0, 0x0, 0x0
  143. .word pkmn_fishing_data_2
  144. .hword 0xFFFF
  145. .align 2
  146. grass_data_4:
  147. .byte 0x3
  148. .byte 0x0, 0x0, 0x0
  149. .word pkmn_grass_data_3
  150. .hword 0xFFFF
  151. .align 2
  152. water_data_4:
  153. .byte 0xF
  154. .byte 0x0, 0x0, 0x0
  155. .word pkmn_water_data_3
  156. .hword 0xFFFF
  157. .align 2
  158. fishing_data_4:
  159. .byte 0x14
  160. .byte 0x0, 0x0, 0x0
  161. .word pkmn_fishing_data_3
  162. .hword 0xFFFF
  163. .align 2
  164. grass_data_5:
  165. .byte 0x3
  166. .byte 0x0, 0x0, 0x0
  167. .word pkmn_grass_data_4
  168. .hword 0xFFFF
  169. .align 2
  170. water_data_5:
  171. .byte 0xF
  172. .byte 0x0, 0x0, 0x0
  173. .word pkmn_water_data_4
  174. .hword 0xFFFF
  175. .align 2
  176. fishing_data_5:
  177. .byte 0x14
  178. .byte 0x0, 0x0, 0x0
  179. .word pkmn_fishing_data_4
  180. .hword 0xFFFF
  181. .align 2
  182. grass_data_6:
  183. .byte 0x2
  184. .byte 0x0, 0x0, 0x0
  185. .word pkmn_grass_data_5
  186. .hword 0xFFFF
  187. .align 2
  188. water_data_6:
  189. .byte 0xF
  190. .byte 0x0, 0x0, 0x0
  191. .word pkmn_water_data_5
  192. .hword 0xFFFF
  193. .align 2
  194. fishing_data_6:
  195. .byte 0x14
  196. .byte 0x0, 0x0, 0x0
  197. .word pkmn_fishing_data_5
  198. .hword 0xFFFF
  199. .align 2
  200. water_data_7:
  201. .byte 0xF
  202. .byte 0x0, 0x0, 0x0
  203. .word pkmn_water_data_5
  204. .hword 0xFFFF
  205. .align 2
  206. fishing_data_7:
  207. .byte 0x14
  208. .byte 0x0, 0x0, 0x0
  209. .word pkmn_fishing_data_5
  210. .hword 0xFFFF
  211. .align 2
  212. grass_data_8:
  213. .byte 0x2
  214. .byte 0x0, 0x0, 0x0
  215. .word pkmn_grass_data_5
  216. .hword 0xFFFF
  217. .align 2
  218. water_data_8:
  219. .byte 0xF
  220. .byte 0x0, 0x0, 0x0
  221. .word pkmn_water_data_5
  222. .hword 0xFFFF
  223. .align 2
  224. fishing_data_8:
  225. .byte 0x14
  226. .byte 0x0, 0x0, 0x0
  227. .word pkmn_fishing_data_5
  228. .hword 0xFFFF
  229. .align 2
  230. grass_data_9:
  231. .byte 0x2
  232. .byte 0x0, 0x0, 0x0
  233. .word pkmn_grass_data_5
  234. .hword 0xFFFF
  235. .align 2
  236. water_data_10:
  237. .byte 0xF
  238. .byte 0x0, 0x0, 0x0
  239. .word pkmn_water_data_5
  240. .hword 0xFFFF
  241. .align 2
  242. fishing_data_10:
  243. .byte 0x14
  244. .byte 0x0, 0x0, 0x0
  245. .word pkmn_fishing_data_5
  246. .hword 0xFFFF
  247. .align 2
  248. grass_data_11:
  249. .byte 0x2
  250. .byte 0x0, 0x0, 0x0
  251. .word pkmn_grass_data_5
  252. .hword 0xFFFF
  253. .align 2
  254. water_data_11:
  255. .byte 0xF
  256. .byte 0x0, 0x0, 0x0
  257. .word pkmn_water_data_5
  258. .hword 0xFFFF
  259. .align 2
  260. fishing_data_11:
  261. .byte 0x14
  262. .byte 0x0, 0x0, 0x0
  263. .word pkmn_fishing_data_5
  264. .hword 0xFFFF
  265. .align 2
  266. grass_data_12:
  267. .byte 0x2
  268. .byte 0x0, 0x0, 0x0
  269. .word pkmn_grass_data_5
  270. .hword 0xFFFF
  271. .align 2
  272. grass_data_13:
  273. .byte 0x2
  274. .byte 0x0, 0x0, 0x0
  275. .word pkmn_grass_data_5
  276. .hword 0xFFFF
  277. .align 2
  278. water_data_13:
  279. .byte 0xF
  280. .byte 0x0, 0x0, 0x0
  281. .word pkmn_water_data_5
  282. .hword 0xFFFF
  283. .align 2
  284. fishing_data_13:
  285. .byte 0x14
  286. .byte 0x0, 0x0, 0x0
  287. .word pkmn_fishing_data_5
  288. .hword 0xFFFF
  289. .align 2
  290. grass_data_14:
  291. .byte 0x2
  292. .byte 0x0, 0x0, 0x0
  293. .word pkmn_grass_data_5
  294. .hword 0xFFFF
  295. .align 2
  296. water_data_14:
  297. .byte 0xF
  298. .byte 0x0, 0x0, 0x0
  299. .word pkmn_water_data_5
  300. .hword 0xFFFF
  301. .align 2
  302. fishing_data_14:
  303. .byte 0x14
  304. .byte 0x0, 0x0, 0x0
  305. .word pkmn_fishing_data_5
  306. .hword 0xFFFF
  307. .align 2
  308. grass_data_15:
  309. .byte 0x1
  310. .byte 0x0, 0x0, 0x0
  311. .word pkmn_grass_data_6
  312. .hword 0xFFFF
  313. .align 2
  314. grass_data_16:
  315. .byte 0x1
  316. .byte 0x0, 0x0, 0x0
  317. .word pkmn_grass_data_6
  318. .hword 0xFFFF
  319. .align 2
  320. grass_data_17:
  321. .byte 0x1
  322. .byte 0x0, 0x0, 0x0
  323. .word pkmn_grass_data_6
  324. .hword 0xFFFF
  325. .align 2
  326. water_data_17:
  327. .byte 0xF
  328. .byte 0x0, 0x0, 0x0
  329. .word pkmn_water_data_6
  330. .hword 0xFFFF
  331. .align 2
  332. fishing_data_17:
  333. .byte 0x14
  334. .byte 0x0, 0x0, 0x0
  335. .word pkmn_fishing_data_6
  336. .hword 0xFFFF
  337. .align 2
  338. grass_data_18:
  339. .byte 0x1
  340. .byte 0x0, 0x0, 0x0
  341. .word pkmn_grass_data_6
  342. .hword 0xFFFF
  343. .align 2
  344. grass_data_19:
  345. .byte 0x1
  346. .byte 0x0, 0x0, 0x0
  347. .word pkmn_grass_data_7
  348. .hword 0xFFFF
  349. .align 2
  350. grass_data_20:
  351. .byte 0x1
  352. .byte 0x0, 0x0, 0x0
  353. .word pkmn_grass_data_7
  354. .hword 0xFFFF
  355. .align 2
  356. grass_data_21:
  357. .byte 0x1
  358. .byte 0x0, 0x0, 0x0
  359. .word pkmn_grass_data_7
  360. .hword 0xFFFF
  361. .align 2
  362. grass_data_22:
  363. .byte 0x1
  364. .byte 0x0, 0x0, 0x0
  365. .word pkmn_grass_data_7
  366. .hword 0xFFFF
  367. .align 2
  368. grass_data_23:
  369. .byte 0x1
  370. .byte 0x0, 0x0, 0x0
  371. .word pkmn_grass_data_7
  372. .hword 0xFFFF
  373. .align 2
  374. grass_data_24:
  375. .byte 0x1
  376. .byte 0x0, 0x0, 0x0
  377. .word pkmn_grass_data_7
  378. .hword 0xFFFF
  379. .align 2
  380. grass_data_25:
  381. .byte 0x1
  382. .byte 0x0, 0x0, 0x0
  383. .word pkmn_grass_data_7
  384. .hword 0xFFFF
  385. .align 2
  386. grass_data_26:
  387. .byte 0x1
  388. .byte 0x0, 0x0, 0x0
  389. .word pkmn_grass_data_8
  390. .hword 0xFFFF
  391. .align 2
  392. grass_data_27:
  393. .byte 0x1
  394. .byte 0x0, 0x0, 0x0
  395. .word pkmn_grass_data_8
  396. .hword 0xFFFF
  397. .align 2
  398. grass_data_28:
  399. .byte 0x1
  400. .byte 0x0, 0x0, 0x0
  401. .word pkmn_grass_data_8
  402. .hword 0xFFFF
  403. .align 2
  404. grass_data_29:
  405. .byte 0x1
  406. .byte 0x0, 0x0, 0x0
  407. .word pkmn_grass_data_8
  408. .hword 0xFFFF
  409. .align 2
  410. grass_data_30:
  411. .byte 0x1
  412. .byte 0x0, 0x0, 0x0
  413. .word pkmn_grass_data_8
  414. .hword 0xFFFF
  415. .align 2
  416. water_data_30:
  417. .byte 0xF
  418. .byte 0x0, 0x0, 0x0
  419. .word pkmn_water_data_8
  420. .hword 0xFFFF
  421. .align 2
  422. fishing_data_30:
  423. .byte 0x14
  424. .byte 0x0, 0x0, 0x0
  425. .word pkmn_fishing_data_8
  426. .hword 0xFFFF
  427. .align 2
  428. grass_data_31:
  429. .byte 0x1
  430. .byte 0x0, 0x0, 0x0
  431. .word pkmn_grass_data_8
  432. .hword 0xFFFF
  433. .align 2
  434. grass_data_32:
  435. .byte 0x1
  436. .byte 0x0, 0x0, 0x0
  437. .word pkmn_grass_data_8
  438. .hword 0xFFFF
  439. .align 2
  440. grass_data_33:
  441. .byte 0x1
  442. .byte 0x0, 0x0, 0x0
  443. .word pkmn_grass_data_8
  444. .hword 0xFFFF
  445. .align 2
  446. grass_data_34:
  447. .byte 0x1
  448. .byte 0x0, 0x0, 0x0
  449. .word pkmn_grass_data_8
  450. .hword 0xFFFF
  451. .align 2
  452. grass_data_35:
  453. .byte 0x1
  454. .byte 0x0, 0x0, 0x0
  455. .word pkmn_grass_data_8
  456. .hword 0xFFFF
  457. .align 2
  458. grass_data_36:
  459. .byte 0x1
  460. .byte 0x0, 0x0, 0x0
  461. .word pkmn_grass_data_8
  462. .hword 0xFFFF
  463. .align 2
  464. grass_data_37:
  465. .byte 0x1
  466. .byte 0x0, 0x0, 0x0
  467. .word pkmn_grass_data_8
  468. .hword 0xFFFF
  469. .align 2
  470. grass_data_38:
  471. .byte 0x1
  472. .byte 0x0, 0x0, 0x0
  473. .word pkmn_grass_data_8
  474. .hword 0xFFFF
  475. .align 2
  476. water_data_38:
  477. .byte 0xF
  478. .byte 0x0, 0x0, 0x0
  479. .word pkmn_water_data_8
  480. .hword 0xFFFF
  481. .align 2
  482. fishing_data_38:
  483. .byte 0x14
  484. .byte 0x0, 0x0, 0x0
  485. .word pkmn_fishing_data_8
  486. .hword 0xFFFF
  487. .align 2
  488. pkmn_water_data_0:
  489. .byte 0xF
  490. .byte 0x23
  491. .hword PKMN_MARILL
  492. .byte 0x14
  493. .byte 0x23
  494. .hword PKMN_ENTON
  495. .byte 0x19
  496. .byte 0x23
  497. .hword PKMN_CORASONN
  498. .byte 0x1E
  499. .byte 0x23
  500. .hword PKMN_GEHWEIHER
  501. .byte 0x23
  502. .byte 0x28
  503. .hword PKMN_MASKEREGEN
  504. .hword 0xFFFF
  505. .align 2
  506. pkmn_fishing_data_0:
  507. .byte 0x5
  508. .byte 0xA
  509. .hword PKMN_KARPADOR
  510. .byte 0x5
  511. .byte 0xA
  512. .hword PKMN_SCHMERBE
  513. .byte 0xF
  514. .byte 0x19
  515. .hword PKMN_SCHMERBE
  516. .byte 0x14
  517. .byte 0x19
  518. .hword PKMN_BARSCHUFT
  519. .byte 0x19
  520. .byte 0x1E
  521. .hword PKMN_KARPADOR
  522. .byte 0x23
  523. .byte 0x28
  524. .hword PKMN_SCAMPISTO
  525. .byte 0x23
  526. .byte 0x28
  527. .hword PKMN_LOTURZEL
  528. .byte 0x28
  529. .byte 0x2D
  530. .hword PKMN_GARADOS
  531. .byte 0x2D
  532. .byte 0x32
  533. .hword PKMN_BARSCHWA
  534. .byte 0x32
  535. .byte 0x37
  536. .hword PKMN_MILOTIC
  537. .hword 0xFFFF
  538. .hword 0xFFFF
  539. .align 2
  540. pkmn_water_data_1:
  541. .byte 0xF
  542. .byte 0x23
  543. .hword PKMN_WINGULL
  544. .byte 0x14
  545. .byte 0x23
  546. .hword PKMN_PELIPPER
  547. .byte 0x19
  548. .byte 0x23
  549. .hword PKMN_ALGITT
  550. .byte 0x1E
  551. .byte 0x23
  552. .hword PKMN_LIEBISKUS
  553. .byte 0x23
  554. .byte 0x28
  555. .hword PKMN_MAMOLIDA
  556. .hword 0xFFFF
  557. .align 2
  558. pkmn_fishing_data_1:
  559. .byte 0x5
  560. .byte 0xA
  561. .hword PKMN_KARPADOR
  562. .byte 0x5
  563. .byte 0xA
  564. .hword PKMN_REMORAID
  565. .byte 0xF
  566. .byte 0x19
  567. .hword PKMN_STERNDU
  568. .byte 0x14
  569. .byte 0x19
  570. .hword PKMN_FINNEON
  571. .byte 0x19
  572. .byte 0x1E
  573. .hword PKMN_REMORAID
  574. .byte 0x23
  575. .byte 0x28
  576. .hword PKMN_STARMIE
  577. .byte 0x23
  578. .byte 0x28
  579. .hword PKMN_LUMINEON
  580. .byte 0x28
  581. .byte 0x2D
  582. .hword PKMN_OCTILLERY
  583. .byte 0x2D
  584. .byte 0x32
  585. .hword PKMN_DRATINI
  586. .byte 0x32
  587. .byte 0x37
  588. .hword PKMN_DRAGONIR
  589. .hword 0xFFFF
  590. .align 2
  591. pkmn_grass_data_2:
  592. .byte 0x2
  593. .byte 0x2
  594. .hword PKMN_DARTIRI
  595. .byte 0x2
  596. .byte 0x2
  597. .hword PKMN_WIESOR
  598. .byte 0x2
  599. .byte 0x2
  600. .hword PKMN_DARTIRI
  601. .byte 0x3
  602. .byte 0x3
  603. .hword PKMN_SCHLUPPUCK
  604. .byte 0x3
  605. .byte 0x3
  606. .hword PKMN_MYRAPLA
  607. .byte 0x3
  608. .byte 0x3
  609. .hword PKMN_MYRAPLA
  610. .byte 0x3
  611. .byte 0x3
  612. .hword PKMN_SCHLUPPUCK
  613. .byte 0x3
  614. .byte 0x3
  615. .hword PKMN_PEPPECK
  616. .byte 0x2
  617. .byte 0x2
  618. .hword PKMN_MYRAPLA
  619. .byte 0x2
  620. .byte 0x2
  621. .hword PKMN_SCHLUPPUCK
  622. .byte 0x3
  623. .byte 0x3
  624. .hword PKMN_PEPPECK
  625. .byte 0x3
  626. .byte 0x3
  627. .hword PKMN_PEPPECK
  628. .hword 0xFFFF
  629. .align 2
  630. pkmn_water_data_2:
  631. .byte 0xF
  632. .byte 0x23
  633. .hword PKMN_LOTURZEL
  634. .byte 0x14
  635. .byte 0x23
  636. .hword PKMN_PICCOLENTE
  637. .byte 0x19
  638. .byte 0x23
  639. .hword PKMN_LOMBRERO
  640. .byte 0x1E
  641. .byte 0x23
  642. .hword PKMN_KAPPALORES
  643. .byte 0x23
  644. .byte 0x28
  645. .hword PKMN_SWARONESS
  646. .hword 0xFFFF
  647. .align 2
  648. pkmn_fishing_data_2:
  649. .byte 0x5
  650. .byte 0xA
  651. .hword PKMN_BITHORA
  652. .byte 0x5
  653. .byte 0xA
  654. .hword PKMN_BITHORA
  655. .byte 0xF
  656. .byte 0x19
  657. .hword PKMN_BITHORA
  658. .byte 0x14
  659. .byte 0x19
  660. .hword PKMN_ISCALAR
  661. .byte 0x19
  662. .byte 0x1E
  663. .hword PKMN_ISCALAR
  664. .byte 0x23
  665. .byte 0x28
  666. .hword PKMN_BITHORA
  667. .byte 0x23
  668. .byte 0x28
  669. .hword PKMN_BITHORA
  670. .byte 0x28
  671. .byte 0x2D
  672. .hword PKMN_BITHORA
  673. .byte 0x2D
  674. .byte 0x32
  675. .hword PKMN_THANATHORA
  676. .byte 0x32
  677. .byte 0x37
  678. .hword PKMN_THANATHORA
  679. .hword 0xFFFF
  680. .align 2
  681. pkmn_grass_data_3:
  682. .byte 0x3
  683. .byte 0x3
  684. .hword PKMN_NAGELOTZ
  685. .byte 0x3
  686. .byte 0x3
  687. .hword PKMN_FLABEBE
  688. .byte 0x4
  689. .byte 0x4
  690. .hword PKMN_SHEINUX
  691. .byte 0x4
  692. .byte 0x4
  693. .hword PKMN_STARALILI
  694. .byte 0x3
  695. .byte 0x3
  696. .hword PKMN_WABLU
  697. .byte 0x4
  698. .byte 0x4
  699. .hword PKMN_SHEINUX
  700. .byte 0x3
  701. .byte 0x3
  702. .hword PKMN_STARALILI
  703. .byte 0x3
  704. .byte 0x3
  705. .hword PKMN_FLABEBE
  706. .byte 0x4
  707. .byte 0x4
  708. .hword PKMN_SHEINUX
  709. .byte 0x4
  710. .byte 0x4
  711. .hword PKMN_NAGELOTZ
  712. .byte 0x4
  713. .byte 0x4
  714. .hword PKMN_TOGEPI
  715. .byte 0x3
  716. .byte 0x3
  717. .hword PKMN_TOGEPI
  718. .hword 0xFFFF
  719. .align 2
  720. pkmn_water_data_3:
  721. .byte 0xF
  722. .byte 0x23
  723. .hword PKMN_ENTON
  724. .byte 0x14
  725. .byte 0x23
  726. .hword PKMN_SCHALLQUAP
  727. .byte 0x19
  728. .byte 0x23
  729. .hword PKMN_MEBRANA
  730. .byte 0x1E
  731. .byte 0x23
  732. .hword PKMN_ENTORON
  733. .byte 0x23
  734. .byte 0x28
  735. .hword PKMN_BRANAWARZ
  736. .hword 0xFFFF
  737. .align 2
  738. pkmn_fishing_data_3:
  739. .byte 0x5
  740. .byte 0xA
  741. .hword PKMN_QUAPSEL
  742. .byte 0x5
  743. .byte 0xA
  744. .hword PKMN_FLUNSCHLIK
  745. .byte 0xF
  746. .byte 0x19
  747. .hword PKMN_FLUNSCHLIK
  748. .byte 0x14
  749. .byte 0x19
  750. .hword PKMN_SCHMERBE
  751. .byte 0x19
  752. .byte 0x1E
  753. .hword PKMN_QUAPSEL
  754. .byte 0x23
  755. .byte 0x28
  756. .hword PKMN_WELSAR
  757. .byte 0x23
  758. .byte 0x28
  759. .hword PKMN_BARSCHUFT
  760. .byte 0x28
  761. .byte 0x2D
  762. .hword PKMN_QUAPUTZI
  763. .byte 0x2D
  764. .byte 0x32
  765. .hword PKMN_QUAPUTZI
  766. .byte 0x32
  767. .byte 0x37
  768. .hword PKMN_QUAXO
  769. .hword 0xFFFF
  770. .align 2
  771. pkmn_grass_data_4:
  772. .byte 0x6
  773. .byte 0x6
  774. .hword PKMN_HOPPSPROSS
  775. .byte 0x6
  776. .byte 0x6
  777. .hword PKMN_VOLTILAMM
  778. .byte 0x6
  779. .byte 0x6
  780. .hword PKMN_ALOLA_MAUZI
  781. .byte 0x7
  782. .byte 0x7
  783. .hword PKMN_NINCADA
  784. .byte 0x7
  785. .byte 0x7
  786. .hword PKMN_ZIRPURZE
  787. .byte 0x6
  788. .byte 0x6
  789. .hword PKMN_PAM_PAM
  790. .byte 0x7
  791. .byte 0x7
  792. .hword PKMN_PAM_PAM
  793. .byte 0x8
  794. .byte 0x8
  795. .hword PKMN_ZIRPURZE
  796. .byte 0x7
  797. .byte 0x7
  798. .hword PKMN_VOLTILAMM
  799. .byte 0x8
  800. .byte 0x8
  801. .hword PKMN_PAM_PAM
  802. .byte 0x7
  803. .byte 0x7
  804. .hword PKMN_HOPPSPROSS
  805. .byte 0x8
  806. .byte 0x8
  807. .hword PKMN_ALOLA_MAUZI
  808. .hword 0xFFFF
  809. .align 2
  810. pkmn_water_data_4:
  811. .byte 0xF
  812. .byte 0x23
  813. .hword PKMN_MARILL
  814. .byte 0x14
  815. .byte 0x23
  816. .hword PKMN_AZUMARILL
  817. .byte 0x19
  818. .byte 0x23
  819. .hword PKMN_SEEPER
  820. .byte 0x1E
  821. .byte 0x23
  822. .hword PKMN_SEEMON
  823. .byte 0x23
  824. .byte 0x28
  825. .hword PKMN_SEEMON
  826. .hword 0xFFFF
  827. .align 2
  828. pkmn_fishing_data_4:
  829. .byte 0x5
  830. .byte 0xA
  831. .hword PKMN_KARPADOR
  832. .byte 0x5
  833. .byte 0xA
  834. .hword PKMN_BARSCHWA
  835. .byte 0xF
  836. .byte 0x19
  837. .hword PKMN_BARSCHWA
  838. .byte 0x14
  839. .byte 0x19
  840. .hword PKMN_KARPADOR
  841. .byte 0x19
  842. .byte 0x1E
  843. .hword PKMN_SEEMON
  844. .byte 0x23
  845. .byte 0x28
  846. .hword PKMN_SEEMON
  847. .byte 0x23
  848. .byte 0x28
  849. .hword PKMN_BARSCHWA
  850. .byte 0x28
  851. .byte 0x2D
  852. .hword PKMN_GARADOS
  853. .byte 0x2D
  854. .byte 0x32
  855. .hword PKMN_MILOTIC
  856. .byte 0x32
  857. .byte 0x37
  858. .hword PKMN_SEEDRAKING
  859. .hword 0xFFFF
  860. .align 2
  861. pkmn_grass_data_5:
  862. .byte 0x4
  863. .byte 0x4
  864. .hword PKMN_WAUMPEL
  865. .byte 0x4
  866. .byte 0x4
  867. .hword PKMN_RAUPY
  868. .byte 0x5
  869. .byte 0x5
  870. .hword PKMN_HORNLIU
  871. .byte 0x5
  872. .byte 0x5
  873. .hword PKMN_WEBARAK
  874. .byte 0x4
  875. .byte 0x4
  876. .hword PKMN_PURMEL
  877. .byte 0x5
  878. .byte 0x5
  879. .hword PKMN_LEDYBA
  880. .byte 0x4
  881. .byte 0x4
  882. .hword PKMN_WATTZAPF
  883. .byte 0x5
  884. .byte 0x5
  885. .hword PKMN_STRAWICKL
  886. .byte 0x4
  887. .byte 0x4
  888. .hword PKMN_VEGIMAK
  889. .byte 0x4
  890. .byte 0x4
  891. .hword PKMN_GRILLMAK
  892. .byte 0x4
  893. .byte 0x4
  894. .hword PKMN_SODAMAK
  895. .byte 0x3
  896. .byte 0x3
  897. .hword PKMN_IGNIVOR
  898. .hword 0xFFFF
  899. .align 2
  900. pkmn_water_data_5:
  901. .byte 0xF
  902. .byte 0x23
  903. .hword PKMN_LOTURZEL
  904. .byte 0x14
  905. .byte 0x23
  906. .hword PKMN_LOMBRERO
  907. .byte 0x19
  908. .byte 0x23
  909. .hword PKMN_LOMBRERO
  910. .byte 0x1E
  911. .byte 0x23
  912. .hword PKMN_KAPPALORES
  913. .byte 0x23
  914. .byte 0x28
  915. .hword PKMN_KAPPALORES
  916. .hword 0xFFFF
  917. .align 2
  918. pkmn_fishing_data_5:
  919. .byte 0x5
  920. .byte 0xA
  921. .hword PKMN_KARPADOR
  922. .byte 0x5
  923. .byte 0xA
  924. .hword PKMN_QUAPSEL
  925. .byte 0xF
  926. .byte 0x19
  927. .hword PKMN_QUAPSEL
  928. .byte 0x14
  929. .byte 0x19
  930. .hword PKMN_QUAPUTZI
  931. .byte 0x19
  932. .byte 0x1E
  933. .hword PKMN_QUAPUTZI
  934. .byte 0x23
  935. .byte 0x28
  936. .hword PKMN_QUAPUTZI
  937. .byte 0x23
  938. .byte 0x28
  939. .hword PKMN_WELSAR
  940. .byte 0x28
  941. .byte 0x2D
  942. .hword PKMN_WELSAR
  943. .byte 0x2D
  944. .byte 0x32
  945. .hword PKMN_QUAPPO
  946. .byte 0x32
  947. .byte 0x37
  948. .hword PKMN_QUAPPO
  949. .hword 0xFFFF
  950. .align 2
  951. pkmn_grass_data_6:
  952. .byte 0x5
  953. .byte 0x5
  954. .hword PKMN_RETTAN
  955. .byte 0x5
  956. .byte 0x5
  957. .hword PKMN_SMOGON
  958. .byte 0x6
  959. .byte 0x6
  960. .hword PKMN_UNRATUETOX
  961. .byte 0x6
  962. .byte 0x6
  963. .hword PKMN_UNRATUETOX
  964. .byte 0x5
  965. .byte 0x6
  966. .hword PKMN_TARNPIGNON
  967. .byte 0x7
  968. .byte 0x7
  969. .hword PKMN_TARNPIGNON
  970. .byte 0x6
  971. .byte 0x7
  972. .hword PKMN_BLUZUK
  973. .byte 0x6
  974. .byte 0x7
  975. .hword PKMN_BLUZUK
  976. .byte 0x7
  977. .byte 0x7
  978. .hword PKMN_BLUZUK
  979. .byte 0x8
  980. .byte 0x8
  981. .hword PKMN_BLUZUK
  982. .byte 0x7
  983. .byte 0x7
  984. .hword PKMN_NEBULAK
  985. .byte 0x8
  986. .byte 0x8
  987. .hword PKMN_NEBULAK
  988. .hword 0xFFFF
  989. .align 2
  990. pkmn_water_data_6:
  991. .byte 0xF
  992. .byte 0x23
  993. .hword PKMN_YANMA
  994. .byte 0x14
  995. .byte 0x23
  996. .hword PKMN_SLEIMA
  997. .byte 0x19
  998. .byte 0x23
  999. .hword PKMN_SLEIMA
  1000. .byte 0x1E
  1001. .byte 0x23
  1002. .hword PKMN_YANMEGA
  1003. .byte 0x23
  1004. .byte 0x28
  1005. .hword PKMN_YANMEGA
  1006. .hword 0xFFFF
  1007. .align 2
  1008. pkmn_fishing_data_6:
  1009. .byte 0x5
  1010. .byte 0xA
  1011. .hword PKMN_SCHMERBE
  1012. .byte 0x5
  1013. .byte 0xA
  1014. .hword PKMN_FELINO
  1015. .byte 0xF
  1016. .byte 0x19
  1017. .hword PKMN_MORLORD
  1018. .byte 0x14
  1019. .byte 0x19
  1020. .hword PKMN_WELSAR
  1021. .byte 0x19
  1022. .byte 0x1E
  1023. .hword PKMN_WELSAR
  1024. .byte 0x23
  1025. .byte 0x28
  1026. .hword PKMN_WELSAR
  1027. .byte 0x23
  1028. .byte 0x28
  1029. .hword PKMN_MORLORD
  1030. .byte 0x28
  1031. .byte 0x2D
  1032. .hword PKMN_ANORITH
  1033. .byte 0x2D
  1034. .byte 0x32
  1035. .hword PKMN_ANORITH
  1036. .byte 0x32
  1037. .byte 0x37
  1038. .hword PKMN_ARMALDO
  1039. .hword 0xFFFF
  1040. .align 2
  1041. pkmn_grass_data_7:
  1042. .byte 0x5
  1043. .byte 0x5
  1044. .hword PKMN_WEBARAK
  1045. .byte 0x5
  1046. .byte 0x5
  1047. .hword PKMN_WATTZAPF
  1048. .byte 0x5
  1049. .byte 0x5
  1050. .hword PKMN_TARNPIGNON
  1051. .byte 0x6
  1052. .byte 0x6
  1053. .hword PKMN_TANNZA
  1054. .byte 0x5
  1055. .byte 0x5
  1056. .hword PKMN_MABULA
  1057. .byte 0x5
  1058. .byte 0x5
  1059. .hword PKMN_BURMY
  1060. .byte 0x6
  1061. .byte 0x6
  1062. .hword PKMN_BLUZUK
  1063. .byte 0x6
  1064. .byte 0x6
  1065. .hword PKMN_WADRIBIE
  1066. .byte 0x5
  1067. .byte 0x5
  1068. .hword PKMN_PARAS
  1069. .byte 0x5
  1070. .byte 0x5
  1071. .hword PKMN_LAUKAPS
  1072. .byte 0x6
  1073. .byte 0x6
  1074. .hword PKMN_TOXIPED
  1075. .byte 0x6
  1076. .byte 0x6
  1077. .hword PKMN_PIONSKORA
  1078. .align 2
  1079. pkmn_grass_data_8:
  1080. .byte 0x6
  1081. .byte 0x6
  1082. .hword PKMN_KIESLING
  1083. .byte 0x7
  1084. .byte 0x7
  1085. .hword PKMN_ALOLA_KLEINSTEIN
  1086. .byte 0x6
  1087. .byte 0x6
  1088. .hword PKMN_NASGNET
  1089. .byte 0x6
  1090. .byte 0x6
  1091. .hword PKMN_NASGNET
  1092. .byte 0x7
  1093. .byte 0x7
  1094. .hword PKMN_ONIX
  1095. .byte 0x7
  1096. .byte 0x7
  1097. .hword PKMN_ONIX
  1098. .byte 0x5
  1099. .byte 0x5
  1100. .hword PKMN_LITHOMITH
  1101. .byte 0x8
  1102. .byte 0x8
  1103. .hword PKMN_LITHOMITH
  1104. .byte 0x5
  1105. .byte 0x5
  1106. .hword PKMN_METENO
  1107. .byte 0x8
  1108. .byte 0x8
  1109. .hword PKMN_METENO
  1110. .byte 0x5
  1111. .byte 0x5
  1112. .hword PKMN_ROCARA
  1113. .byte 0x8
  1114. .byte 0x8
  1115. .hword PKMN_ROCARA
  1116. .hword 0xFFFF
  1117. .align 2
  1118. pkmn_water_data_8:
  1119. .byte 0xF
  1120. .byte 0x23
  1121. .hword PKMN_ZUBAT
  1122. .byte 0x14
  1123. .byte 0x23
  1124. .hword PKMN_BITHORA
  1125. .byte 0x19
  1126. .byte 0x23
  1127. .hword PKMN_BITHORA
  1128. .byte 0x1E
  1129. .byte 0x23
  1130. .hword PKMN_THANATHORA
  1131. .byte 0x23
  1132. .byte 0x28
  1133. .hword PKMN_THANATHORA
  1134. .hword 0xFFFF
  1135. .align 2
  1136. pkmn_fishing_data_8:
  1137. .byte 0x5
  1138. .byte 0xA
  1139. .hword PKMN_SCHMERBE
  1140. .byte 0x5
  1141. .byte 0xA
  1142. .hword PKMN_KABUTO
  1143. .byte 0xF
  1144. .byte 0x19
  1145. .hword PKMN_KABUTO
  1146. .byte 0x14
  1147. .byte 0x19
  1148. .hword PKMN_SCHMERBE
  1149. .byte 0x19
  1150. .byte 0x1E
  1151. .hword PKMN_WELSAR
  1152. .byte 0x23
  1153. .byte 0x28
  1154. .hword PKMN_KABUTO
  1155. .byte 0x23
  1156. .byte 0x28
  1157. .hword PKMN_SCHMERBE
  1158. .byte 0x28
  1159. .byte 0x2D
  1160. .hword PKMN_WELSAR
  1161. .byte 0x2D
  1162. .byte 0x32
  1163. .hword PKMN_KABUTOPS
  1164. .byte 0x32
  1165. .byte 0x37
  1166. .hword PKMN_KABUTOPS
  1167. .hword 0xFFFF