• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Sprite positions in battle

148
Posts
11
Years
  • During double battles one enemy's sprite will often cover up overlap the other making it look really odd. Or one will be floating higher off the ground then the other. Is there a way to change their positions for double battles?
     

    Maruno

    Lead Dev of Pokémon Essentials
    5,286
    Posts
    16
    Years
    • Seen May 3, 2024
    Double battlers intentionally have a height difference of 16 pixels, because that's how HGSS works. To remove this difference, go into PokemonSprite in def adjustBattleSpriteYEx, and edit the two lines that look like this: ret=(index==1) ? -14 : -30. Just make them look like ret=-14 (the first number) instead.
     
    Back
    Top