• 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!
  • Cyndy, May, Hero (Conquest), or Wes - which Pokémon protagonist is your favorite? Let us know by voting in our 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.

[Scripting Question] Reposition Pokémon Sprites on Battle Scene

  • 29
    Posts
    9
    Years
    • Seen Jan 5, 2024
    I need help to reposition the sprites on my project, I changed the resolution to 839x525 and it actually look like this:

    [PokeCommunity.com] Reposition Pokémon Sprites on Battle Scene


    Could anyone help me to reposition the sprites? I'm using the Elite Battle System.
     
    Surprise surprise ... the SJPlugins_Settings script contains some actual settings that you can use to style your battle system. I know, groundbreaking. Even more so, given that you went into that script to change the UI style, but managed to neglect all the other comments that deal with the way you set the scene's vector position.

    But seriously though. There is like a butt-load of different vector constants for you to configure.

    [EDIT] A more detailed background of the stuff you should tinker with
    [PokeCommunity.com] Reposition Pokémon Sprites on Battle Scene
     
    Last edited:
    Surprise surprise ... the SJPlugins_Settings script contains some actual settings that you can use to style your battle system. I know, groundbreaking. Even more so, given that you went into that script to change the UI style, but managed to neglect all the other comments that deal with the way you set the scene's vector position.

    But seriously though. There is like a butt-load of different vector constants for you to configure.

    [EDIT] A more detailed background of the stuff you should tinker with
    [PokeCommunity.com] Reposition Pokémon Sprites on Battle Scene

    Oh, I didn't know about those, I'll check it out now.
     
    Surprise surprise ... the SJPlugins_Settings script contains some actual settings that you can use to style your battle system. I know, groundbreaking. Even more so, given that you went into that script to change the UI style, but managed to neglect all the other comments that deal with the way you set the scene's vector position.

    But seriously though. There is like a butt-load of different vector constants for you to configure.

    [EDIT] A more detailed background of the stuff you should tinker with
    [PokeCommunity.com] Reposition Pokémon Sprites on Battle Scene

    Done now, how I could edit the position of the buttons on the New Gen Style? There's how it look like right now:

    [PokeCommunity.com] Reposition Pokémon Sprites on Battle Scene
     
    Back
    Top