Advertisement
imbuedl

Palace Warp to Graveyard from Dampe Angles Needed

Mar 12th, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Graveyard Exiting from Dampe 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. graveyard_from_dampe
  10. Out[5]:
  11. [('47D2', '0540'),
  12. ('C2D2', '0E30'),
  13. ('B3ED', '6410'),
  14. ('F6ED', '7910'),
  15. ('A39B', '95E0'),
  16. ('17ED', 'A080'),
  17. ('52D2', 'CB90')]
  18.  
  19. ['0x054', '0x0E3', '0x641', '0x791', '0x95E', '0xA08', '0xCB9']
  20.  
  21. -----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement