• 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 Conquest 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.

[Battle] Move Animation connection help in pokeemerald

  • 31
    Posts
    5
    Years
    • Seen Jul 22, 2021
    Hey guys. I'm trying to add an animation to a new move I created. In
    Code:
    battle_anim_scripts.s
    , I added my move to right before Move_COUNT. I also added the move somewhere in the script with the other moves. It shares a name with the move in battle_moves.h. Finally, the animation I made for it works when it's attached to the Tackle move, so I know it's not a problem with the animation. It's just that whenever I use the move in game, the move does not have an animation. I'm trying to figure out if there's a place I'm missing for attaching the animation to the move or if I've messed up somewhere along the way.
     
    Did you update the MOVES_COUNT in include/constants/moves.h? From the note next in to Move_COUNT in battle_anim_scripts.s,I would guess that any move animation after Psycho Boost would be ignored if the count isn't updated.
     
    Really bizarre. I HAD updated it, but once I increased it once more another time it started working. Very bizarre. The number is technically two higher than the actual move count instead of one higher so hopefully that doesn't cause any issues. Thanks for your help!
     
    Back
    Top