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

Pokemon not displaying correct type

  • 87
    Posts
    9
    Years
    Hi!
    I have an issue in my game where Fairy Pokémon and Fairy typed moves show up as a Shadow type. The type list, the Pokedex type list, and the move selection screen all show fairy as the last type. But, the only one that actually displays the Fairy type is the Pokedex.How would I be able to fix the issue so that the Fairy type is reflected in the moves as well as the summary screen?
    Examples:
    Spoiler:
    Spoiler:
    Spoiler:


    Thank you!
     
    Can I see the contents of your types.txt PBS file?
    As well as the image files "types.png" and "types_half.png"?
    Here are the contents of my PBS types file...
    Code:
    [0]
    Name=Normal
    InternalName=NORMAL
    Weaknesses=FIGHTING
    Immunities=GHOST
     
    [1]
    Name=Fighting
    InternalName=FIGHTING
    Weaknesses=FLYING,PSYCHIC,FAIRY
    Resistances=ROCK,BUG,DARK
     
    [2]
    Name=Flying
    InternalName=FLYING
    Weaknesses=ROCK,ELECTRIC,ICE
    Resistances=FIGHTING,BUG,GRASS
    Immunities=GROUND
     
    [3]
    Name=Poison
    InternalName=POISON
    Weaknesses=GROUND,PSYCHIC
    Resistances=FIGHTING,POISON,BUG,GRASS,FAIRY
     
    [4]
    Name=Ground
    InternalName=GROUND
    Weaknesses=WATER,GRASS,ICE
    Resistances=POISON,ROCK
    Immunities=ELECTRIC
     
    [5]
    Name=Rock
    InternalName=ROCK
    Weaknesses=FIGHTING,GROUND,STEEL,WATER,GRASS
    Resistances=NORMAL,FLYING,POISON,FIRE
     
    [6]
    Name=Bug
    InternalName=BUG
    Weaknesses=FLYING,ROCK,FIRE
    Resistances=FIGHTING,GROUND,GRASS
     
    [7]
    Name=Ghost
    InternalName=GHOST
    Weaknesses=GHOST,DARK
    Resistances=POISON,BUG
    Immunities=NORMAL,FIGHTING
     
    [8]
    Name=Steel
    InternalName=STEEL
    Weaknesses=FIGHTING,GROUND,FIRE
    Resistances=NORMAL,FLYING,ROCK,BUG,STEEL,GRASS,PSYCHIC,ICE,DRAGON,FAIRY
    Immunities=POISON
     
    [9]
    Name=???
    InternalName=QMARKS
    IsPseudoType=true
     
    [10]
    Name=Fire
    InternalName=FIRE
    IsSpecialType=true
    Weaknesses=GROUND,ROCK,WATER
    Resistances=BUG,STEEL,FIRE,GRASS,ICE,FAIRY
     
    [11]
    Name=Water
    InternalName=WATER
    IsSpecialType=true
    Weaknesses=GRASS,ELECTRIC
    Resistances=STEEL,FIRE,WATER,ICE
     
    [12]
    Name=Grass
    InternalName=GRASS
    IsSpecialType=true
    Weaknesses=FLYING,POISON,BUG,FIRE,ICE
    Resistances=GROUND,WATER,GRASS,ELECTRIC
     
    [13]
    Name=Electric
    InternalName=ELECTRIC
    IsSpecialType=true
    Weaknesses=GROUND
    Resistances=FLYING,STEEL,ELECTRIC
     
    [14]
    Name=Psychic
    InternalName=PSYCHIC
    IsSpecialType=true
    Weaknesses=BUG,GHOST,DARK
    Resistances=FIGHTING,PSYCHIC
     
    [15]
    Name=Ice
    InternalName=ICE
    IsSpecialType=true
    Weaknesses=FIGHTING,ROCK,STEEL,FIRE
    Resistances=ICE
     
    [16]
    Name=Dragon
    InternalName=DRAGON
    IsSpecialType=true
    Weaknesses=ICE,DRAGON,FAIRY
    Resistances=FIRE,WATER,GRASS,ELECTRIC
     
    [17]
    Name=Dark
    InternalName=DARK
    IsSpecialType=true
    Weaknesses=FIGHTING,BUG,FAIRY
    Resistances=GHOST,DARK
    Immunities=PSYCHIC
    
    [18]
    Name=Fairy
    InternalName=FAIRY
    IsSpecialType=true
    Weaknesses=POISON,STEEL
    Resistances=BUG,DARK,FIGHTING
    Immunities=DRAGON

    Here are the contents of my types.png file...
    Spoiler:


    I don't have a "types_half.png", but if you're asking about the Pokedex types file...
    Spoiler:


    Thanks for the help!
     
    I see what you did.
    You left the Shadow type in your types.png file.
    Replace that with your fairy type graphic and the problem will be fixed.
    Or, and forgive my forwardness, but I did it for you.
    View attachment 79647
    If I remove the Shadow type from my png...I wouldnt be able to have shadow pokemon.
    So, wouldn't I need the shadow type?
    I was just asking how to make it so I can have both Shadow and Fairy type Pokémon with the same order as seen in types.png.

    :)
     
    Oh you still want shadow type?
    Well then we need to put shadow back into the type.txt.
    Code:
    [0]
    Name=Normal
    InternalName=NORMAL
    Weaknesses=FIGHTING
    Immunities=GHOST
     
    [1]
    Name=Fighting
    InternalName=FIGHTING
    Weaknesses=FLYING,PSYCHIC,FAIRY
    Resistances=ROCK,BUG,DARK
     
    [2]
    Name=Flying
    InternalName=FLYING
    Weaknesses=ROCK,ELECTRIC,ICE
    Resistances=FIGHTING,BUG,GRASS
    Immunities=GROUND
     
    [3]
    Name=Poison
    InternalName=POISON
    Weaknesses=GROUND,PSYCHIC
    Resistances=FIGHTING,POISON,BUG,GRASS,FAIRY
     
    [4]
    Name=Ground
    InternalName=GROUND
    Weaknesses=WATER,GRASS,ICE
    Resistances=POISON,ROCK
    Immunities=ELECTRIC
     
    [5]
    Name=Rock
    InternalName=ROCK
    Weaknesses=FIGHTING,GROUND,STEEL,WATER,GRASS
    Resistances=NORMAL,FLYING,POISON,FIRE
     
    [6]
    Name=Bug
    InternalName=BUG
    Weaknesses=FLYING,ROCK,FIRE
    Resistances=FIGHTING,GROUND,GRASS
     
    [7]
    Name=Ghost
    InternalName=GHOST
    Weaknesses=GHOST,DARK
    Resistances=POISON,BUG
    Immunities=NORMAL,FIGHTING
     
    [8]
    Name=Steel
    InternalName=STEEL
    Weaknesses=FIGHTING,GROUND,FIRE
    Resistances=NORMAL,FLYING,ROCK,BUG,STEEL,GRASS,PSYCHIC,ICE,DRAGON,FAIRY
    Immunities=POISON
     
    [9]
    Name=???
    InternalName=QMARKS
    IsPseudoType=true
     
    [10]
    Name=Fire
    InternalName=FIRE
    IsSpecialType=true
    Weaknesses=GROUND,ROCK,WATER
    Resistances=BUG,STEEL,FIRE,GRASS,ICE,FAIRY
     
    [11]
    Name=Water
    InternalName=WATER
    IsSpecialType=true
    Weaknesses=GRASS,ELECTRIC
    Resistances=STEEL,FIRE,WATER,ICE
     
    [12]
    Name=Grass
    InternalName=GRASS
    IsSpecialType=true
    Weaknesses=FLYING,POISON,BUG,FIRE,ICE
    Resistances=GROUND,WATER,GRASS,ELECTRIC
     
    [13]
    Name=Electric
    InternalName=ELECTRIC
    IsSpecialType=true
    Weaknesses=GROUND
    Resistances=FLYING,STEEL,ELECTRIC
     
    [14]
    Name=Psychic
    InternalName=PSYCHIC
    IsSpecialType=true
    Weaknesses=BUG,GHOST,DARK
    Resistances=FIGHTING,PSYCHIC
     
    [15]
    Name=Ice
    InternalName=ICE
    IsSpecialType=true
    Weaknesses=FIGHTING,ROCK,STEEL,FIRE
    Resistances=ICE
     
    [16]
    Name=Dragon
    InternalName=DRAGON
    IsSpecialType=true
    Weaknesses=ICE,DRAGON,FAIRY
    Resistances=FIRE,WATER,GRASS,ELECTRIC
     
    [17]
    Name=Dark
    InternalName=DARK
    IsSpecialType=true
    Weaknesses=FIGHTING,BUG,FAIRY
    Resistances=GHOST,DARK
    Immunities=PSYCHIC
    
    [18]
    Name=Shadow
    InternalName=SHADOW
    IsSpecialType=true
    Resistances=SHADOW
    
    [19]
    Name=Fairy
    InternalName=FAIRY
    IsSpecialType=true
    Weaknesses=POISON,STEEL
    Resistances=BUG,DARK,FIGHTING
    Immunities=DRAGON

    And we need to fix the other types.png file
    I'm not sure if you need the shadow type drawn, but I did that too.
    [PokeCommunity.com] Pokemon not displaying correct type
    It's rushed, sorry.

    Now Fairy is in the 19th position for bot images.
     
    Back
    Top