• 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, Selene, Mint, Solana - 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.

Changing HP Bars

  • 87
    Posts
    9
    Years
    Hi!
    I wanted to use an platinum-like HP Bars in my game for my battles. I wanted to know how I can change the script to change the position where the HP is calculated, and where your experience gets inputted. Also, I wanted to change the colors of the HP, and EXP. How would that work?

    Thank you!
     
    Last edited:
    Those sound to me like they would be values that belong in the script section PokeBattle_SceneConstants.

    I knew that it was in there, but I just was not sure how to manipulate it. How would I go about changing the position where the HP Bar is located or how to turn the text white instead of the default black on the HGSS style bars.
     
    Did you see the part that says:

    Code:
      # Position and width of HP/Exp bars
    Do those variables have clear names that say exactly what they're for?

    Regarding the text colour, those panel things with the name and HP bar and so forth in them are referred to as "boxes" (data boxes). Knowing this, do the variables BOXTEXTBASECOLOR and BOXTEXTSHADOWCOLOR mean anything to you?

    Surely a bit of reading would have done the trick?
     
    Back
    Top