Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 750 Bytes

File metadata and controls

27 lines (22 loc) · 750 Bytes

Items

This file documents what is known about items in the game.

Item IDs

See Item.hpp for a list of known item IDs. Feel free to contribute to the list!

Item flags

See Item.hpp for a list of known item flags. Feel free to contribute to the list!

The item flags are different from item IDs, as the flags are used as an index to the mItemFlags in the ItemManager class.

Interestingly, flags 0 through 10 are also the IDs of equipment items:

  1. Sword
  2. Shield
  3. Boomerang
  4. Shovel
  5. Bomb Bag
  6. Bow
  7. Grappling Hook
  8. Bombchu Bag
  9. Hammer
  10. Potion A
  11. Potion B