Advertisement
imbuedl

WoM Grotto Warp Angles

Oct 9th, 2020 (edited)
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.70 KB | None | 0 0
  1. a: a list of the first 3 digits of working angles
  2. x: a list of the corresponding entrance value (last 2 bytes of x position) you get using the corresponding value in a
  3.  
  4. All of the initial angles can be obtained by targeting a wall in the grotto room and then doing at most 1 cardinal direction if camera angle is being used
  5.  
  6. I list some naive angle setups found by my script for each case.
  7.  
  8. -------------------------------
  9.  
  10. Scene = "Goron Graveyard"
  11. Entrance = "getting goron mask"
  12.  
  13. --Human Throw 42840000:
  14.  
  15. a
  16. Out[36]: ['0xAA8', '0xC8E']
  17.  
  18. x
  19. Out[37]: ['0x915B', '0x8FE8']
  20.  
  21. --Human Throw C2840000:
  22.  
  23. a
  24. Out[39]: ['0x2A8', '0x48E']
  25.  
  26. x
  27. Out[40]: ['0x915B', '0x8FE8']
  28.  
  29. --Human Drop 42840000:
  30.  
  31. a
  32. Out[42]: ['0xF24']
  33.  
  34. x
  35. Out[43]: ['0x9610']
  36.  
  37. --Human Drop C2840000:
  38.  
  39. a
  40. Out[45]: ['0x724']
  41.  
  42. x
  43. Out[46]: ['0x9610']
  44.  
  45. --Zora Throw 42780000:
  46.  
  47. a
  48. Out[50]: []
  49.  
  50. x
  51. Out[51]: []
  52.  
  53. --Zora Throw C2780000:
  54.  
  55. a
  56. Out[53]: []
  57.  
  58. x
  59. Out[54]: []
  60.  
  61. --Zora Drop 42780000:
  62.  
  63. a
  64. Out[56]: ['0x78E']
  65.  
  66. x
  67. Out[57]: ['0x9331']
  68.  
  69. --Zora Drop C2780000:
  70.  
  71. a
  72. Out[59]: ['0xF8E']
  73.  
  74. x
  75. Out[60]: ['0x9331']
  76.  
  77. -----
  78.  
  79. all angles: ['0xAA8', '0xC8E', '0x2A8', '0x48E', '0xF24', '0x724','0x78E', '0xF8E']
  80.  
  81. good setups:
  82.  
  83. 10890 = 0x2a8a is a working initial angle with 0 Left ESS turns for goal angle 10890 = 0x2a8a
  84. 10890 = 0x2a8a is a working initial angle with 0 Right ESS turns for goal angle 10890 = 0x2a8a
  85. 43658 = 0xaa8a is a working initial angle with 0 Left ESS turns for goal angle 43658 = 0xaa8a
  86. 43658 = 0xaa8a is a working initial angle with 0 Right ESS turns for goal angle 43658 = 0xaa8a
  87. 10892 = 0x2a8c is a working initial angle with 0 Left ESS turns for goal angle 10892 = 0x2a8c
  88. 10892 = 0x2a8c is a working initial angle with 0 Right ESS turns for goal angle 10892 = 0x2a8c
  89. 43660 = 0xaa8c is a working initial angle with 0 Left ESS turns for goal angle 43660 = 0xaa8c
  90. 43660 = 0xaa8c is a working initial angle with 0 Right ESS turns for goal angle 43660 = 0xaa8c
  91.  
  92. (slanted walls in grotto room used for inital angle)
  93. -------------------------------
  94.  
  95. Scene = "Inverted Stone Tower Temple"
  96. Entrance = "main door"
  97.  
  98. --Human Throw 42840000:
  99.  
  100. a
  101. Out[69]: ['0xF50']
  102.  
  103. x
  104. Out[70]: ['0x2A00']
  105.  
  106. --Human Throw C2840000:
  107.  
  108. a
  109. Out[72]: ['0x750']
  110.  
  111. x
  112. Out[73]: ['0x2A00']
  113.  
  114. --Human Drop 42840000:
  115.  
  116. a
  117. Out[75]: ['0x2F0', '0x726']
  118.  
  119. x
  120. Out[76]: ['0x2483', '0x23B4']
  121.  
  122. --Human Drop C2840000:
  123.  
  124. a
  125. Out[78]: ['0xAF0', '0xF26']
  126.  
  127. x
  128. Out[79]: ['0x2483', '0x23B4']
  129.  
  130. --Zora Throw 42780000:
  131.  
  132. a
  133. Out[81]: []
  134.  
  135. x
  136. Out[82]: []
  137.  
  138. --Zora Throw C2780000:
  139.  
  140. a
  141. Out[84]: []
  142.  
  143. x
  144. Out[85]: []
  145.  
  146. --Zora Drop 42780000:
  147.  
  148. a
  149. Out[87]: ['0x490']
  150.  
  151. x
  152. Out[88]: ['0x2438']
  153.  
  154. --Zora Drop C2780000:
  155.  
  156. a
  157. Out[90]: ['0xC90']
  158.  
  159. x
  160. Out[91]: ['0x2438']
  161.  
  162. -----
  163.  
  164. all angles: ['0xF50', '0x750', '0x2F0', '0x726', '0xAF0', '0xF26', '0x490', '0xC90']
  165.  
  166. 7691 = 0x1e0b is a working initial angle with 12 Left ESS turns for goal angle 29291 = 0x726b
  167. 7687 = 0x1e07 is a working initial angle with 12 Left ESS turns for goal angle 29287 = 0x7267
  168. 40455 = 0x9e07 is a working initial angle with 12 Left ESS turns for goal angle 62055 = 0xf267
  169. 40459 = 0x9e0b is a working initial angle with 12 Left ESS turns for goal angle 62059 = 0xf26b
  170. 40457 = 0x9e09 is a working initial angle with 12 Left ESS turns for goal angle 62057 = 0xf269
  171. 7689 = 0x1e09 is a working initial angle with 12 Left ESS turns for goal angle 29289 = 0x7269
  172. 49295 = 0xc08f is a working initial angle with 17 Right ESS turns for goal angle 18695 = 0x4907
  173. 17268 = 0x4374 is a working initial angle with 19 Left ESS turns for goal angle 51468 = 0xc90c
  174. 15460 = 0x3c64 is a working initial angle with 20 Left ESS turns for goal angle 51460 = 0xc904
  175. 5157 = 0x1425 is a working initial angle with 23 Right ESS turns for goal angle 29293 = 0x726d
  176. 37925 = 0x9425 is a working initial angle with 23 Right ESS turns for goal angle 62061 = 0xf26d
  177. 37925 = 0x9425 is a working initial angle with 23 Right ESS turns for goal angle 62061 = 0xf26d
  178. 37926 = 0x9426 is a working initial angle with 23 Right ESS turns for goal angle 62062 = 0xf26e
  179. 5158 = 0x1426 is a working initial angle with 23 Right ESS turns for goal angle 29294 = 0x726e
  180.  
  181.  
  182. -------------------------------
  183. Scene = "Woodfall Temple"
  184. Entrance = "main door"
  185.  
  186. --Human Throw 42840000:
  187.  
  188. a
  189. Out[95]: []
  190.  
  191. x
  192. Out[96]: []
  193.  
  194. --Human Throw C2840000:
  195.  
  196. a
  197. Out[98]: []
  198.  
  199. x
  200. Out[99]: []
  201.  
  202. --Human Drop 42840000:
  203.  
  204. a
  205. Out[101]: ['0xEA1']
  206.  
  207. x
  208. Out[102]: ['0x3000']
  209.  
  210. --Human Drop C2840000:
  211.  
  212. a
  213. Out[104]: ['0x6A1']
  214.  
  215. x
  216. Out[105]: ['0x3000']
  217.  
  218. --Zora Throw 42780000:
  219.  
  220. a
  221. Out[107]: []
  222.  
  223. x
  224. Out[108]: []
  225.  
  226. --Zora Throw C2780000:
  227.  
  228. a
  229. Out[107]: []
  230.  
  231. x
  232. Out[108]: []
  233.  
  234. --Zora Drop 42780000:
  235.  
  236. a
  237. Out[111]: ['0x1EC', '0x291', '0x4FE']
  238.  
  239. x
  240. Out[112]: ['0x2D10', '0x2D10', '0x2E28']
  241.  
  242. --Zora Drop C2780000:
  243.  
  244. a
  245. Out[114]: ['0x9EC', '0xA91', '0xCFE']
  246.  
  247. x
  248. Out[115]: ['0x2D10', '0x2D10', '0x2E28']
  249.  
  250. -----
  251.  
  252. all angles: ['0xEA1', '0x6A1', '0x1EC', '0x291', '0x4FE', '0x9EC', '0xA91', '0xCFE']
  253.  
  254. 6086 = 0x17c6 is a working initial angle with 1 Left ESS turns for goal angle 7886 = 0x1ece
  255. 38854 = 0x97c6 is a working initial angle with 1 Left ESS turns for goal angle 40654 = 0x9ece
  256. 38855 = 0x97c7 is a working initial angle with 1 Left ESS turns for goal angle 40655 = 0x9ecf
  257. 6087 = 0x17c7 is a working initial angle with 1 Left ESS turns for goal angle 7887 = 0x1ecf
  258. 24073 = 0x5e09 is a working initial angle with 9 Right ESS turns for goal angle 7873 = 0x1ec1
  259. 56841 = 0xde09 is a working initial angle with 9 Right ESS turns for goal angle 40641 = 0x9ec1
  260. 48753 = 0xbe71 is a working initial angle with 12 Right ESS turns for goal angle 27153 = 0x6a11
  261. 15985 = 0x3e71 is a working initial angle with 12 Right ESS turns for goal angle 59921 = 0xea11
  262. 10890 = 0x2a8a is a working initial angle with 18 Left ESS turns for goal angle 43290 = 0xa91a
  263. 43658 = 0xaa8a is a working initial angle with 18 Left ESS turns for goal angle 10522 = 0x291a
  264. 10892 = 0x2a8c is a working initial angle with 18 Left ESS turns for goal angle 43292 = 0xa91c
  265. 43660 = 0xaa8c is a working initial angle with 18 Left ESS turns for goal angle 10524 = 0x291c
  266. 5493 = 0x1575 is a working initial angle with 21 Left ESS turns for goal angle 43293 = 0xa91d
  267. 38261 = 0x9575 is a working initial angle with 21 Left ESS turns for goal angle 10525 = 0x291d
  268. 38262 = 0x9576 is a working initial angle with 21 Left ESS turns for goal angle 10526 = 0x291e
  269. 5494 = 0x1576 is a working initial angle with 21 Left ESS turns for goal angle 43294 = 0xa91e
  270.  
  271. -------------------------------
  272.  
  273. Scene = "Great Bay Coast (Lab Area)"
  274. Entrance = "getting zora mask"
  275.  
  276. --Human Throw 42840000:
  277.  
  278. a
  279. Out[119]: []
  280.  
  281. x
  282. Out[120]: []
  283.  
  284. --Human Throw C2840000:
  285.  
  286. a
  287. Out[119]: []
  288.  
  289. x
  290. Out[120]: []
  291.  
  292. --Human Drop 42840000:
  293.  
  294. a
  295. Out[123]: ['0xC1C', '0xC33']
  296.  
  297. x
  298. Out[124]: ['0x6866', '0x683C']
  299.  
  300. --Human Drop C2840000:
  301.  
  302. a
  303. Out[126]: ['0x41C', '0x433']
  304.  
  305. x
  306. Out[127]: ['0x6866', '0x683C']
  307.  
  308. --Zora Throw 42780000:
  309.  
  310. a
  311. Out[129]: ['0x361']
  312.  
  313. x
  314. Out[130]: ['0x684A']
  315.  
  316. --Zora Throw C2780000:
  317.  
  318. a
  319. Out[132]: ['0xB61']
  320.  
  321. x
  322. Out[133]: ['0x684A']
  323.  
  324. --Zora Drop 42780000:
  325.  
  326. a
  327. Out[135]: ['0x159', '0xEDF']
  328.  
  329. x
  330. Out[136]: ['0x6882', '0x682F']
  331.  
  332. --Zora Drop C2780000:
  333.  
  334. a
  335. Out[138]: ['0x6DF', '0x959']
  336.  
  337. x
  338. Out[139]: ['0x682F', '0x6882']
  339.  
  340. -----
  341.  
  342. all angles: ['0xC1C', '0xC33', '0x41C', '0x433', '0x361', '0xB61', '0x159', '0xEDF', '0x6DF', '0x959']
  343.  
  344.  
  345. 129 = 0x81 is a working initial angle with 3 Left ESS turns for goal angle 5529 = 0x1599
  346. 32897 = 0x8081 is a working initial angle with 3 Left ESS turns for goal angle 38297 = 0x9599
  347. 17346 = 0x43c2 is a working initial angle with 6 Left ESS turns for goal angle 28146 = 0x6df2
  348. 50114 = 0xc3c2 is a working initial angle with 6 Left ESS turns for goal angle 60914 = 0xedf2
  349. 56667 = 0xdd5b is a working initial angle with 8 Left ESS turns for goal angle 5531 = 0x159b
  350. 7691 = 0x1e0b is a working initial angle with 17 Left ESS turns for goal angle 38291 = 0x9593
  351. 40459 = 0x9e0b is a working initial angle with 17 Left ESS turns for goal angle 5523 = 0x1593
  352. 40457 = 0x9e09 is a working initial angle with 17 Left ESS turns for goal angle 5521 = 0x1591
  353. 7689 = 0x1e09 is a working initial angle with 17 Left ESS turns for goal angle 38289 = 0x9591
  354. 5157 = 0x1425 is a working initial angle with 18 Right ESS turns for goal angle 38293 = 0x9595
  355. 37925 = 0x9425 is a working initial angle with 18 Right ESS turns for goal angle 5525 = 0x1595
  356. 37925 = 0x9425 is a working initial angle with 18 Right ESS turns for goal angle 5525 = 0x1595
  357. 37926 = 0x9426 is a working initial angle with 18 Right ESS turns for goal angle 5526 = 0x1596
  358. 5158 = 0x1426 is a working initial angle with 18 Right ESS turns for goal angle 38294 = 0x9596
  359.  
  360. -------------------------------
  361.  
  362. Scene = "Pirates' Fortress (Inside)"
  363. Entrance = "hookshot room from above"
  364.  
  365. --Human Throw 42840000:
  366.  
  367. a
  368. Out[144]: ['0x2E9', '0x72A', '0x945', '0xB55', '0xDF0']
  369.  
  370. x
  371. Out[145]: ['0x377B', '0x3E3C', '0x3F80', '0x35FC', '0x3F71']
  372.  
  373. --Human Throw C2840000:
  374.  
  375. a
  376. Out[147]: ['0x145', '0x355', '0x5F0', '0xAE9', '0xF2A']
  377.  
  378. x
  379. Out[148]: ['0x3F80', '0x35FC', '0x3F71', '0x377B', '0x3E3C']
  380.  
  381. --Human Drop 42840000:
  382.  
  383. a
  384. Out[150]: ['0x618', '0xCA3']
  385.  
  386. x
  387. Out[151]: ['0x376C', '0x4001']
  388.  
  389. --Human Drop C2840000:
  390.  
  391. a
  392. Out[153]: ['0x4A3', '0xE18']
  393.  
  394. x
  395. Out[154]: ['0x4001', '0x376C']
  396.  
  397. --Zora Throw 42780000:
  398.  
  399. a
  400. Out[156]: ['0x2F6', '0xCAA']
  401.  
  402. x
  403. Out[157]: ['0x378A', '0x3CCC']
  404.  
  405. --Zora Throw C2780000:
  406.  
  407. a
  408. Out[159]: ['0x4AA', '0xAF6']
  409.  
  410. x
  411. Out[160]: ['0x3CCC', '0x378A']
  412.  
  413. --Zora Drop 42780000:
  414.  
  415. a
  416. Out[162]: ['0x0A5', '0x546', '0x776', '0x80D']
  417.  
  418. x
  419. Out[163]: ['0x3E3C', '0x35CF', '0x3F80', '0x3B39']
  420.  
  421. --Zora Drop C2780000:
  422.  
  423. a
  424. Out[165]: ['0x00D', '0x8A5', '0xD46', '0xF76']
  425.  
  426. x
  427. Out[166]: ['0x3B39', '0x3E3C', '0x35CF', '0x3F80']
  428.  
  429. -----
  430.  
  431. all angles: ['0x2E9', '0x72A', '0x945', '0xB55', '0xDF0', '0x145', '0x355', '0x5F0', '0xAE9', '0xF2A', '0x618', '0xCA3', '0x4A3', '0xE18', '0x2F6', '0xCAA', '0x4AA', '0xAF6', '0x0A5', '0x546', '0x776', '0x80D', '0x00D', '0x8A5', '0xD46', '0xF76']
  432.  
  433.  
  434. 65129 = 0xfe69 is a working initial angle with 1 Right ESS turns for goal angle 63329 = 0xf761
  435. 65137 = 0xfe71 is a working initial angle with 1 Right ESS turns for goal angle 63337 = 0xf769
  436. 32369 = 0x7e71 is a working initial angle with 1 Right ESS turns for goal angle 30569 = 0x7769
  437. 15460 = 0x3c64 is a working initial angle with 1 Right ESS turns for goal angle 13660 = 0x355c
  438. 12615 = 0x3147 is a working initial angle with 5 Left ESS turns for goal angle 21615 = 0x546f
  439. 16384 = 0x4000 is a working initial angle with 11 Right ESS turns for goal angle 62120 = 0xf2a8
  440. 49152 = 0xc000 is a working initial angle with 11 Right ESS turns for goal angle 29352 = 0x72a8
  441. 16385 = 0x4001 is a working initial angle with 11 Right ESS turns for goal angle 62121 = 0xf2a9
  442. 49153 = 0xc001 is a working initial angle with 11 Right ESS turns for goal angle 29353 = 0x72a9
  443. 0 = 0x0 is a working initial angle with 12 Left ESS turns for goal angle 21600 = 0x5460
  444. 32768 = 0x8000 is a working initial angle with 12 Left ESS turns for goal angle 54368 = 0xd460
  445. 1 = 0x1 is a working initial angle with 12 Left ESS turns for goal angle 21601 = 0x5461
  446. 32769 = 0x8001 is a working initial angle with 12 Left ESS turns for goal angle 54369 = 0xd461
  447. 33733 = 0x83c5 is a working initial angle with 12 Right ESS turns for goal angle 12133 = 0x2f65
  448. 33730 = 0x83c2 is a working initial angle with 12 Right ESS turns for goal angle 12130 = 0x2f62
  449. 962 = 0x3c2 is a working initial angle with 12 Right ESS turns for goal angle 44898 = 0xaf62
  450. 6086 = 0x17c6 is a working initial angle with 14 Right ESS turns for goal angle 46422 = 0xb556
  451. 38854 = 0x97c6 is a working initial angle with 14 Right ESS turns for goal angle 13654 = 0x3556
  452. 10218 = 0x27ea is a working initial angle with 14 Left ESS turns for goal angle 35418 = 0x8a5a
  453. 42986 = 0xa7ea is a working initial angle with 14 Left ESS turns for goal angle 2650 = 0xa5a
  454. 4356 = 0x1104 is a working initial angle with 14 Right ESS turns for goal angle 44692 = 0xae94
  455. 37124 = 0x9104 is a working initial angle with 14 Right ESS turns for goal angle 11924 = 0x2e94
  456. 38855 = 0x97c7 is a working initial angle with 14 Right ESS turns for goal angle 13655 = 0x3557
  457. 6087 = 0x17c7 is a working initial angle with 14 Right ESS turns for goal angle 46423 = 0xb557
  458. 10219 = 0x27eb is a working initial angle with 14 Left ESS turns for goal angle 35419 = 0x8a5b
  459. 42987 = 0xa7eb is a working initial angle with 14 Left ESS turns for goal angle 2651 = 0xa5b
  460. 38935 = 0x9817 is a working initial angle with 15 Right ESS turns for goal angle 11935 = 0x2e9f
  461. 6167 = 0x1817 is a working initial angle with 15 Right ESS turns for goal angle 44703 = 0xae9f
  462. 26597 = 0x67e5 is a working initial angle with 16 Right ESS turns for goal angle 63333 = 0xf765
  463. 26602 = 0x67ea is a working initial angle with 16 Right ESS turns for goal angle 63338 = 0xf76a
  464. 59370 = 0xe7ea is a working initial angle with 16 Right ESS turns for goal angle 30570 = 0x776a
  465. 59365 = 0xe7e5 is a working initial angle with 16 Right ESS turns for goal angle 30565 = 0x7765
  466. 59371 = 0xe7eb is a working initial angle with 16 Right ESS turns for goal angle 30571 = 0x776b
  467. 26603 = 0x67eb is a working initial angle with 16 Right ESS turns for goal angle 63339 = 0xf76b
  468.  
  469. -------------------------------
  470. Scene = "Cucco Shack"
  471. Entrance = "getting bunny hood"
  472.  
  473. ### have chain be the Resulting Scene for the chain
  474. Chain = "Snowhead Trial"
  475.  
  476. #chain_type= "none"
  477. #chain_type = "void"
  478. chain_type = "day transition"
  479.  
  480.  
  481. --Human Throw 42840000:
  482.  
  483. a
  484. Out[170]: []
  485.  
  486. x
  487. Out[171]: []
  488.  
  489. --Human Throw C2840000:
  490.  
  491. a
  492. Out[170]: []
  493.  
  494. x
  495. Out[171]: []
  496.  
  497. --Human Drop 42840000:
  498.  
  499. a
  500. Out[170]: []
  501.  
  502. x
  503. Out[171]: []
  504.  
  505. --Human Drop C2840000:
  506.  
  507. a
  508. Out[170]: []
  509.  
  510. x
  511. Out[171]: []
  512.  
  513. --Zora Throw 42780000:
  514.  
  515. a
  516. Out[176]: ['0x270']
  517.  
  518. x
  519. Out[177]: ['0x7896']
  520.  
  521. --Zora Throw C2780000:
  522.  
  523. a
  524. Out[179]: ['0xA70']
  525.  
  526. x
  527. Out[180]: ['0x7896']
  528.  
  529. --Zora Drop 42780000:
  530.  
  531. a
  532. Out[182]: ['0xAB9', '0xEAF']
  533.  
  534. x
  535. Out[183]: ['0x78E2', '0x780E']
  536.  
  537. --Zora Drop C2780000:
  538.  
  539. a
  540. Out[185]: ['0x2B9', '0x6AF']
  541.  
  542. x
  543. Out[186]: ['0x78E2', '0x780E']
  544.  
  545. -----
  546.  
  547. all angles: ['0x270', '0xA70', '0xAB9', '0xEAF', '0x2B9', '0x6AF']
  548.  
  549. 12615 = 0x3147 is a working initial angle with 10 Right ESS turns for goal angle 60151 = 0xeaf7
  550. 4356 = 0x1104 is a working initial angle with 31 Left ESS turns for goal angle 60156 = 0xeafc
  551. 37124 = 0x9104 is a working initial angle with 31 Left ESS turns for goal angle 27388 = 0x6afc
  552. 59422 = 0xe81e is a working initial angle with 36 Right ESS turns for goal angle 60158 = 0xeafe
  553. 59419 = 0xe81b is a working initial angle with 36 Right ESS turns for goal angle 60155 = 0xeafb
  554. 26651 = 0x681b is a working initial angle with 36 Right ESS turns for goal angle 27387 = 0x6afb
  555. 61213 = 0xef1d is a working initial angle with 37 Right ESS turns for goal angle 60149 = 0xeaf5
  556. 28445 = 0x6f1d is a working initial angle with 37 Right ESS turns for goal angle 27381 = 0x6af5
  557. 64834 = 0xfd42 is a working initial angle with 43 Left ESS turns for goal angle 11162 = 0x2b9a
  558.  
  559. -------------------------------
  560.  
  561. Scene = "Moon"
  562. Entrance = "moon"
  563.  
  564. --Human Throw 42840000:
  565.  
  566. a
  567. Out[210]: []
  568.  
  569. x
  570. Out[211]: []
  571.  
  572. --Human Throw C2840000:
  573.  
  574. a
  575. Out[210]: []
  576.  
  577. x
  578. Out[211]: []
  579.  
  580. --Human Drop 42840000:
  581.  
  582. a
  583. Out[198]: ['0x1DB', '0x62A', '0xE42']
  584.  
  585. x
  586. Out[199]: ['0xBFF9', '0xC192', '0xC179']
  587.  
  588. --Human Drop C2840000:
  589.  
  590. a
  591. Out[201]: ['0x642', '0x9DB', '0xE2A']
  592.  
  593. x
  594. Out[202]: ['0xC179', '0xBFF9', '0xC192']
  595.  
  596. --Zora Throw 42780000:
  597.  
  598. a
  599. Out[204]: ['0x9FC', '0xB52']
  600.  
  601. x
  602. Out[205]: ['0xC41D', '0xC442']
  603.  
  604. --Zora Throw C2780000:
  605.  
  606. a
  607. Out[207]: ['0x1FC', '0x352']
  608.  
  609. x
  610. Out[208]: ['0xC41D', '0xC442']
  611.  
  612. --Zora Drop 42780000:
  613.  
  614. a
  615. Out[210]: []
  616.  
  617. x
  618. Out[211]: []
  619.  
  620. --Zora Drop C2780000:
  621.  
  622. a
  623. Out[210]: []
  624.  
  625. x
  626. Out[211]: []
  627.  
  628. -----
  629.  
  630. all angles: ['0x1DB', '0x62A', '0xE42', '0x642', '0x9DB', '0xE2A', '0x9FC', '0xB52', '0x1FC', '0x352']
  631.  
  632. 20740 = 0x5104 is a working initial angle with 7 Right ESS turns for goal angle 8140 = 0x1fcc
  633. 53508 = 0xd104 is a working initial angle with 7 Right ESS turns for goal angle 40908 = 0x9fcc
  634. 8693 = 0x21f5 is a working initial angle with 9 Right ESS turns for goal angle 58029 = 0xe2ad
  635. 41818 = 0xa35a is a working initial angle with 9 Left ESS turns for goal angle 58018 = 0xe2a2
  636. 9050 = 0x235a is a working initial angle with 9 Left ESS turns for goal angle 25250 = 0x62a2
  637. 41461 = 0xa1f5 is a working initial angle with 9 Right ESS turns for goal angle 25261 = 0x62ad
  638. 11227 = 0x2bdb is a working initial angle with 26 Left ESS turns for goal angle 58027 = 0xe2ab
  639. 43995 = 0xabdb is a working initial angle with 26 Left ESS turns for goal angle 25259 = 0x62ab
  640. 43995 = 0xabdb is a working initial angle with 26 Left ESS turns for goal angle 25259 = 0x62ab
  641. 43996 = 0xabdc is a working initial angle with 26 Left ESS turns for goal angle 25260 = 0x62ac
  642. 11228 = 0x2bdc is a working initial angle with 26 Left ESS turns for goal angle 58028 = 0xe2ac
  643. 8696 = 0x21f8 is a working initial angle with 27 Right ESS turns for goal angle 25632 = 0x6420
  644. 41464 = 0xa1f8 is a working initial angle with 27 Right ESS turns for goal angle 58400 = 0xe420
  645. 41466 = 0xa1fa is a working initial angle with 27 Right ESS turns for goal angle 58402 = 0xe422
  646. 8698 = 0x21fa is a working initial angle with 27 Right ESS turns for goal angle 25634 = 0x6422
  647.  
  648. -------------------------------
  649.  
  650. Scene = "(Zora Band Member Rooms)"
  651. Entrance = "after playing song to keyboardist"
  652.  
  653. ### have chain be the Resulting Scene for the chain
  654. Chain = "Great Bay Temple"
  655.  
  656. #chain_type= "none"
  657. chain_type = "void"
  658. #chain_type = "day transition"
  659.  
  660.  
  661. --Human Throw 42840000:
  662.  
  663. a
  664. Out[219]: []
  665.  
  666. x
  667. Out[220]: []
  668.  
  669. --Human Throw C2840000:
  670.  
  671. a
  672. Out[219]: []
  673.  
  674. x
  675. Out[220]: []
  676.  
  677. --Human Drop 42840000:
  678.  
  679. a
  680. Out[219]: []
  681.  
  682. x
  683. Out[220]: []
  684.  
  685. --Human Drop C2840000:
  686.  
  687. a
  688. Out[219]: []
  689.  
  690. x
  691. Out[220]: []
  692.  
  693. --Zora Throw 42780000:
  694.  
  695. a
  696. Out[219]: []
  697.  
  698. x
  699. Out[220]: []
  700.  
  701. --Zora Throw C2780000:
  702.  
  703. a
  704. Out[219]: []
  705.  
  706. x
  707. Out[220]: []
  708.  
  709. --Zora Drop 42780000:
  710.  
  711. a
  712. Out[227]: ['0xD35']
  713.  
  714. x
  715. Out[228]: ['0x8DC0']
  716.  
  717. --Zora Drop C2780000:
  718.  
  719. a
  720. Out[230]: ['0x535']
  721.  
  722. x
  723. Out[231]: ['0x8DC0']
  724.  
  725. -----
  726.  
  727. all angles: ['0xD35', '0x535']
  728.  
  729. 11227 = 0x2bdb is a working initial angle with 49 Right ESS turns for goal angle 54099 = 0xd353
  730. 43995 = 0xabdb is a working initial angle with 49 Right ESS turns for goal angle 21331 = 0x5353
  731. 43995 = 0xabdb is a working initial angle with 49 Right ESS turns for goal angle 21331 = 0x5353
  732. 43996 = 0xabdc is a working initial angle with 49 Right ESS turns for goal angle 21332 = 0x5354
  733. 11228 = 0x2bdc is a working initial angle with 49 Right ESS turns for goal angle 54100 = 0xd354
  734.  
  735. -------------------------------
  736. Scene = "Snowhead Temple"
  737. Entrance = "[same]" ### optimal b/c no intro cs
  738.  
  739. ### have chain be the Resulting Scene for the chain
  740. Chain = "Snowhead Temple"
  741.  
  742. #chain_type= "none"
  743. chain_type = "void"
  744. #chain_type = "day transition"
  745.  
  746.  
  747. --Human Throw 42840000:
  748.  
  749. a
  750. Out[8]: []
  751.  
  752. x
  753. Out[9]: []
  754.  
  755. --Human Throw C2840000:
  756.  
  757. a
  758. Out[8]: []
  759.  
  760. x
  761. Out[9]: []
  762.  
  763. --Human Drop 42840000:
  764.  
  765. a
  766. Out[8]: []
  767.  
  768. x
  769. Out[9]: []
  770.  
  771. --Human Drop C2840000:
  772.  
  773. a
  774. Out[8]: []
  775.  
  776. x
  777. Out[9]: []
  778.  
  779. --Zora Throw 42780000:
  780.  
  781. a
  782. Out[14]: ['0x967']
  783.  
  784. x
  785. Out[15]: ['0x360B']
  786.  
  787. --Zora Throw C2780000:
  788.  
  789. a
  790. Out[17]: ['0x167']
  791.  
  792. x
  793. Out[18]: ['0x360B']
  794.  
  795. --Zora Drop 42780000:
  796.  
  797. a
  798. Out[21]: []
  799.  
  800. x
  801. Out[22]: []
  802.  
  803. --Zora Drop C2780000:
  804.  
  805. a
  806. Out[21]: []
  807.  
  808. x
  809. Out[22]: []
  810.  
  811. -----
  812.  
  813. all angles: ['0x967', '0x167']
  814.  
  815. 59422 = 0xe81e is a working initial angle with 43 Left ESS turns for goal angle 5750 = 0x1676
  816. 59419 = 0xe81b is a working initial angle with 43 Left ESS turns for goal angle 5747 = 0x1673
  817. 26651 = 0x681b is a working initial angle with 43 Left ESS turns for goal angle 38515 = 0x9673
  818.  
  819. -------------------------------
  820. Scene = "Inverted Stone Tower Temple"
  821. Entrance = "main door"
  822.  
  823. ### have chain be the Resulting Scene for the chain
  824. Chain = "Inverted Stone Tower Temple"
  825.  
  826. #chain_type= "none"
  827. chain_type = "void"
  828. #chain_type = "day transition"
  829.  
  830.  
  831. --Human Throw 42840000:
  832.  
  833. a
  834. Out[5]: ['0xF50']
  835.  
  836. x
  837. Out[6]: ['0x2A00']
  838.  
  839. --Human Throw C2840000:
  840.  
  841. a
  842. Out[8]: ['0x750']
  843.  
  844. x
  845. Out[9]: ['0x2A00']
  846.  
  847. --Human Drop 42840000:
  848.  
  849. a
  850. Out[11]: []
  851.  
  852. x
  853. Out[12]: []
  854.  
  855. --Human Drop C2840000:
  856.  
  857. a
  858. Out[11]: []
  859.  
  860. x
  861. Out[12]: []
  862.  
  863. --Zora Throw 42780000:
  864.  
  865. a
  866. Out[11]: []
  867.  
  868. x
  869. Out[12]: []
  870.  
  871. --Zora Throw C2780000:
  872.  
  873. a
  874. Out[11]: []
  875.  
  876. x
  877. Out[12]: []
  878.  
  879. --Zora Drop 42780000:
  880.  
  881. a
  882. Out[11]: []
  883.  
  884. x
  885. Out[12]: []
  886.  
  887. --Zora Drop C2780000:
  888.  
  889. a
  890. Out[11]: []
  891.  
  892. x
  893. Out[12]: []
  894.  
  895. -----
  896.  
  897. all angles: ['0xF50', '0x750']
  898.  
  899. 11227 = 0x2bdb is a working initial angle with 26 Right ESS turns for goal angle 29963 = 0x750b
  900. 43995 = 0xabdb is a working initial angle with 26 Right ESS turns for goal angle 62731 = 0xf50b
  901. 43995 = 0xabdb is a working initial angle with 26 Right ESS turns for goal angle 62731 = 0xf50b
  902. 43996 = 0xabdc is a working initial angle with 26 Right ESS turns for goal angle 62732 = 0xf50c
  903. 11228 = 0x2bdc is a working initial angle with 26 Right ESS turns for goal angle 29964 = 0x750c
  904. 41818 = 0xa35a is a working initial angle with 43 Right ESS turns for goal angle 29954 = 0x7502
  905. 9050 = 0x235a is a working initial angle with 43 Right ESS turns for goal angle 62722 = 0xf502
  906.  
  907. -------------------------------
  908. Scene = "Woodfall Temple - Odolwa"
  909. Entrance = "main door"
  910.  
  911.  
  912. --Human Throw 42840000:
  913.  
  914. a
  915. Out[9]: ['0xB48', '0xBDF', '0xF0D']
  916.  
  917. x
  918. Out[10]: ['0x2FEC', '0x3604', '0x34A3']
  919.  
  920. --Human Throw C2840000:
  921.  
  922. a
  923. Out[12]: ['0x348', '0x3DF', '0x70D']
  924.  
  925. x
  926. Out[13]: ['0x2FEC', '0x3604', '0x34A3']
  927.  
  928. --Human Drop 42840000:
  929.  
  930. a
  931. Out[15]: ['0x7B3']
  932.  
  933. x
  934. Out[16]: ['0x3494']
  935.  
  936. --Human Drop C2840000:
  937.  
  938. a
  939. Out[18]: ['0xFB3']
  940.  
  941. x
  942. Out[19]: ['0x3494']
  943.  
  944. --Zora Throw 42780000:
  945.  
  946. a
  947. Out[21]: ['0xF9B']
  948.  
  949. x
  950. Out[22]: ['0x2FCE']
  951.  
  952. --Zora Throw C2780000:
  953.  
  954. a
  955. Out[24]: ['0x79B']
  956.  
  957. x
  958. Out[25]: ['0x2FCE']
  959.  
  960. --Zora Drop 42780000:
  961.  
  962. a
  963. Out[27]: ['0x830', '0xA68', '0xE9C']
  964.  
  965. x
  966. Out[28]: ['0x3494', '0x346C', '0x31C0']
  967.  
  968. --Zora Drop C2780000:
  969.  
  970. a
  971. Out[30]: ['0x030', '0x268', '0x69C']
  972.  
  973. x
  974. Out[31]: ['0x3494', '0x346C', '0x31C0']
  975.  
  976. -----
  977.  
  978. all angles: ['0x030', '0x268', '0x69C', '0x830', '0xA68', '0xE9C', '0x79B', '0xF9B', '0xFB3', '0x7B3', '0x348', '0x3DF', '0x70D', '0xB48', '0xBDF', '0xF0D']
  979.  
  980. 55319 = 0xd817 is a working initial angle with 5 Left ESS turns for goal angle 64319 = 0xfb3f
  981. 22551 = 0x5817 is a working initial angle with 5 Left ESS turns for goal angle 31551 = 0x7b3f
  982. 20745 = 0x5109 is a working initial angle with 6 Left ESS turns for goal angle 31545 = 0x7b39
  983. 20740 = 0x5104 is a working initial angle with 6 Left ESS turns for goal angle 31540 = 0x7b34
  984. 53508 = 0xd104 is a working initial angle with 6 Left ESS turns for goal angle 64308 = 0xfb34
  985. 22470 = 0x57c6 is a working initial angle with 7 Right ESS turns for goal angle 9870 = 0x268e
  986. 55238 = 0xd7c6 is a working initial angle with 7 Right ESS turns for goal angle 42638 = 0xa68e
  987. 55238 = 0xd7c6 is a working initial angle with 7 Right ESS turns for goal angle 42638 = 0xa68e
  988. 55239 = 0xd7c7 is a working initial angle with 7 Right ESS turns for goal angle 42639 = 0xa68f
  989. 22471 = 0x57c7 is a working initial angle with 7 Right ESS turns for goal angle 9871 = 0x268f
  990. 64834 = 0xfd42 is a working initial angle with 9 Right ESS turns for goal angle 48634 = 0xbdfa
  991. 17346 = 0x43c2 is a working initial angle with 9 Left ESS turns for goal angle 33546 = 0x830a
  992. 50114 = 0xc3c2 is a working initial angle with 9 Left ESS turns for goal angle 778 = 0x30a
  993. 16384 = 0x4000 is a working initial angle with 10 Right ESS turns for goal angle 63920 = 0xf9b0
  994. 49152 = 0xc000 is a working initial angle with 10 Right ESS turns for goal angle 31152 = 0x79b0
  995. 16385 = 0x4001 is a working initial angle with 10 Right ESS turns for goal angle 63921 = 0xf9b1
  996. 49153 = 0xc001 is a working initial angle with 10 Right ESS turns for goal angle 31153 = 0x79b1
  997. 10890 = 0x2a8a is a working initial angle with 10 Left ESS turns for goal angle 28890 = 0x70da
  998. 43658 = 0xaa8a is a working initial angle with 10 Left ESS turns for goal angle 61658 = 0xf0da
  999. 10892 = 0x2a8c is a working initial angle with 10 Left ESS turns for goal angle 28892 = 0x70dc
  1000. 43660 = 0xaa8c is a working initial angle with 10 Left ESS turns for goal angle 61660 = 0xf0dc
  1001.  
  1002. -------------------------------
  1003.  
  1004. Scene = Woodfall Temple - Odolwa
  1005. Entrance = main door
  1006. ---
  1007. WoM Grotto Warp Human Throw X Position 42840000:
  1008.  
  1009. Angles (first 3 digits):
  1010. 0xB48
  1011. 0xBDF
  1012. 0xF0D
  1013.  
  1014. X Positions:
  1015. 0x2FEC
  1016. 0x3604
  1017. 0x34A3
  1018.  
  1019. WoM Grotto Warp Human Throw X Position C2840000:
  1020.  
  1021. Angles (first 3 digits):
  1022. 0x348
  1023. 0x3DF
  1024. 0x70D
  1025.  
  1026. X Positions:
  1027. 0x2FEC
  1028. 0x3604
  1029. 0x34A3
  1030.  
  1031. WoM Grotto Warp Human Drop X Position 42840000:
  1032.  
  1033. Angles (first 3 digits):
  1034. 0x7B3
  1035.  
  1036. X Positions:
  1037. 0x3494
  1038.  
  1039. WoM Grotto Warp Human Drop X Position C2840000:
  1040.  
  1041. Angles (first 3 digits):
  1042. 0xFB3
  1043.  
  1044. X Positions:
  1045. 0x3494
  1046.  
  1047. WoM Grotto Warp Zora Throw X Position 42780000:
  1048.  
  1049. Angles (first 3 digits):
  1050. 0xF9B
  1051.  
  1052. X Positions:
  1053. 0x2FCE
  1054.  
  1055. WoM Grotto Warp Zora Throw X Position C2780000:
  1056.  
  1057. Angles (first 3 digits):
  1058. 0x79B
  1059.  
  1060. X Positions:
  1061. 0x2FCE
  1062.  
  1063. WoM Grotto Warp Zora Drop X Position 42780000:
  1064.  
  1065. Angles (first 3 digits):
  1066. 0x830
  1067. 0xA68
  1068. 0xE9C
  1069.  
  1070. X Positions:
  1071. 0x3494
  1072. 0x346C
  1073. 0x31C0
  1074.  
  1075. WoM Grotto Warp Zora Drop X Position C2780000:
  1076.  
  1077. Angles (first 3 digits):
  1078. 0x030
  1079. 0x268
  1080. 0x69C
  1081.  
  1082. X Positions:
  1083. 0x3494
  1084. 0x346C
  1085. 0x31C0
  1086.  
  1087. -----
  1088. All Angles:
  1089. '0xB48','0xBDF','0xF0D','0x348','0x3DF','0x70D','0x7B3','0xFB3','0xF9B','0x79B','0x830','0xA68','0xE9C','0x030','0x268','0x69C',
  1090.  
  1091. 55319 = 0xd817 is a working initial angle with 5 Left ESS turns for goal angle 64319 = 0xfb3f
  1092. 22551 = 0x5817 is a working initial angle with 5 Left ESS turns for goal angle 31551 = 0x7b3f
  1093. 20745 = 0x5109 is a working initial angle with 6 Left ESS turns for goal angle 31545 = 0x7b39
  1094. 20740 = 0x5104 is a working initial angle with 6 Left ESS turns for goal angle 31540 = 0x7b34
  1095. 53508 = 0xd104 is a working initial angle with 6 Left ESS turns for goal angle 64308 = 0xfb34
  1096. 22470 = 0x57c6 is a working initial angle with 7 Right ESS turns for goal angle 9870 = 0x268e
  1097. 55238 = 0xd7c6 is a working initial angle with 7 Right ESS turns for goal angle 42638 = 0xa68e
  1098. 55238 = 0xd7c6 is a working initial angle with 7 Right ESS turns for goal angle 42638 = 0xa68e
  1099. 55239 = 0xd7c7 is a working initial angle with 7 Right ESS turns for goal angle 42639 = 0xa68f
  1100. 22471 = 0x57c7 is a working initial angle with 7 Right ESS turns for goal angle 9871 = 0x268f
  1101. 64834 = 0xfd42 is a working initial angle with 9 Right ESS turns for goal angle 48634 = 0xbdfa
  1102. 17346 = 0x43c2 is a working initial angle with 9 Left ESS turns for goal angle 33546 = 0x830a
  1103. 50114 = 0xc3c2 is a working initial angle with 9 Left ESS turns for goal angle 778 = 0x30a
  1104. 16384 = 0x4000 is a working initial angle with 10 Right ESS turns for goal angle 63920 = 0xf9b0
  1105. 49152 = 0xc000 is a working initial angle with 10 Right ESS turns for goal angle 31152 = 0x79b0
  1106. 16385 = 0x4001 is a working initial angle with 10 Right ESS turns for goal angle 63921 = 0xf9b1
  1107. 49153 = 0xc001 is a working initial angle with 10 Right ESS turns for goal angle 31153 = 0x79b1
  1108. 10890 = 0x2a8a is a working initial angle with 10 Left ESS turns for goal angle 28890 = 0x70da
  1109. 43658 = 0xaa8a is a working initial angle with 10 Left ESS turns for goal angle 61658 = 0xf0da
  1110. 10892 = 0x2a8c is a working initial angle with 10 Left ESS turns for goal angle 28892 = 0x70dc
  1111. 43660 = 0xaa8c is a working initial angle with 10 Left ESS turns for goal angle 61660 = 0xf0dc
  1112. ----------
  1113. Scene = Snowhead Temple - Goht
  1114. Entrance = main door
  1115. ---
  1116. WoM Grotto Warp Human Throw X Position 42840000:
  1117.  
  1118. Angles (first 3 digits):
  1119. 0x11E
  1120. 0xDDC
  1121. 0xEFB
  1122.  
  1123. X Positions:
  1124. 0x8070
  1125. 0x7EBA
  1126. 0x7B5A
  1127.  
  1128. WoM Grotto Warp Human Throw X Position C2840000:
  1129.  
  1130. Angles (first 3 digits):
  1131. 0x5DC
  1132. 0x6FB
  1133. 0x91E
  1134.  
  1135. X Positions:
  1136. 0x7EBA
  1137. 0x7B5A
  1138. 0x8070
  1139.  
  1140. WoM Grotto Warp Human Drop X Position 42840000:
  1141.  
  1142. Angles (first 3 digits):
  1143. 0x34E
  1144. 0x3BB
  1145. 0x502
  1146. 0x71C
  1147. 0xC4E
  1148. 0xD90
  1149.  
  1150. X Positions:
  1151. 0x7EBA
  1152. 0x79B8
  1153. 0x79B8
  1154. 0x79C7
  1155. 0x7B5A
  1156. 0x8048
  1157.  
  1158. WoM Grotto Warp Human Drop X Position C2840000:
  1159.  
  1160. Angles (first 3 digits):
  1161. 0x44E
  1162. 0x590
  1163. 0xB4E
  1164. 0xBBB
  1165. 0xD02
  1166. 0xF1C
  1167.  
  1168. X Positions:
  1169. 0x7B5A
  1170. 0x8048
  1171. 0x7EBA
  1172. 0x79B8
  1173. 0x79B8
  1174. 0x79C7
  1175.  
  1176. WoM Grotto Warp Zora Throw X Position 42780000:
  1177.  
  1178. Angles (first 3 digits):
  1179. 0x627
  1180. 0xEDB
  1181.  
  1182. X Positions:
  1183. 0x7D50
  1184. 0x801B
  1185.  
  1186. WoM Grotto Warp Zora Throw X Position C2780000:
  1187.  
  1188. Angles (first 3 digits):
  1189. 0x6DB
  1190. 0xE27
  1191.  
  1192. X Positions:
  1193. 0x801B
  1194. 0x7D50
  1195.  
  1196. WoM Grotto Warp Zora Drop X Position 42780000:
  1197.  
  1198. Angles (first 3 digits):
  1199. 0x7D6
  1200. 0xB99
  1201. 0xE46
  1202.  
  1203. X Positions:
  1204. 0x7B78
  1205. 0x802A
  1206. 0x7B87
  1207.  
  1208. WoM Grotto Warp Zora Drop X Position C2780000:
  1209.  
  1210. Angles (first 3 digits):
  1211. 0x399
  1212. 0x646
  1213. 0xFD6
  1214.  
  1215. X Positions:
  1216. 0x802A
  1217. 0x7B87
  1218. 0x7B78
  1219.  
  1220. -----
  1221. All Angles:
  1222. '0x11E','0xDDC','0xEFB','0x5DC','0x6FB','0x91E','0x34E','0x3BB','0x502','0x71C','0xC4E','0xD90','0x44E','0x590','0xB4E','0xBBB','0xD02','0xF1C','0x627','0xEDB','0x6DB','0xE27','0x7D6','0xB99','0xE46','0x399','0x646','0xFD6',
  1223.  
  1224. 56667 = 0xdd5b is a working initial angle with 1 Left ESS turns for goal angle 58467 = 0xe463
  1225. 27611 = 0x6bdb is a working initial angle with 2 Right ESS turns for goal angle 24011 = 0x5dcb
  1226. 60379 = 0xebdb is a working initial angle with 2 Right ESS turns for goal angle 56779 = 0xddcb
  1227. 27612 = 0x6bdc is a working initial angle with 2 Right ESS turns for goal angle 24012 = 0x5dcc
  1228. 60380 = 0xebdc is a working initial angle with 2 Right ESS turns for goal angle 56780 = 0xddcc
  1229. 20745 = 0x5109 is a working initial angle with 4 Right ESS turns for goal angle 13545 = 0x34e9
  1230. 20740 = 0x5104 is a working initial angle with 4 Right ESS turns for goal angle 13540 = 0x34e4
  1231. 53508 = 0xd104 is a working initial angle with 4 Right ESS turns for goal angle 46308 = 0xb4e4
  1232. 129 = 0x81 is a working initial angle with 4 Right ESS turns for goal angle 58465 = 0xe461
  1233. 32897 = 0x8081 is a working initial angle with 4 Right ESS turns for goal angle 25697 = 0x6461
  1234. 55319 = 0xd817 is a working initial angle with 5 Right ESS turns for goal angle 46319 = 0xb4ef
  1235. 22551 = 0x5817 is a working initial angle with 5 Right ESS turns for goal angle 13551 = 0x34ef
  1236. 61200 = 0xef10 is a working initial angle with 6 Right ESS turns for goal angle 50400 = 0xc4e0
  1237. 61213 = 0xef1d is a working initial angle with 6 Right ESS turns for goal angle 50413 = 0xc4ed
  1238. 28445 = 0x6f1d is a working initial angle with 6 Right ESS turns for goal angle 17645 = 0x44ed
  1239. 12615 = 0x3147 is a working initial angle with 7 Left ESS turns for goal angle 25215 = 0x627f
  1240. 49295 = 0xc08f is a working initial angle with 7 Left ESS turns for goal angle 61895 = 0xf1c7
  1241. 8696 = 0x21f8 is a working initial angle with 13 Left ESS turns for goal angle 32096 = 0x7d60
  1242. 41464 = 0xa1f8 is a working initial angle with 13 Left ESS turns for goal angle 64864 = 0xfd60
  1243. 41466 = 0xa1fa is a working initial angle with 13 Left ESS turns for goal angle 64866 = 0xfd62
  1244. 8698 = 0x21fa is a working initial angle with 13 Left ESS turns for goal angle 32098 = 0x7d62
  1245.  
  1246. ---------------
  1247. Scene = Great Bay Temple - Gyorg
  1248. Entrance = main door
  1249. ---
  1250. WoM Grotto Warp Human Throw X Position 42840000:
  1251.  
  1252. Angles (first 3 digits):
  1253. 0x2B7
  1254. 0x7C6
  1255. 0xA2D
  1256. 0xEAA
  1257.  
  1258. X Positions:
  1259. 0xB29A
  1260. 0xB185
  1261. 0xB29A
  1262. 0xB2E5
  1263.  
  1264. WoM Grotto Warp Human Throw X Position C2840000:
  1265.  
  1266. Angles (first 3 digits):
  1267. 0x22D
  1268. 0x6AA
  1269. 0xAB7
  1270. 0xFC6
  1271.  
  1272. X Positions:
  1273. 0xB29A
  1274. 0xB2E5
  1275. 0xB29A
  1276. 0xB185
  1277.  
  1278. WoM Grotto Warp Human Drop X Position 42840000:
  1279.  
  1280. Angles (first 3 digits):
  1281. 0x313
  1282. 0x460
  1283. 0x675
  1284.  
  1285. X Positions:
  1286. 0xB320
  1287. 0xB606
  1288. 0xB40C
  1289.  
  1290. WoM Grotto Warp Human Drop X Position C2840000:
  1291.  
  1292. Angles (first 3 digits):
  1293. 0xB13
  1294. 0xC60
  1295. 0xE75
  1296.  
  1297. X Positions:
  1298. 0xB320
  1299. 0xB606
  1300. 0xB40C
  1301.  
  1302. WoM Grotto Warp Zora Throw X Position 42780000:
  1303.  
  1304. Angles (first 3 digits):
  1305. 0x132
  1306. 0xDCB
  1307.  
  1308. X Positions:
  1309. 0xB176
  1310. 0xB13A
  1311.  
  1312. WoM Grotto Warp Zora Throw X Position C2780000:
  1313.  
  1314. Angles (first 3 digits):
  1315. 0x5CB
  1316. 0x932
  1317.  
  1318. X Positions:
  1319. 0xB13A
  1320. 0xB176
  1321.  
  1322. WoM Grotto Warp Zora Drop X Position 42780000:
  1323.  
  1324. Angles (first 3 digits):
  1325. 0x8DD
  1326. 0x927
  1327.  
  1328. X Positions:
  1329. 0xB41B
  1330. 0xB176
  1331.  
  1332. WoM Grotto Warp Zora Drop X Position C2780000:
  1333.  
  1334. Angles (first 3 digits):
  1335. 0x0DD
  1336. 0x127
  1337.  
  1338. X Positions:
  1339. 0xB41B
  1340. 0xB176
  1341.  
  1342. -----
  1343. All Angles:
  1344. '0x2B7','0x7C6','0xA2D','0xEAA','0x22D','0x6AA','0xAB7','0xFC6','0x313','0x460','0x675','0xB13','0xC60','0xE75','0x132','0xDCB','0x5CB','0x932','0x8DD','0x927','0x0DD','0x127',
  1345.  
  1346. 49295 = 0xc08f is a working initial angle with 3 Right ESS turns for goal angle 43895 = 0xab77
  1347. 0 = 0x0 is a working initial angle with 7 Left ESS turns for goal angle 12600 = 0x3138
  1348. 32768 = 0x8000 is a working initial angle with 7 Left ESS turns for goal angle 45368 = 0xb138
  1349. 1 = 0x1 is a working initial angle with 7 Left ESS turns for goal angle 12601 = 0x3139
  1350. 32769 = 0x8001 is a working initial angle with 7 Left ESS turns for goal angle 45369 = 0xb139
  1351. 44829 = 0xaf1d is a working initial angle with 8 Left ESS turns for goal angle 59229 = 0xe75d
  1352. 12061 = 0x2f1d is a working initial angle with 8 Left ESS turns for goal angle 26461 = 0x675d
  1353. 21541 = 0x5425 is a working initial angle with 10 Right ESS turns for goal angle 3541 = 0xdd5
  1354. 54309 = 0xd425 is a working initial angle with 10 Right ESS turns for goal angle 36309 = 0x8dd5
  1355. 21542 = 0x5426 is a working initial angle with 10 Right ESS turns for goal angle 3542 = 0xdd6
  1356. 54310 = 0xd426 is a working initial angle with 10 Right ESS turns for goal angle 36310 = 0x8dd6
  1357.  
  1358. ---------------
  1359. Scene = Stone Tower Temple - Twinmold
  1360. Entrance = main door
  1361. ---
  1362. WoM Grotto Warp Human Throw X Position 42840000:
  1363.  
  1364. Angles (first 3 digits):
  1365. 0x0D8
  1366. 0x23A
  1367.  
  1368. X Positions:
  1369. 0x64BD
  1370. 0x63EE
  1371.  
  1372. WoM Grotto Warp Human Throw X Position C2840000:
  1373.  
  1374. Angles (first 3 digits):
  1375. 0x8D8
  1376. 0xA3A
  1377.  
  1378. X Positions:
  1379. 0x64BD
  1380. 0x63EE
  1381.  
  1382. WoM Grotto Warp Human Drop X Position 42840000:
  1383.  
  1384. Angles (first 3 digits):
  1385. 0x085
  1386. 0xF30
  1387.  
  1388. X Positions:
  1389. 0x6600
  1390. 0x6600
  1391.  
  1392. WoM Grotto Warp Human Drop X Position C2840000:
  1393.  
  1394. Angles (first 3 digits):
  1395. 0x730
  1396. 0x885
  1397.  
  1398. X Positions:
  1399. 0x6600
  1400. 0x6600
  1401.  
  1402. WoM Grotto Warp Zora Throw X Position 42780000:
  1403.  
  1404. Angles (first 3 digits):
  1405. 0x60E
  1406.  
  1407. X Positions:
  1408. 0x6600
  1409.  
  1410. WoM Grotto Warp Zora Throw X Position C2780000:
  1411.  
  1412. Angles (first 3 digits):
  1413. 0xE0E
  1414.  
  1415. X Positions:
  1416. 0x6600
  1417.  
  1418. WoM Grotto Warp Zora Drop X Position 42780000:
  1419.  
  1420. Angles (first 3 digits):
  1421. 0xB7E
  1422.  
  1423. X Positions:
  1424. 0x63EE
  1425.  
  1426. WoM Grotto Warp Zora Drop X Position C2780000:
  1427.  
  1428. Angles (first 3 digits):
  1429. 0x37E
  1430.  
  1431. X Positions:
  1432. 0x63EE
  1433.  
  1434. -----
  1435. All Angles:
  1436. '0x0D8','0x23A','0x8D8','0xA3A','0x085','0xF30','0x730','0x885','0x60E','0xE0E','0xB7E','0x37E',
  1437.  
  1438. 26602 = 0x67ea is a working initial angle with 1 Right ESS turns for goal angle 24802 = 0x60e2
  1439. 59370 = 0xe7ea is a working initial angle with 1 Right ESS turns for goal angle 57570 = 0xe0e2
  1440. 59371 = 0xe7eb is a working initial angle with 1 Right ESS turns for goal angle 57571 = 0xe0e3
  1441. 26603 = 0x67eb is a working initial angle with 1 Right ESS turns for goal angle 24803 = 0x60e3
  1442. 129 = 0x81 is a working initial angle with 5 Left ESS turns for goal angle 9129 = 0x23a9
  1443. 32897 = 0x8081 is a working initial angle with 5 Left ESS turns for goal angle 41897 = 0xa3a9
  1444. 25434 = 0x635a is a working initial angle with 6 Left ESS turns for goal angle 36234 = 0x8d8a
  1445. 58202 = 0xe35a is a working initial angle with 6 Left ESS turns for goal angle 3466 = 0xd8a
  1446. 56667 = 0xdd5b is a working initial angle with 10 Left ESS turns for goal angle 9131 = 0x23ab
  1447. 27278 = 0x6a8e is a working initial angle with 11 Left ESS turns for goal angle 47078 = 0xb7e6
  1448. 27274 = 0x6a8a is a working initial angle with 11 Left ESS turns for goal angle 47074 = 0xb7e2
  1449. 60042 = 0xea8a is a working initial angle with 11 Left ESS turns for goal angle 14306 = 0x37e2
  1450. 60046 = 0xea8e is a working initial angle with 11 Left ESS turns for goal angle 14310 = 0x37e6
  1451. 60044 = 0xea8c is a working initial angle with 11 Left ESS turns for goal angle 14308 = 0x37e4
  1452. 27276 = 0x6a8c is a working initial angle with 11 Left ESS turns for goal angle 47076 = 0xb7e4
  1453.  
  1454.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement