• 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!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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 system GUI modification help required

I am attempting to change the appearance of the battle system in my game, to something a lot more streamlined and aesthetically pleasing. I made up a bunch of graphics to use, and arranged them onto a screen I took in battle to ascertain how I wanted the layout to be. Subsequently I need to move a lot of "objects" around and account for the new graphics I'm using. In the code. This is where I hit my snag.

What I want to do is change this:
Spoiler:


To this:
Spoiler:


Using these pieces:
Spoiler:


Thus what I ask of the community is A) how to incorporate those graphics into the system properly (the code and what not, with particular focus on the now full screen sized messagebox.png), and B) where I can find the code specifying where the following "objects" are drawn:

  • Enemy name, level, HP bar, status icon, and captured icon;
  • Player name, level, HP bar, HP values, status icon, and EXP bar
Where all the things have to be drawn separately due to a positional change on all accounts. I know it's probably something really simple that people like Maruno would get angry about having to answer all the time, but considering the scope of my alterations (or, at least, that's how I see it) I think it may be justified. Oh, and I also need to disable that annoying up-down thing the player's Pokemon does while idling.

I think it goes without saying that the images shown in this post are mine, and are not to be used without my express permission, with exception to use for the purpose of attempting to answer my request, after which they must be deleted. Thanks in advance guys.
 
Last edited:
Back
Top