Advertisement
exodus122

OoT Inventory: Diagonal Inputs explained

Apr 19th, 2022 (edited)
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Pressing left, right, or diagonal inputs on the OoT inventory screen are a bit unintuitive, so here is an explanation of how they work.
  2.  
  3.  
  4. Pressing right:
  5. -if there is another item in the current row to the right, select the nearest one.
  6. -if not, check the row below for an item to the right of the current column, and select the nearest one.
  7. -if there was not one found in that row, keep trying the rows below. after the bottom row, go to the top row, then the row below that, etc.
  8. -if no item is found still, select the R icon on the side of the menu.
  9.  
  10. For example, if the cursor is on Bombchus, pressing right/left will attempt to select a slot with the following priority, where 1 is the first selected:
  11. Right: https://i.imgur.com/uZ7YsxN.png
  12. Left: https://i.imgur.com/CKwcnLL.png
  13.  
  14.  
  15. Pressing up or down:
  16. -select the closest item in the current column, if there is one
  17. -if not, do nothing
  18.  
  19.  
  20. Diagonals:
  21.  
  22. -process the horizontal input then the vertical input
  23.  
  24. For example: if you have Bombchus selected and press down-right with this inventory layout, it will select the Odd Potion:
  25. https://i.imgur.com/oNyycjv.png
  26.  
  27. Another example: if you have the Odd Potion selected and press up-left with this inventory layout, it will select the Boomerang:
  28. https://i.imgur.com/U39BdoM.png
  29.  
  30. Another example: if you have Bombchus selected and press-down right with this inventory layout, it will select the hammer:
  31. https://i.imgur.com/7ooSM23.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement