• 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!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist 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.

[Question] Help with a move similar to the "Stance Change" ability

  • 12
    Posts
    4
    Years
    • Seen Jun 8, 2025
    I am trying to implement a signature move for a Pokemon who similarly works like aegislash. This move changes them from attack to defence mode or from defence to attack mode each time it is used instead of it being an ability like aegislash however I can't seem to find out how to do this. Please can someone show me how i could implement this. i am on essentials 20.1 with the gen 8 project installed
     
    You mention "a signature move [...] who similarly works like Aegislash". This is the starting point. I suggest you search all the files to see how it works for Aegislash / Stance Change. Use Ctrl + Shift + F (it searches all the scripts) and search for "AEGISLASH" or "STANCECHANGE" or "KINGSSHIELD". Basically duplicate any related code but with your own Pokémon/ability/move.
     
    Back
    Top