• 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!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

"Value 0 not defined by a constant in PBSpecies" error in Pok?dex

  • 5
    Posts
    9
    Years
    • Seen Aug 18, 2016
    "Value 0 not defined by a constant in PBSpecies" error in Pokédex

    I am making a pokemon game but if I use the pokedex and go over a ???? this happens:


    Exception: RuntimeError
    Message: Value 0 not defined by a constant in PBSpecies
    Compiler:1502:in `getConstantName'
    PokemonUtilities:1049:in `pbPokemonBitmapFile'
    PokemonPokedex:1054:in `pbPokedex'
    PokemonPokedex:1045:in `loop'
    PokemonPokedex:1083:in `pbPokedex'
    PokemonPokedex:1044:in `pbActivateWindow'
    PokemonPokedex:1044:in `pbPokedex'
    PokemonPokedex:1109:in `pbStartScreen'
    PokemonPauseMenu:159:in `pbStartPokemonMenu'
    PokemonPauseMenu:156:in `pbFadeOutIn'

    what do I need to do to fix this problem?
    do I need to change something in the PBS?
     
    Back
    Top