Files
ph/docs/items.md
2024-04-12 16:20:15 +02:00

750 B

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