You should consider joining our Discord to ask for support.

We created a support channel using the new Discord Forum feature!

You can also visit our new website, it has a help section in English and French

0 like 0 dislike
258 views
in Script help by (220 points)

I've found the image files in graphics>interface>battle but I'm looking to change the layout of the elements. I'm hoping to change the ui to something like the Pokemon Essentials battle layout where the buttons are at the bottom of the screen. I have a attached a picture of what I am going for below.

1 Answer

1 like 0 dislike
by (14.8k points)
selected by
 
Best answer
Unfortunately you’ll have to code for that.

You can find all the stuff in the pokemonsdk/scripts/XXXXX Battle Engine 25/XXXXX Battle Scene/XXXXX Battle UI/* (Of course XXXXX because I can’t remember the ID). Make sure to create your script patches in the scripts/* folder and not to edit the pokemonsdk/* because every update will erase it.

If you need some help you can check the wiki, the documentation or the Nuri Tutu’s YouTube channel then ask on Discord.
by (220 points)
Thanks for the quick reply! I've got some coding experience so I'll give it a try.
...