kd2bwzgen

SMW RNG configurations for ACE

Mar 31st, 2018
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.11 KB | None | 0 0
  1. When on a brown platform spitting out a null sprite at X-position 0x7A with Yoshi in sprite slot 4, execution jumps to the random number generator's 2nd seed. This document contains every single RNG state that results in a jump somewhere else. This contains information about the kind of jump and the location jumped to, including a basic classification that works as such:
  2.  
  3. - If address is in ranges specified by Dotsarecool (as given to me in the Retro Game Mechanics Explained Discord), then the address is a HW register.
  4. - If address is less than 0x2000, it's WRAM.
  5. - If address is greater than 0x8000, it's ROM.
  6. - Otherwise, address is open bus.
  7.  
  8. While I know this makes $8000 "open bus", AFAIK no configuration will directly jump there.
  9.  
  10. One notable state is state 1197, which Masterjun used in a SMW any% TAS that completed the game in 2 and a half minutes and used the state (an indirect jump to $01:A915) to warp to the credits.
  11. ----
  12. Jump at RNG Call 15
  13. Type: Indirect 24-bit
  14. Location: Value at either $017B36 (holding something while riding Yoshi (glitch)) or $007B36 (normal operation) (open bus)
  15. Jump at RNG Call 112
  16. Type: Indirect 16-bit X indexed
  17. Location: Value at ED5C plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  18. Jump at RNG Call 189
  19. Type: 16-bit absolute
  20. Location: $8F82 (ROM, most likely bank 0x01)
  21. Jump at RNG Call 232
  22. Type: Indirect 24-bit
  23. Location: Value at either $014DEC (holding something while riding Yoshi (glitch)) or $004DEC (normal operation) (open bus)
  24. Jump at RNG Call 329
  25. Type: Indirect 16-bit X indexed
  26. Location: Value at 0F8A plus sprite slot of Yoshi (most likely WRAM)
  27. Jump at RNG Call 406
  28. Type: 16-bit absolute
  29. Location: $B138 (ROM, most likely bank 0x01)
  30. Jump at RNG Call 449
  31. Type: Indirect 24-bit
  32. Location: Value at either $016F5A (holding something while riding Yoshi (glitch)) or $006F5A (normal operation) (open bus)
  33. Jump at RNG Call 546
  34. Type: Indirect 16-bit X indexed
  35. Location: Value at E120 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  36. Jump at RNG Call 623
  37. Type: 16-bit absolute
  38. Location: $7366 (open bus)
  39. Jump at RNG Call 666
  40. Type: Indirect 24-bit
  41. Location: Value at either $0141B0 (holding something while riding Yoshi (glitch)) or $0041B0 (normal operation) (open bus)
  42. Jump at RNG Call 763
  43. Type: Indirect 16-bit X indexed
  44. Location: Value at 63AE plus sprite slot of Yoshi (most likely open bus)
  45. Jump at RNG Call 840
  46. Type: 16-bit absolute
  47. Location: $453C (open bus)
  48. Jump at RNG Call 883
  49. Type: Indirect 24-bit
  50. Location: Value at either $0143BE (holding something while riding Yoshi (glitch)) or $0043BE (normal operation) (open bus)
  51. Jump at RNG Call 980
  52. Type: Indirect 16-bit X indexed
  53. Location: Value at 15A4 plus sprite slot of Yoshi (most likely WRAM)
  54. Jump at RNG Call 1057
  55. Type: 16-bit absolute
  56. Location: $678A (open bus)
  57. Jump at RNG Call 1100
  58. Type: Indirect 24-bit
  59. Location: Value at either $011534 (holding something while riding Yoshi (glitch)) or $001534 (normal operation) (WRAM)
  60. Jump at RNG Call 1197
  61. Type: Indirect 16-bit X indexed
  62. Location: Value at F792 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  63. Jump at RNG Call 1274
  64. Type: 16-bit absolute
  65. Location: $49E0 (open bus)
  66. Jump at RNG Call 1317
  67. Type: Indirect 24-bit
  68. Location: Value at either $01F7A2 (holding something while riding Yoshi (glitch)) or $00F7A2 (normal operation) (ROM, most likely bank 0x01)
  69. Jump at RNG Call 1414
  70. Type: Indirect 16-bit X indexed
  71. Location: Value at 89E8 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  72. Jump at RNG Call 1491
  73. Type: 16-bit absolute
  74. Location: $4BEE (open bus)
  75. Jump at RNG Call 1534
  76. Type: Indirect 24-bit
  77. Location: Value at either $016978 (holding something while riding Yoshi (glitch)) or $006978 (normal operation) (open bus)
  78. Jump at RNG Call 1631
  79. Type: Indirect 16-bit X indexed
  80. Location: Value at 4B36 plus sprite slot of Yoshi (most likely open bus)
  81. Jump at RNG Call 1708
  82. Type: 16-bit absolute
  83. Location: $9D64 (ROM, most likely bank 0x01)
  84. Jump at RNG Call 1751
  85. Type: Indirect 24-bit
  86. Location: Value at either $012B06 (holding something while riding Yoshi (glitch)) or $002B06 (normal operation) (open bus)
  87. Jump at RNG Call 1848
  88. Type: Indirect 16-bit X indexed
  89. Location: Value at BDEC plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  90. Jump at RNG Call 1925
  91. Type: 16-bit absolute
  92. Location: $FFF2 (ROM, most likely bank 0x01)
  93. Jump at RNG Call 1968
  94. Type: Indirect 24-bit
  95. Location: Value at either $01BD7C (holding something while riding Yoshi (glitch)) or $00BD7C (normal operation) (ROM, most likely bank 0x01)
  96. Jump at RNG Call 2065
  97. Type: Indirect 16-bit X indexed
  98. Location: Value at 5F9A plus sprite slot of Yoshi (most likely open bus)
  99. Jump at RNG Call 2142
  100. Type: 16-bit absolute
  101. Location: $61A8 (open bus)
  102. Jump at RNG Call 2185
  103. Type: Indirect 24-bit
  104. Location: Value at either $015FAA (holding something while riding Yoshi (glitch)) or $005FAA (normal operation) (open bus)
  105. Jump at RNG Call 2282
  106. Type: Indirect 16-bit X indexed
  107. Location: Value at B1B0 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  108. Jump at RNG Call 2359
  109. Type: 16-bit absolute
  110. Location: $A356 (ROM, most likely bank 0x01)
  111. Jump at RNG Call 2402
  112. Type: Indirect 24-bit
  113. Location: Value at either $01B100 (holding something while riding Yoshi (glitch)) or $00B100 (normal operation) (ROM, most likely bank 0x01)
  114. Jump at RNG Call 2499
  115. Type: Indirect 16-bit X indexed
  116. Location: Value at B3BE plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  117. Jump at RNG Call 2576
  118. Type: 16-bit absolute
  119. Location: $35AC (open bus)
  120. Jump at RNG Call 2619
  121. Type: Indirect 24-bit
  122. Location: Value at either $01338E (holding something while riding Yoshi (glitch)) or $00338E (normal operation) (open bus)
  123. Jump at RNG Call 2716
  124. Type: Indirect 16-bit X indexed
  125. Location: Value at E534 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  126. Jump at RNG Call 2793
  127. Type: 16-bit absolute
  128. Location: $57FA (open bus)
  129. Jump at RNG Call 2836
  130. Type: Indirect 24-bit
  131. Location: Value at either $014584 (holding something while riding Yoshi (glitch)) or $004584 (normal operation) (open bus)
  132. Jump at RNG Call 2933
  133. Type: Indirect 16-bit X indexed
  134. Location: Value at C7A2 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  135. Jump at RNG Call 3010
  136. Type: 16-bit absolute
  137. Location: $3950 (open bus)
  138. Jump at RNG Call 3053
  139. Type: Indirect 24-bit
  140. Location: Value at either $01A7B2 (holding something while riding Yoshi (glitch)) or $00A7B2 (normal operation) (ROM, most likely bank 0x01)
  141. Jump at RNG Call 3150
  142. Type: Indirect 16-bit X indexed
  143. Location: Value at 5978 plus sprite slot of Yoshi (most likely open bus)
  144. Jump at RNG Call 3227
  145. Type: 16-bit absolute
  146. Location: $BBDE (ROM, most likely bank 0x01)
  147. Jump at RNG Call 3270
  148. Type: Indirect 24-bit
  149. Location: Value at either $01D9C8 (holding something while riding Yoshi (glitch)) or $00D9C8 (normal operation) (ROM, most likely bank 0x01)
  150. Jump at RNG Call 3367
  151. Type: Indirect 16-bit X indexed
  152. Location: Value at 9B46 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  153. Jump at RNG Call 3444
  154. Type: 16-bit absolute
  155. Location: $4DD4 (open bus)
  156. Jump at RNG Call 3487
  157. Type: Indirect 24-bit
  158. Location: Value at either $011B16 (holding something while riding Yoshi (glitch)) or $001B16 (normal operation) (WRAM)
  159. Jump at RNG Call 3584
  160. Type: Indirect 16-bit X indexed
  161. Location: Value at 0D7C plus sprite slot of Yoshi (most likely WRAM)
  162. Jump at RNG Call 3661
  163. Type: 16-bit absolute
  164. Location: $2FE2 (open bus)
  165. Jump at RNG Call 3704
  166. Type: Indirect 24-bit
  167. Location: Value at either $01EDCC (holding something while riding Yoshi (glitch)) or $00EDCC (normal operation) (ROM, most likely bank 0x01)
  168. Jump at RNG Call 3801
  169. Type: Indirect 16-bit X indexed
  170. Location: Value at AFAA plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  171. Jump at RNG Call 3878
  172. Type: 16-bit absolute
  173. Location: $D118 (ROM, most likely bank 0x01)
  174. Jump at RNG Call 3921
  175. Type: Indirect 24-bit
  176. Location: Value at either $010FBA (holding something while riding Yoshi (glitch)) or $000FBA (normal operation) (WRAM)
  177. Jump at RNG Call 4018
  178. Type: Indirect 16-bit X indexed
  179. Location: Value at 0140 plus sprite slot of Yoshi (most likely WRAM)
  180. Jump at RNG Call 4095
  181. Type: 16-bit absolute
  182. Location: $9346 (ROM, most likely bank 0x01)
  183. Jump at RNG Call 4138
  184. Type: Indirect 24-bit
  185. Location: Value at either $01E190 (holding something while riding Yoshi (glitch)) or $00E190 (normal operation) (ROM, most likely bank 0x01)
  186. Jump at RNG Call 4235
  187. Type: Indirect 16-bit X indexed
  188. Location: Value at 83CE plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  189. Jump at RNG Call 4312
  190. Type: 16-bit absolute
  191. Location: $E51C (ROM, most likely bank 0x01)
  192. Jump at RNG Call 4355
  193. Type: Indirect 24-bit
  194. Location: Value at either $01E39E (holding something while riding Yoshi (glitch)) or $00E39E (normal operation) (ROM, most likely bank 0x01)
  195. Jump at RNG Call 4452
  196. Type: Indirect 16-bit X indexed
  197. Location: Value at B5C4 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  198. Jump at RNG Call 4529
  199. Type: 16-bit absolute
  200. Location: $87EA (ROM, most likely bank 0x01)
  201. Jump at RNG Call 4572
  202. Type: Indirect 24-bit
  203. Location: Value at either $01B514 (holding something while riding Yoshi (glitch)) or $00B514 (normal operation) (ROM, most likely bank 0x01)
  204. Jump at RNG Call 4669
  205. Type: Indirect 16-bit X indexed
  206. Location: Value at 17B2 plus sprite slot of Yoshi (most likely WRAM)
  207. Jump at RNG Call 4746
  208. Type: 16-bit absolute
  209. Location: $E9C0 (ROM, most likely bank 0x01)
  210. Jump at RNG Call 4789
  211. Type: Indirect 24-bit
  212. Location: Value at either $019782 (holding something while riding Yoshi (glitch)) or $009782 (normal operation) (ROM, most likely bank 0x01)
  213. Jump at RNG Call 4886
  214. Type: Indirect 16-bit X indexed
  215. Location: Value at 2908 plus sprite slot of Yoshi (most likely open bus)
  216. Jump at RNG Call 4963
  217. Type: 16-bit absolute
  218. Location: $EBCE (ROM, most likely bank 0x01)
  219. Jump at RNG Call 5006
  220. Type: Indirect 24-bit
  221. Location: Value at either $010958 (holding something while riding Yoshi (glitch)) or $000958 (normal operation) (WRAM)
  222. Jump at RNG Call 5103
  223. Type: Indirect 16-bit X indexed
  224. Location: Value at EB56 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  225. Jump at RNG Call 5180
  226. Type: 16-bit absolute
  227. Location: $3D44 (open bus)
  228. Jump at RNG Call 5223
  229. Type: Indirect 24-bit
  230. Location: Value at either $01CB66 (holding something while riding Yoshi (glitch)) or $00CB66 (normal operation) (ROM, most likely bank 0x01)
  231. Jump at RNG Call 5320
  232. Type: Indirect 16-bit X indexed
  233. Location: Value at DD0C plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  234. Jump at RNG Call 5397
  235. Type: 16-bit absolute
  236. Location: $1FD2 (WRAM)
  237. Jump at RNG Call 5440
  238. Type: Indirect 24-bit
  239. Location: Value at either $015D5C (holding something while riding Yoshi (glitch)) or $005D5C (normal operation) (open bus)
  240. Jump at RNG Call 5537
  241. Type: Indirect 16-bit X indexed
  242. Location: Value at FFBA plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  243. Jump at RNG Call 5614
  244. Type: 16-bit absolute
  245. Location: $8188 (ROM, most likely bank 0x01)
  246. Jump at RNG Call 5657
  247. Type: Indirect 24-bit
  248. Location: Value at either $01FF8A (holding something while riding Yoshi (glitch)) or $00FF8A (normal operation) (ROM, most likely bank 0x01)
  249. Jump at RNG Call 5754
  250. Type: Indirect 16-bit X indexed
  251. Location: Value at D1D0 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  252. Jump at RNG Call 5831
  253. Type: 16-bit absolute
  254. Location: $C3B6 (ROM, most likely bank 0x01)
  255. Jump at RNG Call 5874
  256. Type: Indirect 24-bit
  257. Location: Value at either $015160 (holding something while riding Yoshi (glitch)) or $005160 (normal operation) (open bus)
  258. Jump at RNG Call 5971
  259. Type: Indirect 16-bit X indexed
  260. Location: Value at D3DE plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  261. Jump at RNG Call 6048
  262. Type: 16-bit absolute
  263. Location: $558C (open bus)
  264. Jump at RNG Call 6091
  265. Type: Indirect 24-bit
  266. Location: Value at either $01D3EE (holding something while riding Yoshi (glitch)) or $00D3EE (normal operation) (ROM, most likely bank 0x01)
  267. Jump at RNG Call 6188
  268. Type: Indirect 16-bit X indexed
  269. Location: Value at 0554 plus sprite slot of Yoshi (most likely WRAM)
  270. Jump at RNG Call 6265
  271. Type: 16-bit absolute
  272. Location: $F7DA (ROM, most likely bank 0x01)
  273. Jump at RNG Call 6308
  274. Type: Indirect 24-bit
  275. Location: Value at either $01E5E4 (holding something while riding Yoshi (glitch)) or $00E5E4 (normal operation) (ROM, most likely bank 0x01)
  276. Jump at RNG Call 6405
  277. Type: Indirect 16-bit X indexed
  278. Location: Value at 67C2 plus sprite slot of Yoshi (most likely open bus)
  279. Jump at RNG Call 6482
  280. Type: 16-bit absolute
  281. Location: $59B0 (open bus)
  282. Jump at RNG Call 6525
  283. Type: Indirect 24-bit
  284. Location: Value at either $014792 (holding something while riding Yoshi (glitch)) or $004792 (normal operation) (open bus)
  285. Jump at RNG Call 6622
  286. Type: Indirect 16-bit X indexed
  287. Location: Value at F998 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  288. Jump at RNG Call 6699
  289. Type: 16-bit absolute
  290. Location: $DB3E (ROM, most likely bank 0x01)
  291. Jump at RNG Call 6742
  292. Type: Indirect 24-bit
  293. Location: Value at either $017928 (holding something while riding Yoshi (glitch)) or $007928 (normal operation) (open bus)
  294. Jump at RNG Call 6839
  295. Type: Indirect 16-bit X indexed
  296. Location: Value at 3B66 plus sprite slot of Yoshi (most likely open bus)
  297. Jump at RNG Call 6916
  298. Type: 16-bit absolute
  299. Location: $ED34 (ROM, most likely bank 0x01)
  300. Jump at RNG Call 6959
  301. Type: Indirect 24-bit
  302. Location: Value at either $01BB76 (holding something while riding Yoshi (glitch)) or $00BB76 (normal operation) (ROM, most likely bank 0x01)
  303. Jump at RNG Call 7056
  304. Type: Indirect 16-bit X indexed
  305. Location: Value at AD9C plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  306. Jump at RNG Call 7133
  307. Type: 16-bit absolute
  308. Location: $4FC2 (open bus)
  309. Jump at RNG Call 7176
  310. Type: Indirect 24-bit
  311. Location: Value at either $018D2C (holding something while riding Yoshi (glitch)) or $008D2C (normal operation) (ROM, most likely bank 0x01)
  312. Jump at RNG Call 7273
  313. Type: Indirect 16-bit X indexed
  314. Location: Value at CFCA plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  315. Jump at RNG Call 7350
  316. Type: 16-bit absolute
  317. Location: $7178 (open bus)
  318. Jump at RNG Call 7393
  319. Type: Indirect 24-bit
  320. Location: Value at either $01AF9A (holding something while riding Yoshi (glitch)) or $00AF9A (normal operation) (ROM, most likely bank 0x01)
  321. Jump at RNG Call 7490
  322. Type: Indirect 16-bit X indexed
  323. Location: Value at A160 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  324. Jump at RNG Call 7567
  325. Type: 16-bit absolute
  326. Location: $33A6 (open bus)
  327. Jump at RNG Call 7610
  328. Type: Indirect 24-bit
  329. Location: Value at either $0181F0 (holding something while riding Yoshi (glitch)) or $0081F0 (normal operation) (ROM, most likely bank 0x01)
  330. Jump at RNG Call 7707
  331. Type: Indirect 16-bit X indexed
  332. Location: Value at 23EE plus sprite slot of Yoshi (most likely open bus)
  333. Jump at RNG Call 7784
  334. Type: 16-bit absolute
  335. Location: $057C (WRAM)
  336. Jump at RNG Call 7827
  337. Type: Indirect 24-bit
  338. Location: Value at either $0183FE (holding something while riding Yoshi (glitch)) or $0083FE (normal operation) (ROM, most likely bank 0x01)
  339. Jump at RNG Call 7924
  340. Type: Indirect 16-bit X indexed
  341. Location: Value at D5E4 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  342. Jump at RNG Call 8001
  343. Type: 16-bit absolute
  344. Location: $27CA (open bus)
  345. Jump at RNG Call 8044
  346. Type: Indirect 24-bit
  347. Location: Value at either $015574 (holding something while riding Yoshi (glitch)) or $005574 (normal operation) (open bus)
  348. Jump at RNG Call 8141
  349. Type: Indirect 16-bit X indexed
  350. Location: Value at B7D2 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  351. Jump at RNG Call 8218
  352. Type: 16-bit absolute
  353. Location: $0920 (WRAM)
  354. Jump at RNG Call 8261
  355. Type: Indirect 24-bit
  356. Location: Value at either $0137E2 (holding something while riding Yoshi (glitch)) or $0037E2 (normal operation) (open bus)
  357. Jump at RNG Call 8358
  358. Type: Indirect 16-bit X indexed
  359. Location: Value at 4928 plus sprite slot of Yoshi (most likely open bus)
  360. Jump at RNG Call 8435
  361. Type: 16-bit absolute
  362. Location: $0B2E (WRAM)
  363. Jump at RNG Call 8478
  364. Type: Indirect 24-bit
  365. Location: Value at either $01A9B8 (holding something while riding Yoshi (glitch)) or $00A9B8 (normal operation) (ROM, most likely bank 0x01)
  366. Jump at RNG Call 8575
  367. Type: Indirect 16-bit X indexed
  368. Location: Value at 0B76 plus sprite slot of Yoshi (most likely WRAM)
  369. Jump at RNG Call 8652
  370. Type: 16-bit absolute
  371. Location: $5DA4 (open bus)
  372. Jump at RNG Call 8695
  373. Type: Indirect 24-bit
  374. Location: Value at either $016B46 (holding something while riding Yoshi (glitch)) or $006B46 (normal operation) (open bus)
  375. Jump at RNG Call 8792
  376. Type: Indirect 16-bit X indexed
  377. Location: Value at 7D2C plus sprite slot of Yoshi (most likely open bus)
  378. Jump at RNG Call 8869
  379. Type: 16-bit absolute
  380. Location: $BF32 (ROM, most likely bank 0x01)
  381. Jump at RNG Call 8912
  382. Type: Indirect 24-bit
  383. Location: Value at either $01FDBC (holding something while riding Yoshi (glitch)) or $00FDBC (normal operation) (ROM, most likely bank 0x01)
  384. Jump at RNG Call 9009
  385. Type: Indirect 16-bit X indexed
  386. Location: Value at 1FDA plus sprite slot of Yoshi (most likely WRAM)
  387. Jump at RNG Call 9086
  388. Type: 16-bit absolute
  389. Location: $21E8 (open bus)
  390. Jump at RNG Call 9129
  391. Type: Indirect 24-bit
  392. Location: Value at either $019FEA (holding something while riding Yoshi (glitch)) or $009FEA (normal operation) (ROM, most likely bank 0x01)
  393. Jump at RNG Call 9226
  394. Type: Indirect 16-bit X indexed
  395. Location: Value at 71F0 plus sprite slot of Yoshi (most likely open bus)
  396. Jump at RNG Call 9303
  397. Type: 16-bit absolute
  398. Location: $6396 (open bus)
  399. Jump at RNG Call 9346
  400. Type: Indirect 24-bit
  401. Location: Value at either $01F140 (holding something while riding Yoshi (glitch)) or $00F140 (normal operation) (ROM, most likely bank 0x01)
  402. Jump at RNG Call 9443
  403. Type: Indirect 16-bit X indexed
  404. Location: Value at 73FE plus sprite slot of Yoshi (most likely open bus)
  405. Jump at RNG Call 9520
  406. Type: 16-bit absolute
  407. Location: $F5EC (ROM, most likely bank 0x01)
  408. Jump at RNG Call 9563
  409. Type: Indirect 24-bit
  410. Location: Value at either $0173CE (holding something while riding Yoshi (glitch)) or $0073CE (normal operation) (open bus)
  411. Jump at RNG Call 9660
  412. Type: Indirect 16-bit X indexed
  413. Location: Value at A574 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  414. Jump at RNG Call 9737
  415. Type: 16-bit absolute
  416. Location: $173A (WRAM)
  417. Jump at RNG Call 9780
  418. Type: Indirect 24-bit
  419. Location: Value at either $0185C4 (holding something while riding Yoshi (glitch)) or $0085C4 (normal operation) (ROM, most likely bank 0x01)
  420. Jump at RNG Call 9877
  421. Type: Indirect 16-bit X indexed
  422. Location: Value at 87E2 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  423. Jump at RNG Call 9954
  424. Type: 16-bit absolute
  425. Location: $F990 (ROM, most likely bank 0x01)
  426. Jump at RNG Call 9997
  427. Type: Indirect 24-bit
  428. Location: Value at either $01E7F2 (holding something while riding Yoshi (glitch)) or $00E7F2 (normal operation) (ROM, most likely bank 0x01)
  429. Jump at RNG Call 10094
  430. Type: Indirect 16-bit X indexed
  431. Location: Value at 19B8 plus sprite slot of Yoshi (most likely WRAM)
  432. Jump at RNG Call 10171
  433. Type: 16-bit absolute
  434. Location: $7B1E (open bus)
  435. Jump at RNG Call 10214
  436. Type: Indirect 24-bit
  437. Location: Value at either $011908 (holding something while riding Yoshi (glitch)) or $001908 (normal operation) (WRAM)
  438. Jump at RNG Call 10311
  439. Type: Indirect 16-bit X indexed
  440. Location: Value at 5B86 plus sprite slot of Yoshi (most likely open bus)
  441. Jump at RNG Call 10388
  442. Type: 16-bit absolute
  443. Location: $0D14 (WRAM)
  444. Jump at RNG Call 10431
  445. Type: Indirect 24-bit
  446. Location: Value at either $015B56 (holding something while riding Yoshi (glitch)) or $005B56 (normal operation) (open bus)
  447. Jump at RNG Call 10528
  448. Type: Indirect 16-bit X indexed
  449. Location: Value at CDBC plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  450. Jump at RNG Call 10605
  451. Type: 16-bit absolute
  452. Location: $EF22 (ROM, most likely bank 0x01)
  453. Jump at RNG Call 10648
  454. Type: Indirect 24-bit
  455. Location: Value at either $012D0C (holding something while riding Yoshi (glitch)) or $002D0C (normal operation) (open bus)
  456. Jump at RNG Call 10745
  457. Type: Indirect 16-bit X indexed
  458. Location: Value at 6FEA plus sprite slot of Yoshi (most likely open bus)
  459. Jump at RNG Call 10822
  460. Type: 16-bit absolute
  461. Location: $9158 (ROM, most likely bank 0x01)
  462. Jump at RNG Call 10865
  463. Type: Indirect 24-bit
  464. Location: Value at either $014FFA (holding something while riding Yoshi (glitch)) or $004FFA (normal operation) (open bus)
  465. Jump at RNG Call 10962
  466. Type: Indirect 16-bit X indexed
  467. Location: Value at C180 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  468. Jump at RNG Call 11039
  469. Type: 16-bit absolute
  470. Location: $5386 (open bus)
  471. Jump at RNG Call 11082
  472. Type: Indirect 24-bit
  473. Location: Value at either $0121D0 (holding something while riding Yoshi (glitch)) or $0021D0 (normal operation) (open bus)
  474. Jump at RNG Call 11179
  475. Type: Indirect 16-bit X indexed
  476. Location: Value at 430E plus sprite slot of Yoshi (most likely hardware register)
  477. Jump at RNG Call 11256
  478. Type: 16-bit absolute
  479. Location: $A55C (ROM, most likely bank 0x01)
  480. Jump at RNG Call 11299
  481. Type: Indirect 24-bit
  482. Location: Value at either $0123DE (holding something while riding Yoshi (glitch)) or $0023DE (normal operation) (open bus)
  483. Jump at RNG Call 11396
  484. Type: Indirect 16-bit X indexed
  485. Location: Value at 7504 plus sprite slot of Yoshi (most likely open bus)
  486. Jump at RNG Call 11473
  487. Type: 16-bit absolute
  488. Location: $472A (open bus)
  489. Jump at RNG Call 11516
  490. Type: Indirect 24-bit
  491. Location: Value at either $01F554 (holding something while riding Yoshi (glitch)) or $00F554 (normal operation) (ROM, most likely bank 0x01)
  492. Jump at RNG Call 11613
  493. Type: Indirect 16-bit X indexed
  494. Location: Value at D7F2 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  495. Jump at RNG Call 11690
  496. Type: 16-bit absolute
  497. Location: $A900 (ROM, most likely bank 0x01)
  498. Jump at RNG Call 11733
  499. Type: Indirect 24-bit
  500. Location: Value at either $01D7C2 (holding something while riding Yoshi (glitch)) or $00D7C2 (normal operation) (ROM, most likely bank 0x01)
  501. Jump at RNG Call 11830
  502. Type: Indirect 16-bit X indexed
  503. Location: Value at E948 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  504. Jump at RNG Call 11907
  505. Type: 16-bit absolute
  506. Location: $AB0E (ROM, most likely bank 0x01)
  507. Jump at RNG Call 11950
  508. Type: Indirect 24-bit
  509. Location: Value at either $014998 (holding something while riding Yoshi (glitch)) or $004998 (normal operation) (open bus)
  510. Jump at RNG Call 12047
  511. Type: Indirect 16-bit X indexed
  512. Location: Value at AB96 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  513. Jump at RNG Call 12124
  514. Type: 16-bit absolute
  515. Location: $FD84 (ROM, most likely bank 0x01)
  516. Jump at RNG Call 12167
  517. Type: Indirect 24-bit
  518. Location: Value at either $010BA6 (holding something while riding Yoshi (glitch)) or $000BA6 (normal operation) (WRAM)
  519. Jump at RNG Call 12264
  520. Type: Indirect 16-bit X indexed
  521. Location: Value at 9D4C plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  522. Jump at RNG Call 12341
  523. Type: 16-bit absolute
  524. Location: $DF12 (ROM, most likely bank 0x01)
  525. Jump at RNG Call 12384
  526. Type: Indirect 24-bit
  527. Location: Value at either $019D9C (holding something while riding Yoshi (glitch)) or $009D9C (normal operation) (ROM, most likely bank 0x01)
  528. Jump at RNG Call 12481
  529. Type: Indirect 16-bit X indexed
  530. Location: Value at BFFA plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  531. Jump at RNG Call 12558
  532. Type: 16-bit absolute
  533. Location: $41C8 (open bus)
  534. Jump at RNG Call 12601
  535. Type: Indirect 24-bit
  536. Location: Value at either $013FCA (holding something while riding Yoshi (glitch)) or $003FCA (normal operation) (open bus)
  537. Jump at RNG Call 12698
  538. Type: Indirect 16-bit X indexed
  539. Location: Value at 9110 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  540. Jump at RNG Call 12775
  541. Type: 16-bit absolute
  542. Location: $83F6 (ROM, most likely bank 0x01)
  543. Jump at RNG Call 12818
  544. Type: Indirect 24-bit
  545. Location: Value at either $0191A0 (holding something while riding Yoshi (glitch)) or $0091A0 (normal operation) (ROM, most likely bank 0x01)
  546. Jump at RNG Call 12915
  547. Type: Indirect 16-bit X indexed
  548. Location: Value at 931E plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  549. Jump at RNG Call 12992
  550. Type: 16-bit absolute
  551. Location: $15CC (WRAM)
  552. Jump at RNG Call 13035
  553. Type: Indirect 24-bit
  554. Location: Value at either $01132E (holding something while riding Yoshi (glitch)) or $00132E (normal operation) (WRAM)
  555. Jump at RNG Call 13132
  556. Type: Indirect 16-bit X indexed
  557. Location: Value at C594 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  558. Jump at RNG Call 13209
  559. Type: 16-bit absolute
  560. Location: $B71A (ROM, most likely bank 0x01)
  561. Jump at RNG Call 13252
  562. Type: Indirect 24-bit
  563. Location: Value at either $012524 (holding something while riding Yoshi (glitch)) or $002524 (normal operation) (open bus)
  564. Jump at RNG Call 13349
  565. Type: Indirect 16-bit X indexed
  566. Location: Value at 2702 plus sprite slot of Yoshi (most likely open bus)
  567. Jump at RNG Call 13426
  568. Type: 16-bit absolute
  569. Location: $19F0 (WRAM)
  570. Jump at RNG Call 13469
  571. Type: Indirect 24-bit
  572. Location: Value at either $0187D2 (holding something while riding Yoshi (glitch)) or $0087D2 (normal operation) (ROM, most likely bank 0x01)
  573. Jump at RNG Call 13566
  574. Type: Indirect 16-bit X indexed
  575. Location: Value at B9D8 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  576. Jump at RNG Call 13643
  577. Type: 16-bit absolute
  578. Location: $9B7E (ROM, most likely bank 0x01)
  579. Jump at RNG Call 13686
  580. Type: Indirect 24-bit
  581. Location: Value at either $01B968 (holding something while riding Yoshi (glitch)) or $00B968 (normal operation) (ROM, most likely bank 0x01)
  582. Jump at RNG Call 13783
  583. Type: Indirect 16-bit X indexed
  584. Location: Value at FBA6 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  585. Jump at RNG Call 13860
  586. Type: 16-bit absolute
  587. Location: $AD74 (ROM, most likely bank 0x01)
  588. Jump at RNG Call 13903
  589. Type: Indirect 24-bit
  590. Location: Value at either $01FBB6 (holding something while riding Yoshi (glitch)) or $00FBB6 (normal operation) (ROM, most likely bank 0x01)
  591. Jump at RNG Call 14000
  592. Type: Indirect 16-bit X indexed
  593. Location: Value at 6DDC plus sprite slot of Yoshi (most likely open bus)
  594. Jump at RNG Call 14077
  595. Type: 16-bit absolute
  596. Location: $0F02 (WRAM)
  597. Jump at RNG Call 14120
  598. Type: Indirect 24-bit
  599. Location: Value at either $01CD6C (holding something while riding Yoshi (glitch)) or $00CD6C (normal operation) (ROM, most likely bank 0x01)
  600. Jump at RNG Call 14217
  601. Type: Indirect 16-bit X indexed
  602. Location: Value at 8F0A plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  603. Jump at RNG Call 14294
  604. Type: 16-bit absolute
  605. Location: $31B8 (open bus)
  606. Jump at RNG Call 14337
  607. Type: Indirect 24-bit
  608. Location: Value at either $01EFDA (holding something while riding Yoshi (glitch)) or $00EFDA (normal operation) (ROM, most likely bank 0x01)
  609. Jump at RNG Call 14434
  610. Type: Indirect 16-bit X indexed
  611. Location: Value at 61A0 plus sprite slot of Yoshi (most likely open bus)
  612. Jump at RNG Call 14511
  613. Type: 16-bit absolute
  614. Location: $F3E6 (ROM, most likely bank 0x01)
  615. Jump at RNG Call 14554
  616. Type: Indirect 24-bit
  617. Location: Value at either $01C130 (holding something while riding Yoshi (glitch)) or $00C130 (normal operation) (ROM, most likely bank 0x01)
  618. Jump at RNG Call 14651
  619. Type: Indirect 16-bit X indexed
  620. Location: Value at E32E plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  621. Jump at RNG Call 14728
  622. Type: 16-bit absolute
  623. Location: $C5BC (ROM, most likely bank 0x01)
  624. Jump at RNG Call 14771
  625. Type: Indirect 24-bit
  626. Location: Value at either $01C33E (holding something while riding Yoshi (glitch)) or $00C33E (normal operation) (ROM, most likely bank 0x01)
  627. Jump at RNG Call 14868
  628. Type: Indirect 16-bit X indexed
  629. Location: Value at 9524 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  630. Jump at RNG Call 14945
  631. Type: 16-bit absolute
  632. Location: $E70A (ROM, most likely bank 0x01)
  633. Jump at RNG Call 14988
  634. Type: Indirect 24-bit
  635. Location: Value at either $0195B4 (holding something while riding Yoshi (glitch)) or $0095B4 (normal operation) (ROM, most likely bank 0x01)
  636. Jump at RNG Call 15085
  637. Type: Indirect 16-bit X indexed
  638. Location: Value at 7712 plus sprite slot of Yoshi (most likely open bus)
  639. Jump at RNG Call 15162
  640. Type: 16-bit absolute
  641. Location: $C960 (ROM, most likely bank 0x01)
  642. Jump at RNG Call 15205
  643. Type: Indirect 24-bit
  644. Location: Value at either $017722 (holding something while riding Yoshi (glitch)) or $007722 (normal operation) (open bus)
  645. Jump at RNG Call 15302
  646. Type: Indirect 16-bit X indexed
  647. Location: Value at 0968 plus sprite slot of Yoshi (most likely WRAM)
  648. Jump at RNG Call 15379
  649. Type: 16-bit absolute
  650. Location: $CB6E (ROM, most likely bank 0x01)
  651. Jump at RNG Call 15422
  652. Type: Indirect 24-bit
  653. Location: Value at either $01E9F8 (holding something while riding Yoshi (glitch)) or $00E9F8 (normal operation) (ROM, most likely bank 0x01)
  654. Jump at RNG Call 15519
  655. Type: Indirect 16-bit X indexed
  656. Location: Value at CBB6 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  657. Jump at RNG Call 15596
  658. Type: 16-bit absolute
  659. Location: $1DE4 (WRAM)
  660. Jump at RNG Call 15639
  661. Type: Indirect 24-bit
  662. Location: Value at either $01AB86 (holding something while riding Yoshi (glitch)) or $00AB86 (normal operation) (ROM, most likely bank 0x01)
  663. Jump at RNG Call 15736
  664. Type: Indirect 16-bit X indexed
  665. Location: Value at 3D6C plus sprite slot of Yoshi (most likely open bus)
  666. Jump at RNG Call 15813
  667. Type: 16-bit absolute
  668. Location: $7F72 (open bus)
  669. Jump at RNG Call 15856
  670. Type: Indirect 24-bit
  671. Location: Value at either $013DFC (holding something while riding Yoshi (glitch)) or $003DFC (normal operation) (open bus)
  672. Jump at RNG Call 15953
  673. Type: Indirect 16-bit X indexed
  674. Location: Value at DF1A plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  675. Jump at RNG Call 16030
  676. Type: 16-bit absolute
  677. Location: $E128 (ROM, most likely bank 0x01)
  678. Jump at RNG Call 16073
  679. Type: Indirect 24-bit
  680. Location: Value at either $01DF2A (holding something while riding Yoshi (glitch)) or $00DF2A (normal operation) (ROM, most likely bank 0x01)
  681. Jump at RNG Call 16170
  682. Type: Indirect 16-bit X indexed
  683. Location: Value at 3130 plus sprite slot of Yoshi (most likely open bus)
  684. Jump at RNG Call 16247
  685. Type: 16-bit absolute
  686. Location: $23D6 (open bus)
  687. Jump at RNG Call 16290
  688. Type: Indirect 24-bit
  689. Location: Value at either $013180 (holding something while riding Yoshi (glitch)) or $003180 (normal operation) (open bus)
  690. Jump at RNG Call 16387
  691. Type: Indirect 16-bit X indexed
  692. Location: Value at 333E plus sprite slot of Yoshi (most likely open bus)
  693. Jump at RNG Call 16464
  694. Type: 16-bit absolute
  695. Location: $B52C (ROM, most likely bank 0x01)
  696. Jump at RNG Call 16507
  697. Type: Indirect 24-bit
  698. Location: Value at either $01B30E (holding something while riding Yoshi (glitch)) or $00B30E (normal operation) (ROM, most likely bank 0x01)
  699. Jump at RNG Call 16604
  700. Type: Indirect 16-bit X indexed
  701. Location: Value at 65B4 plus sprite slot of Yoshi (most likely open bus)
  702. Jump at RNG Call 16681
  703. Type: 16-bit absolute
  704. Location: $D77A (ROM, most likely bank 0x01)
  705. Jump at RNG Call 16724
  706. Type: Indirect 24-bit
  707. Location: Value at either $01C504 (holding something while riding Yoshi (glitch)) or $00C504 (normal operation) (ROM, most likely bank 0x01)
  708. Jump at RNG Call 16821
  709. Type: Indirect 16-bit X indexed
  710. Location: Value at 4722 plus sprite slot of Yoshi (most likely open bus)
  711. Jump at RNG Call 16898
  712. Type: 16-bit absolute
  713. Location: $B9D0 (ROM, most likely bank 0x01)
  714. Jump at RNG Call 16941
  715. Type: Indirect 24-bit
  716. Location: Value at either $012732 (holding something while riding Yoshi (glitch)) or $002732 (normal operation) (open bus)
  717. Jump at RNG Call 17038
  718. Type: Indirect 16-bit X indexed
  719. Location: Value at D9F8 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  720. Jump at RNG Call 17115
  721. Type: 16-bit absolute
  722. Location: $3B5E (open bus)
  723. Jump at RNG Call 17158
  724. Type: Indirect 24-bit
  725. Location: Value at either $015948 (holding something while riding Yoshi (glitch)) or $005948 (normal operation) (open bus)
  726. Jump at RNG Call 17255
  727. Type: Indirect 16-bit X indexed
  728. Location: Value at 1BC6 plus sprite slot of Yoshi (most likely WRAM)
  729. Jump at RNG Call 17332
  730. Type: 16-bit absolute
  731. Location: $CD54 (ROM, most likely bank 0x01)
  732. Jump at RNG Call 17375
  733. Type: Indirect 24-bit
  734. Location: Value at either $019B96 (holding something while riding Yoshi (glitch)) or $009B96 (normal operation) (ROM, most likely bank 0x01)
  735. Jump at RNG Call 17472
  736. Type: Indirect 16-bit X indexed
  737. Location: Value at 8DFC plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  738. Jump at RNG Call 17549
  739. Type: 16-bit absolute
  740. Location: $AF62 (ROM, most likely bank 0x01)
  741. Jump at RNG Call 17592
  742. Type: Indirect 24-bit
  743. Location: Value at either $016D4C (holding something while riding Yoshi (glitch)) or $006D4C (normal operation) (open bus)
  744. Jump at RNG Call 17689
  745. Type: Indirect 16-bit X indexed
  746. Location: Value at 2F2A plus sprite slot of Yoshi (most likely open bus)
  747. Jump at RNG Call 17766
  748. Type: 16-bit absolute
  749. Location: $5198 (open bus)
  750. Jump at RNG Call 17809
  751. Type: Indirect 24-bit
  752. Location: Value at either $018F3A (holding something while riding Yoshi (glitch)) or $008F3A (normal operation) (ROM, most likely bank 0x01)
  753. Jump at RNG Call 17906
  754. Type: Indirect 16-bit X indexed
  755. Location: Value at 81C0 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  756. Jump at RNG Call 17983
  757. Type: 16-bit absolute
  758. Location: $13C6 (WRAM)
  759. Jump at RNG Call 18026
  760. Type: Indirect 24-bit
  761. Location: Value at either $016110 (holding something while riding Yoshi (glitch)) or $006110 (normal operation) (open bus)
  762. Jump at RNG Call 18123
  763. Type: Indirect 16-bit X indexed
  764. Location: Value at 034E plus sprite slot of Yoshi (most likely WRAM)
  765. Jump at RNG Call 18200
  766. Type: 16-bit absolute
  767. Location: $659C (open bus)
  768. Jump at RNG Call 18243
  769. Type: Indirect 24-bit
  770. Location: Value at either $01631E (holding something while riding Yoshi (glitch)) or $00631E (normal operation) (open bus)
  771. Jump at RNG Call 18340
  772. Type: Indirect 16-bit X indexed
  773. Location: Value at 3544 plus sprite slot of Yoshi (most likely open bus)
  774. Jump at RNG Call 18417
  775. Type: 16-bit absolute
  776. Location: $076A (WRAM)
  777. Jump at RNG Call 18460
  778. Type: Indirect 24-bit
  779. Location: Value at either $013594 (holding something while riding Yoshi (glitch)) or $003594 (normal operation) (open bus)
  780. Jump at RNG Call 18557
  781. Type: Indirect 16-bit X indexed
  782. Location: Value at 9732 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  783. Jump at RNG Call 18634
  784. Type: 16-bit absolute
  785. Location: $6940 (open bus)
  786. Jump at RNG Call 18677
  787. Type: Indirect 24-bit
  788. Location: Value at either $011702 (holding something while riding Yoshi (glitch)) or $001702 (normal operation) (WRAM)
  789. Jump at RNG Call 18774
  790. Type: Indirect 16-bit X indexed
  791. Location: Value at A988 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  792. Jump at RNG Call 18851
  793. Type: 16-bit absolute
  794. Location: $6B4E (open bus)
  795. Jump at RNG Call 18894
  796. Type: Indirect 24-bit
  797. Location: Value at either $0189D8 (holding something while riding Yoshi (glitch)) or $0089D8 (normal operation) (ROM, most likely bank 0x01)
  798. Jump at RNG Call 18991
  799. Type: Indirect 16-bit X indexed
  800. Location: Value at 6BD6 plus sprite slot of Yoshi (most likely open bus)
  801. Jump at RNG Call 19068
  802. Type: 16-bit absolute
  803. Location: $BDC4 (ROM, most likely bank 0x01)
  804. Jump at RNG Call 19111
  805. Type: Indirect 24-bit
  806. Location: Value at either $014BE6 (holding something while riding Yoshi (glitch)) or $004BE6 (normal operation) (open bus)
  807. Jump at RNG Call 19208
  808. Type: Indirect 16-bit X indexed
  809. Location: Value at 5D8C plus sprite slot of Yoshi (most likely open bus)
  810. Jump at RNG Call 19285
  811. Type: 16-bit absolute
  812. Location: $9F52 (ROM, most likely bank 0x01)
  813. Jump at RNG Call 19328
  814. Type: Indirect 24-bit
  815. Location: Value at either $01DDDC (holding something while riding Yoshi (glitch)) or $00DDDC (normal operation) (ROM, most likely bank 0x01)
  816. Jump at RNG Call 19425
  817. Type: Indirect 16-bit X indexed
  818. Location: Value at 7F3A plus sprite slot of Yoshi (most likely open bus)
  819. Jump at RNG Call 19502
  820. Type: 16-bit absolute
  821. Location: $0108 (WRAM)
  822. Jump at RNG Call 19545
  823. Type: Indirect 24-bit
  824. Location: Value at either $017F0A (holding something while riding Yoshi (glitch)) or $007F0A (normal operation) (open bus)
  825. Jump at RNG Call 19642
  826. Type: Indirect 16-bit X indexed
  827. Location: Value at 5150 plus sprite slot of Yoshi (most likely open bus)
  828. Jump at RNG Call 19719
  829. Type: 16-bit absolute
  830. Location: $4336 (hardware register)
  831. Jump at RNG Call 19762
  832. Type: Indirect 24-bit
  833. Location: Value at either $01D1E0 (holding something while riding Yoshi (glitch)) or $00D1E0 (normal operation) (ROM, most likely bank 0x01)
  834. Jump at RNG Call 19859
  835. Type: Indirect 16-bit X indexed
  836. Location: Value at 535E plus sprite slot of Yoshi (most likely open bus)
  837. Jump at RNG Call 19936
  838. Type: 16-bit absolute
  839. Location: $D50C (ROM, most likely bank 0x01)
  840. Jump at RNG Call 19979
  841. Type: Indirect 24-bit
  842. Location: Value at either $01536E (holding something while riding Yoshi (glitch)) or $00536E (normal operation) (open bus)
  843. Jump at RNG Call 20076
  844. Type: Indirect 16-bit X indexed
  845. Location: Value at 85D4 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  846. Jump at RNG Call 20153
  847. Type: 16-bit absolute
  848. Location: $775A (open bus)
  849. Jump at RNG Call 20196
  850. Type: Indirect 24-bit
  851. Location: Value at either $016564 (holding something while riding Yoshi (glitch)) or $006564 (normal operation) (open bus)
  852. Jump at RNG Call 20293
  853. Type: Indirect 16-bit X indexed
  854. Location: Value at E742 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  855. Jump at RNG Call 20370
  856. Type: 16-bit absolute
  857. Location: $D930 (ROM, most likely bank 0x01)
  858. Jump at RNG Call 20413
  859. Type: Indirect 24-bit
  860. Location: Value at either $01C712 (holding something while riding Yoshi (glitch)) or $00C712 (normal operation) (ROM, most likely bank 0x01)
  861. Jump at RNG Call 20510
  862. Type: Indirect 16-bit X indexed
  863. Location: Value at 7918 plus sprite slot of Yoshi (most likely open bus)
  864. Jump at RNG Call 20587
  865. Type: 16-bit absolute
  866. Location: $5BBE (open bus)
  867. Jump at RNG Call 20630
  868. Type: Indirect 24-bit
  869. Location: Value at either $01F9A8 (holding something while riding Yoshi (glitch)) or $00F9A8 (normal operation) (ROM, most likely bank 0x01)
  870. Jump at RNG Call 20727
  871. Type: Indirect 16-bit X indexed
  872. Location: Value at BBE6 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  873. Jump at RNG Call 20804
  874. Type: 16-bit absolute
  875. Location: $6DB4 (open bus)
  876. Jump at RNG Call 20847
  877. Type: Indirect 24-bit
  878. Location: Value at either $013BF6 (holding something while riding Yoshi (glitch)) or $003BF6 (normal operation) (open bus)
  879. Jump at RNG Call 20944
  880. Type: Indirect 16-bit X indexed
  881. Location: Value at 2D1C plus sprite slot of Yoshi (most likely open bus)
  882. Jump at RNG Call 21021
  883. Type: 16-bit absolute
  884. Location: $CF42 (ROM, most likely bank 0x01)
  885. Jump at RNG Call 21064
  886. Type: Indirect 24-bit
  887. Location: Value at either $010DAC (holding something while riding Yoshi (glitch)) or $000DAC (normal operation) (WRAM)
  888. Jump at RNG Call 21161
  889. Type: Indirect 16-bit X indexed
  890. Location: Value at 4F4A plus sprite slot of Yoshi (most likely open bus)
  891. Jump at RNG Call 21238
  892. Type: 16-bit absolute
  893. Location: $F1F8 (ROM, most likely bank 0x01)
  894. Jump at RNG Call 21281
  895. Type: Indirect 24-bit
  896. Location: Value at either $012F1A (holding something while riding Yoshi (glitch)) or $002F1A (normal operation) (open bus)
  897. Jump at RNG Call 21378
  898. Type: Indirect 16-bit X indexed
  899. Location: Value at 21E0 plus sprite slot of Yoshi (most likely open bus)
  900. Jump at RNG Call 21455
  901. Type: 16-bit absolute
  902. Location: $B326 (ROM, most likely bank 0x01)
  903. Jump at RNG Call 21498
  904. Type: Indirect 24-bit
  905. Location: Value at either $010170 (holding something while riding Yoshi (glitch)) or $000170 (normal operation) (WRAM)
  906. Jump at RNG Call 21595
  907. Type: Indirect 16-bit X indexed
  908. Location: Value at A36E plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  909. Jump at RNG Call 21672
  910. Type: 16-bit absolute
  911. Location: $85FC (ROM, most likely bank 0x01)
  912. Jump at RNG Call 21715
  913. Type: Indirect 24-bit
  914. Location: Value at either $01037E (holding something while riding Yoshi (glitch)) or $00037E (normal operation) (WRAM)
  915. Jump at RNG Call 21812
  916. Type: Indirect 16-bit X indexed
  917. Location: Value at 5564 plus sprite slot of Yoshi (most likely open bus)
  918. Jump at RNG Call 21889
  919. Type: 16-bit absolute
  920. Location: $A74A (ROM, most likely bank 0x01)
  921. Jump at RNG Call 21932
  922. Type: Indirect 24-bit
  923. Location: Value at either $01D5F4 (holding something while riding Yoshi (glitch)) or $00D5F4 (normal operation) (ROM, most likely bank 0x01)
  924. Jump at RNG Call 22029
  925. Type: Indirect 16-bit X indexed
  926. Location: Value at 3752 plus sprite slot of Yoshi (most likely open bus)
  927. Jump at RNG Call 22106
  928. Type: 16-bit absolute
  929. Location: $89A0 (ROM, most likely bank 0x01)
  930. Jump at RNG Call 22149
  931. Type: Indirect 24-bit
  932. Location: Value at either $01B762 (holding something while riding Yoshi (glitch)) or $00B762 (normal operation) (ROM, most likely bank 0x01)
  933. Jump at RNG Call 22246
  934. Type: Indirect 16-bit X indexed
  935. Location: Value at C9A8 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  936. Jump at RNG Call 22323
  937. Type: 16-bit absolute
  938. Location: $8BAE (ROM, most likely bank 0x01)
  939. Jump at RNG Call 22366
  940. Type: Indirect 24-bit
  941. Location: Value at either $012938 (holding something while riding Yoshi (glitch)) or $002938 (normal operation) (open bus)
  942. Jump at RNG Call 22463
  943. Type: Indirect 16-bit X indexed
  944. Location: Value at 8BF6 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  945. Jump at RNG Call 22540
  946. Type: 16-bit absolute
  947. Location: $DD24 (ROM, most likely bank 0x01)
  948. Jump at RNG Call 22583
  949. Type: Indirect 24-bit
  950. Location: Value at either $01EBC6 (holding something while riding Yoshi (glitch)) or $00EBC6 (normal operation) (ROM, most likely bank 0x01)
  951. Jump at RNG Call 22680
  952. Type: Indirect 16-bit X indexed
  953. Location: Value at FDAC plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  954. Jump at RNG Call 22757
  955. Type: 16-bit absolute
  956. Location: $3FB2 (open bus)
  957. Jump at RNG Call 22800
  958. Type: Indirect 24-bit
  959. Location: Value at either $017D3C (holding something while riding Yoshi (glitch)) or $007D3C (normal operation) (open bus)
  960. Jump at RNG Call 22897
  961. Type: Indirect 16-bit X indexed
  962. Location: Value at 9F5A plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  963. Jump at RNG Call 22974
  964. Type: 16-bit absolute
  965. Location: $A168 (ROM, most likely bank 0x01)
  966. Jump at RNG Call 23017
  967. Type: Indirect 24-bit
  968. Location: Value at either $011F6A (holding something while riding Yoshi (glitch)) or $001F6A (normal operation) (WRAM)
  969. Jump at RNG Call 23114
  970. Type: Indirect 16-bit X indexed
  971. Location: Value at F170 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  972. Jump at RNG Call 23191
  973. Type: 16-bit absolute
  974. Location: $E316 (ROM, most likely bank 0x01)
  975. Jump at RNG Call 23234
  976. Type: Indirect 24-bit
  977. Location: Value at either $0171C0 (holding something while riding Yoshi (glitch)) or $0071C0 (normal operation) (open bus)
  978. Jump at RNG Call 23331
  979. Type: Indirect 16-bit X indexed
  980. Location: Value at F37E plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  981. Jump at RNG Call 23408
  982. Type: 16-bit absolute
  983. Location: $756C (open bus)
  984. Jump at RNG Call 23451
  985. Type: Indirect 24-bit
  986. Location: Value at either $01F34E (holding something while riding Yoshi (glitch)) or $00F34E (normal operation) (ROM, most likely bank 0x01)
  987. Jump at RNG Call 23548
  988. Type: Indirect 16-bit X indexed
  989. Location: Value at 25F4 plus sprite slot of Yoshi (most likely open bus)
  990. Jump at RNG Call 23625
  991. Type: 16-bit absolute
  992. Location: $97BA (ROM, most likely bank 0x01)
  993. Jump at RNG Call 23668
  994. Type: Indirect 24-bit
  995. Location: Value at either $010544 (holding something while riding Yoshi (glitch)) or $000544 (normal operation) (WRAM)
  996. Jump at RNG Call 23765
  997. Type: Indirect 16-bit X indexed
  998. Location: Value at 0762 plus sprite slot of Yoshi (most likely WRAM)
  999. Jump at RNG Call 23842
  1000. Type: 16-bit absolute
  1001. Location: $7910 (open bus)
  1002. Jump at RNG Call 23885
  1003. Type: Indirect 24-bit
  1004. Location: Value at either $016772 (holding something while riding Yoshi (glitch)) or $006772 (normal operation) (open bus)
  1005. Jump at RNG Call 23982
  1006. Type: Indirect 16-bit X indexed
  1007. Location: Value at 9938 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  1008. Jump at RNG Call 24059
  1009. Type: 16-bit absolute
  1010. Location: $FB9E (ROM, most likely bank 0x01)
  1011. Jump at RNG Call 24102
  1012. Type: Indirect 24-bit
  1013. Location: Value at either $019988 (holding something while riding Yoshi (glitch)) or $009988 (normal operation) (ROM, most likely bank 0x01)
  1014. Jump at RNG Call 24199
  1015. Type: Indirect 16-bit X indexed
  1016. Location: Value at DB06 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  1017. Jump at RNG Call 24276
  1018. Type: 16-bit absolute
  1019. Location: $8D94 (ROM, most likely bank 0x01)
  1020. Jump at RNG Call 24319
  1021. Type: Indirect 24-bit
  1022. Location: Value at either $01DBD6 (holding something while riding Yoshi (glitch)) or $00DBD6 (normal operation) (ROM, most likely bank 0x01)
  1023. Jump at RNG Call 24416
  1024. Type: Indirect 16-bit X indexed
  1025. Location: Value at 4D3C plus sprite slot of Yoshi (most likely open bus)
  1026. Jump at RNG Call 24493
  1027. Type: 16-bit absolute
  1028. Location: $6FA2 (open bus)
  1029. Jump at RNG Call 24536
  1030. Type: Indirect 24-bit
  1031. Location: Value at either $01AD8C (holding something while riding Yoshi (glitch)) or $00AD8C (normal operation) (ROM, most likely bank 0x01)
  1032. Jump at RNG Call 24633
  1033. Type: Indirect 16-bit X indexed
  1034. Location: Value at EF6A plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  1035. Jump at RNG Call 24710
  1036. Type: 16-bit absolute
  1037. Location: $11D8 (WRAM)
  1038. Jump at RNG Call 24753
  1039. Type: Indirect 24-bit
  1040. Location: Value at either $01CF7A (holding something while riding Yoshi (glitch)) or $00CF7A (normal operation) (ROM, most likely bank 0x01)
  1041. Jump at RNG Call 24850
  1042. Type: Indirect 16-bit X indexed
  1043. Location: Value at 4100 plus sprite slot of Yoshi (most likely open bus)
  1044. Jump at RNG Call 24927
  1045. Type: 16-bit absolute
  1046. Location: $D306 (ROM, most likely bank 0x01)
  1047. Jump at RNG Call 24970
  1048. Type: Indirect 24-bit
  1049. Location: Value at either $01A150 (holding something while riding Yoshi (glitch)) or $00A150 (normal operation) (ROM, most likely bank 0x01)
  1050. Jump at RNG Call 25067
  1051. Type: Indirect 16-bit X indexed
  1052. Location: Value at C38E plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  1053. Jump at RNG Call 25144
  1054. Type: 16-bit absolute
  1055. Location: $25DC (open bus)
  1056. Jump at RNG Call 25187
  1057. Type: Indirect 24-bit
  1058. Location: Value at either $01A35E (holding something while riding Yoshi (glitch)) or $00A35E (normal operation) (ROM, most likely bank 0x01)
  1059. Jump at RNG Call 25284
  1060. Type: Indirect 16-bit X indexed
  1061. Location: Value at F584 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  1062. Jump at RNG Call 25361
  1063. Type: 16-bit absolute
  1064. Location: $C7AA (ROM, most likely bank 0x01)
  1065. Jump at RNG Call 25404
  1066. Type: Indirect 24-bit
  1067. Location: Value at either $0175D4 (holding something while riding Yoshi (glitch)) or $0075D4 (normal operation) (open bus)
  1068. Jump at RNG Call 25501
  1069. Type: Indirect 16-bit X indexed
  1070. Location: Value at 5772 plus sprite slot of Yoshi (most likely open bus)
  1071. Jump at RNG Call 25578
  1072. Type: 16-bit absolute
  1073. Location: $2980 (open bus)
  1074. Jump at RNG Call 25621
  1075. Type: Indirect 24-bit
  1076. Location: Value at either $015742 (holding something while riding Yoshi (glitch)) or $005742 (normal operation) (open bus)
  1077. Jump at RNG Call 25718
  1078. Type: Indirect 16-bit X indexed
  1079. Location: Value at 69C8 plus sprite slot of Yoshi (most likely open bus)
  1080. Jump at RNG Call 25795
  1081. Type: 16-bit absolute
  1082. Location: $2B8E (open bus)
  1083. Jump at RNG Call 25838
  1084. Type: Indirect 24-bit
  1085. Location: Value at either $01C918 (holding something while riding Yoshi (glitch)) or $00C918 (normal operation) (ROM, most likely bank 0x01)
  1086. Jump at RNG Call 25935
  1087. Type: Indirect 16-bit X indexed
  1088. Location: Value at 2B16 plus sprite slot of Yoshi (most likely open bus)
  1089. Jump at RNG Call 26012
  1090. Type: 16-bit absolute
  1091. Location: $7D04 (open bus)
  1092. Jump at RNG Call 26055
  1093. Type: Indirect 24-bit
  1094. Location: Value at either $018B26 (holding something while riding Yoshi (glitch)) or $008B26 (normal operation) (ROM, most likely bank 0x01)
  1095. Jump at RNG Call 26152
  1096. Type: Indirect 16-bit X indexed
  1097. Location: Value at 1DCC plus sprite slot of Yoshi (most likely WRAM)
  1098. Jump at RNG Call 26229
  1099. Type: 16-bit absolute
  1100. Location: $5F92 (open bus)
  1101. Jump at RNG Call 26272
  1102. Type: Indirect 24-bit
  1103. Location: Value at either $011D1C (holding something while riding Yoshi (glitch)) or $001D1C (normal operation) (WRAM)
  1104. Jump at RNG Call 26369
  1105. Type: Indirect 16-bit X indexed
  1106. Location: Value at 3F7A plus sprite slot of Yoshi (most likely open bus)
  1107. Jump at RNG Call 26446
  1108. Type: 16-bit absolute
  1109. Location: $C148 (ROM, most likely bank 0x01)
  1110. Jump at RNG Call 26489
  1111. Type: Indirect 24-bit
  1112. Location: Value at either $01BF4A (holding something while riding Yoshi (glitch)) or $00BF4A (normal operation) (ROM, most likely bank 0x01)
  1113. Jump at RNG Call 26586
  1114. Type: Indirect 16-bit X indexed
  1115. Location: Value at 1190 plus sprite slot of Yoshi (most likely WRAM)
  1116. Jump at RNG Call 26663
  1117. Type: 16-bit absolute
  1118. Location: $0376 (WRAM)
  1119. Jump at RNG Call 26706
  1120. Type: Indirect 24-bit
  1121. Location: Value at either $011120 (holding something while riding Yoshi (glitch)) or $001120 (normal operation) (WRAM)
  1122. Jump at RNG Call 26803
  1123. Type: Indirect 16-bit X indexed
  1124. Location: Value at 139E plus sprite slot of Yoshi (most likely WRAM)
  1125. Jump at RNG Call 26880
  1126. Type: 16-bit absolute
  1127. Location: $954C (ROM, most likely bank 0x01)
  1128. Jump at RNG Call 26923
  1129. Type: Indirect 24-bit
  1130. Location: Value at either $0193AE (holding something while riding Yoshi (glitch)) or $0093AE (normal operation) (ROM, most likely bank 0x01)
  1131. Jump at RNG Call 27020
  1132. Type: Indirect 16-bit X indexed
  1133. Location: Value at 4514 plus sprite slot of Yoshi (most likely open bus)
  1134. Jump at RNG Call 27097
  1135. Type: 16-bit absolute
  1136. Location: $379A (open bus)
  1137. Jump at RNG Call 27140
  1138. Type: Indirect 24-bit
  1139. Location: Value at either $01A5A4 (holding something while riding Yoshi (glitch)) or $00A5A4 (normal operation) (ROM, most likely bank 0x01)
  1140. Jump at RNG Call 27237
  1141. Type: Indirect 16-bit X indexed
  1142. Location: Value at A782 plus sprite slot of Yoshi (most likely ROM, most likely bank 0x01)
  1143. Jump at RNG Call 27314
  1144. Type: 16-bit absolute
  1145. Location: $9970 (ROM, most likely bank 0x01)
  1146. Jump at RNG Call 27357
  1147. Type: Indirect 24-bit
  1148. Location: Value at either $010752 (holding something while riding Yoshi (glitch)) or $000752 (normal operation) (WRAM)
  1149. Jump at RNG Call 27454
  1150. Type: Indirect 16-bit X indexed
  1151. Location: Value at 3958 plus sprite slot of Yoshi (most likely open bus)
  1152. Jump at RNG Call 27531
  1153. Type: 16-bit absolute
  1154. Location: $1BFE (WRAM)
  1155. Jump at RNG Call 27574
  1156. Type: Indirect 24-bit
  1157. Location: Value at either $0139E8 (holding something while riding Yoshi (glitch)) or $0039E8 (normal operation) (open bus)
  1158. Jump at RNG Call 27671
  1159. Type: Indirect 16-bit X indexed
  1160. Location: Value at 7B26 plus sprite slot of Yoshi (most likely open bus)
  1161. Jump at RNG Call 27748
  1162. Type: 16-bit absolute
  1163. Location: $2DF4 (open bus)
Add Comment
Please, Sign In to add comment