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

Fairy type question

  • 87
    Posts
    9
    Years
    Hi!
    I was trying to implement the Fairy type into my game, but the icon does not appear on the summary screen. I put the information into the types.txt and inserted icons into the picture folder, too. Fairy-type moves are shown on the move screen correctly, the problem just lies in the summary screen. What can I do to fix this?
     
    you need to update the pokedextypes graphics too

    edit: There are 3 graphics for types that you need to update.
     
    you have 3 graphics that need to update when adding types.

    1. battleFightButtons
    2. pokedexTypes
    3. types
     
    Then can you share with us how you did it? Because it appears there are people who are having difficulty.

    Well, it's simple to do in terms of programming, but I'm unsure how it'll go in graphics.

    First you must add Fairy as a type by copying another type and pasting it at the bottom, and replace the weaknesses and strengths with what Fairy really has. Second you must go to the types images in the images folder and either replace or add a new type image directly after the last added type.

    Try those steps first and see if it'll work well.
     
    Back
    Top