• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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
8
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!
     
    87
    Posts
    8
    Years
  • 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!
     
    1,682
    Posts
    8
    Years
    • Seen today
    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.
    types.png
     
    87
    Posts
    8
    Years
  • 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.

    :)
     
    1,682
    Posts
    8
    Years
    • Seen today
    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.
    types big.png
    It's rushed, sorry.

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