• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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] Issues with Animations

  • 4
    Posts
    8
    Years
    • Seen Apr 18, 2022
    Hello! I have been having issues with my pokemon Essential animations. I followed this guide https://www.pokecommunity.com/threads/431177 and I am having issues.

    The video linked has the issue please help.
    https://youtu.be/SMLnw4oFM1s

    To describe the issue, it is that when in the animation editor, the animations all match up with their intended move names and work well, but when in the game, the moves do not match up at all.
     
    Last edited:
    I am not exactly good with animations and such, however I have had this problem several times.

    I believe this is due to a mismatch between the animations IDs and the move IDs; when you Import/Export all the animations, or add a new animation, the file "move2anim.dat" is not necessarily updated. This file is a hexadecimal file that links move IDs to animation IDs. To update it, you need to compile everything again.
    Tip: open moves.txt, insert a space somewhere, remove that space by deleting it (do not Ctrl+Z) and save your file. Then run your game in debug mode from RPG Maker, it will compile again because moves.txt was changed. It should also remake move2anim.dat.
     
    Back
    Top