• 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!
  • 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.

[Question] How can I create various summary screens, that I go on Settings and change the style like the text box?

Why would you want that?
 
Look for the line in PScreen_Summary which has
Code:
bg_#{page}
and edit it to
Code:
bg_#{$game_variables[XXX]}_#{page}
and use an event to set variable number XXX to "broken" or "dexnav" or "default" or whatever style. Then save the backgrounds as bg_broken_1,bg_broken_2....,bg_dexnax_1....

Then finally change your existing background to names to bg_default_1 and so on.

This should work for everything except bg_movedetails, bg_learnmove and bg_egg. You can figure those out yourself.
 
Back
Top