• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[RESOLVED]Item Evolution triggered by event?

TBM_Christopher

Semi-pro Game Dev
  • 421
    Posts
    15
    Years
    Hello, is it possible to trigger evolution using an event?

    For instance, if I've got an overworld object which can function as a reusable Water Stone, is it possible to just call pbMiniCheckEvolutionItem with some parameters?
     
    Last edited:
    Have a look at how Eeveelutions Leafeon & Glaceon work. They depend on interaction with an object on a specific map
     
    Have a look at how Eeveelutions Leafeon & Glaceon work. They depend on interaction with an object on a specific map
    That's the map ID rather than an event; I'd like to trigger evolution in events specifically, without level up involved.
     
    Last edited:
    Ok, so how about checking species in party upon interaction with said object and then forcing the evolution? I know that forced evolution can happen and someone has asked about that in the forum
     
    Thanks for the advice! Between that and the thread you mentioned, I was able to check for Pokemon and force them to evolve. Normally I'd be a little pickier and try to come up with a more general solution, but since I've got a fairly limited Pokedex, I can just do a check for each species the event would affect.
     
    Back
    Top