• 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.
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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!
  • 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.

Adding more badges

  • 8
    Posts
    10
    Years
    Hey guys. Alright, so I already know you can make all sorts of things with the Trainer card, like flipping it, etc. via scripting, but I have a question. Is it possible to implement ALL the badges (there are 40 I think?) into the game and make it appear on the trainer card, also making it, for example, 10 badges per region? Also, the badges.png only seems to contain 16 badges. Is it possible to edit it/is there already a badges.png with all the badges from all the games? Also, maybe it's possible to add new moves or something new that badges teach?
    Thanks for the help in advance.
     
    Hey guys. Alright, so I already know you can make all sorts of things with the Trainer card, like flipping it, etc. via scripting, but I have a question. Is it possible to implement ALL the badges (there are 40 I think?) into the game and make it appear on the trainer card, also making it, for example, 10 badges per region? Also, the badges.png only seems to contain 16 badges. Is it possible to edit it/is there already a badges.png with all the badges from all the games? Also, maybe it's possible to add new moves or something new that badges teach?
    Thanks for the help in advance.

    1: Yes you can have 40 Badges (Scripting + Image Edit + Switches)
    2: Yes you can make it 10 per region (Image Edit + Scripting)
    3: Yes it possible to give moves or items when badge is earned (Events)
    Wiki : https://pokemonessentials.wikia.com/wiki/Trainer_card
     
    Thanks! That is indeed very helpful. Perhaps you know if a badges.png with all 40 badges exist?

    You might have to edit it tho to fit were you want it to
    [PokeCommunity.com] Adding more badges
     
    To change the max number of badges, go to the Debug_Menu script section and find this piece of code:

    Spoiler:


    and then change the 24's to the number of Badges you want to use. In your case, it's 40, in my case, it's 64.

    Here is what it looks like in the Debug Menu after editing the scripts:
    [PokeCommunity.com] Adding more badges
     
    Last edited:
    Back
    Top