Advertisement
imbuedl

Palace Warp to Inside Dampe's House Angles Needed

Mar 12th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Inside Dampe's House Warp Angles
  2.  
  3. The first entry in each ordered pair is the value we'll get for the last 2 bytes of the pot's X Position.
  4.  
  5. The second entry is the angle we need (to the appropriate multiple of 0x10, so for 'B860' we really need any angle between B860 and B86F, inclusively. Once we have any of those angles, we just have to get against the specified wall/corner to fix our X Position before throwing the pot.
  6. -----
  7. name_of_file = "SRM Warp X Position 43A70000"
  8.  
  9. inside_dampe_house
  10. Out[3]:
  11. [('9188', '0090'),
  12. ('8056', '1310'),
  13. ('3566', '1920'),
  14. ('94A1', '2BC0'),
  15. ('7488', '3440'),
  16. ('7466', '3EF0'),
  17. ('80A1', '4330'),
  18. ('8156', '4360'),
  19. ('8056', '6040'),
  20. ('84A1', '71F0'),
  21. ('2456', '7BE0'),
  22. ('6488', '7FE0'),
  23. ('2088', '8C30'),
  24. ('F156', '9CA0'),
  25. ('2088', 'A170'),
  26. ('4188', 'A560'),
  27. ('4466', 'A5C0'),
  28. ('8456', 'B190'),
  29. ('8488', 'C1B0'),
  30. ('8456', 'C1C0'),
  31. ('5488', 'CB50'),
  32. ('D056', 'D9B0')]
  33.  
  34.  
  35.  
  36. ['0x009',
  37. '0x131',
  38. '0x192',
  39. '0x2BC',
  40. '0x344',
  41. '0x3EF',
  42. '0x433',
  43. '0x436',
  44. '0x604',
  45. '0x71F',
  46. '0x7BE',
  47. '0x7FE',
  48. '0x8C3',
  49. '0x9CA',
  50. '0xA17',
  51. '0xA56',
  52. '0xA5C',
  53. '0xB19',
  54. '0xC1B',
  55. '0xC1C',
  56. '0xCB5',
  57. '0xD9B']
  58.  
  59.  
  60. 32768 = 0x8000 is a working initial angle with 2 Right ESS turns for goal angle 29168 = 0x71f0
  61. 32769 = 0x8001 is a working initial angle with 2 Right ESS turns for goal angle 29169 = 0x71f1
  62. 23768 = 0x5cd8 is a working initial angle with 3 Left ESS turns for goal angle 29168 = 0x71f0
  63. 14768 = 0x39b0 is a working initial angle with 8 Left ESS turns for goal angle 29168 = 0x71f0
  64. 8768 = 0x2240 is a working initial angle with 19 Right ESS turns for goal angle 40104 = 0x9ca8
  65. 17768 = 0x4568 is a working initial angle with 24 Right ESS turns for goal angle 40104 = 0x9ca8
  66. 26768 = 0x6890 is a working initial angle with 29 Right ESS turns for goal angle 40104 = 0x9ca8
  67. 5074 = 0x13d2 is a working initial angle with 33 Right ESS turns for goal angle 11210 = 0x2bca
  68. 4151 = 0x1037 is a working initial angle with 36 Right ESS turns for goal angle 4887 = 0x1317
  69. 5956 = 0x1744 is a working initial angle with 37 Right ESS turns for goal angle 4892 = 0x131c
  70. 16384 = 0x4000 is a working initial angle with 41 Left ESS turns for goal angle 24648 = 0x6048
  71. 16385 = 0x4001 is a working initial angle with 41 Left ESS turns for goal angle 24649 = 0x6049
  72. 25081 = 0x61f9 is a working initial angle with 46 Left ESS turns for goal angle 42345 = 0xa569
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement