• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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