• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

[Error] [17.2] Mega Evolution Error

  • 93
    Posts
    4
    Years
    • Seen Sep 12, 2024
    Hi there, I've wanted to add Mega Evolution to my game for some time. However, whenever I try giving my Pokemon the Stone while having the Key Stone myself and enter a battle, I select the 'Battle' option, but always get the same message:

    Code:
    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]
    
    Exception: NoMethodError
    
    Message: undefined method `each' for :MEGARING:Symbol
    
    PokeBattle_Battle:543:in `pbHasMegaRing?'
    
    PokeBattle_Battle:1687:in `pbCanMegaEvolve?'
    
    EliteBattle_UI:1122:in `pbFightMenu'
    
    PokeBattle_Battle:2612:in `pbCommandPhase_ebs'
    
    PokeBattle_Battle:2606:in `loop'
    
    PokeBattle_Battle:2696:in `pbCommandPhase_ebs'
    
    PokeBattle_Battle:2595:in `each'
    
    PokeBattle_Battle:2595:in `pbCommandPhase_ebs'
    
    EliteBattle_Battle:294:in `pbCommandPhase'
    
    EliteBattle_Battle:224:in `pbStartBattleCore'
    
    ---------------------------
    OK   
    ---------------------------

    I tried looking into the code, but there doesn't seem to be a single thing wrong with it. Also, what's worth noting is that the enemy trainers can freely mega evolve their Pokemon when I give them the Mega Stone, so it has to do something with the Keystone, however, I have no idea what exactly.
     
    Back
    Top