Hey, a question! Would it be possible to make a setting for Trainers to have a specific hidden power? So they aren't confined to the old Hidden Power system?
This resource is amazing! Is there a way to have the option to access your pc storage through the menu? Whenever I try to add it myself it crashes.
This is what I've edited so far:
#-------------------------------------------------------------------------------
# Entry for Pokemon Storage...
Yes, I tried doing that but now it still lets you pick a type but all results turn into Fire either way so I dunno. How do you remove the select screen without breaking the script? I'm not a very experienced scripter(if at all) and whatever I try to remove just breaks it completely xD
I noticed that the statuses were showing incorrectly on the summary screen but correctly on the party screen.
But I fixed it by going to "# Show status/fainted/Pokérus infected icon"
And changed:
status -= 1
if status >= 0
Into:
status -= 0
if status >= 0
After that, every status...
This addon doesn't seem to work together with Random Trainer Teams: https://eeveeexpo.com/resources/906/
Most likely due to the addition of automatically fixing EVs on trainers. It keeps giving me Trainer PBS errors of Pokemon not assigned to trainers yet when I have these two plugins together...
Hey, this is such a cool idea! I love it and will be using it in my projects moving forward :D However! I was thinking if it was possible to change the HP giving item to change into a specific HP instead of choosing which one?
I was thinking something like gathering X amount of Tera Crystals of...