Open besteon opened 2 years ago
While I don't entirely know how feasible this is for randomized Pokemon games, I do want to note that the "held item" area of the enemy Pokemon screen is currently being used to show tracked ability information. This is because a Pokemon can have one or two abilities, and it's important to be able to track both.
For a randomized Pokemon game, I wonder if the same Pokemon always have the same one/two items no matter where you see them, whether in the wild in different routes, and/or on gym leaders. It might be tricky to accurately track this information, partly because of reading this data and showing it, but also because encounter the Pokemon at different spots may yield different items depending on randomization settings.
Just providing my 2 cents on this old issue.
which pokemon are found with items is not randomized (if snorlax will always have leftovers in the vanilla game, then snorlax will always have an item when items are randomized)
not sure about this part here, as the randomizer's "Randomize Held Items" setting states that it randomizes whether or not wild pokemon can have a held item at all
Trainer pokemon held items are not related to these held items at all, and in fact are not even randomized
this is true for most ironmon settings, however there is a randomiser setting to add held items to boss trainers, important trainers, and/or regular trainers in the Foe Pokémon tab (survival uses these). That being said, I don't see any point in tracking randomized trainer held items since it'd only be useful knowledge in advance but you can't know randomized items in advance.
Any vanilla held items though may be worth adding, this could potentially go on a future trainer info screen if/when the trainer info stuff gets added (see #185).
Though I do agree that the pokemon InfoScreen seems like the most fitting place to have the wild pokes held item information out of the current screens
When a mon uses an item, reflect that information in the tracker. Note that a wild mon potentially has 2 item slots.