- 1,224
- Posts
- 11
- Years
- Omnipresence
- Seen Aug 8, 2023
Heyo! Absolutely awesome script! It works perfectly in my game, but i seem to be having some problems with the Save screen.
I'm not the best with scripts but i think i know, somewhat, how i could go about fixing it.
In short: When saving, it puts the "Pokédex" text the same row as "Save File:", cutting of the actual save file number and makes the save windows very wide.
I'd post a screenshot but it seems i havent reached the post-requirement for that yet ;)
If you know, and could help me with this, that would be great. I'll admit ill just screw things up if i start fiddling with the code myself.
Sorry about that, I guess I never checked that. Find this part in PokemonSave, and add the thing I've colored red.
Code:
if $Trainer.pokedex
loctext+=_INTL("Pokédex<r><c3={1}>{2}/{3}</c3>[COLOR="Red"]<br>[/COLOR]",textColor,$Trainer.pokedexOwned,$Trainer.pokedexSeen)
end
<br> is the code for a line break in text, that's all it needed.