Advertisement
SeedBorn

Debug Menu C Button Behavior

Sep 17th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. This is a listing of which effects each C button has on each part of the debug menu. The four C buttons are referred to as U/D/L/R. For further documentation of what's on the menu, including a translated image, see https://tcrf.net/Proto:The_Legend_of_Zelda:_Majora%27s_Mask/Debug_Version/Inventory_Editor
  2.  
  3.  
  4. Rupees
  5. D +100
  6. U -100
  7. R +1
  8. L -1
  9.  
  10. Max Hearts
  11. D/R +1
  12. U/L -1
  13.  
  14. Current Hearts
  15. D +1 Heart
  16. U -1 Heart
  17. R +1/4 Heart
  18. L -1/4 Heart
  19.  
  20. Items without Quantity
  21. U/D/L/R Toggles the item
  22.  
  23. Items with Quantity (this includes all of the masks)
  24. R +1 Quantity
  25. L -1 Quantity
  26. U Set quantity to zero
  27. D Nothing
  28.  
  29. Trade items and bottles behave somewhat similarly to items with quantity.
  30. U Set slot to empty
  31. R Increases item value
  32. L Decreases item value
  33. D Nothing
  34.  
  35. Note: From an empty slot, L will take you to the highest allowed item value. If the slot is non-empty, decreasing the item value will stop at the lowest possible item value (it will not wrap around to the highest, instead you would have to empty the slot with U).
  36.  
  37. Masks
  38. U/D/L/R Toggles the item
  39.  
  40. Boss Remains
  41. U/L Toggle
  42. D/R Nothing
  43.  
  44. Sword/Shield
  45. D/R +1 Upgrade level
  46. U/L -1 Upgrade level
  47.  
  48. Songs/Bomber's Notebook/Quiver/Bomb Bag
  49. U/L Toggle
  50. D/R Nothing
  51.  
  52. Skulltula Tokens/Heart Pieces/Small Keys
  53. D/R +1
  54. U/L -1
  55.  
  56. Dungeon Items
  57. R Toggle Boss Key
  58. D Toggle Compass
  59. L Toggle Map
  60. U Nothing
  61.  
  62. Stray Fairies
  63. D/R +1
  64. U/L -1
  65.  
  66. Putting the cursor over any of the 4 bottom row options affects Double Defense
  67. U/D/L/R Toggle Double Defense
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement