• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • It's time to vote for your favorite Pokémon Battle Revolution protagonist in our new weekly protagonist poll! Click here to cast your vote and let us know which PBR protagonist you like most.
  • 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.

[Error] I need help, idk what the error means...

  • 2
    Posts
    7
    Years
    • Seen Jun 26, 2019
    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: RuntimeError

    Message: Undefined value SMELLINGSALTS in PBMoves

    File PBS/pokemon.txt, section 56, key EggMoves

    BEATUP,CLOSECOMBAT,COUNTER,ENCORE,FOCUSPUNCH,FORESIGHT,MEDITATE,REVENGE,REVERSAL,SLEEPTALK,SMELLINGSALTS



    Compiler:418:in `checkEnumField'

    Compiler:403:in `csvEnumField!'

    Compiler:1709:in `pbCompilePokemonData'

    Compiler:1698:in `each'

    Compiler:1698:in `pbCompilePokemonData'

    Compiler:1695:in `loop'

    Compiler:1775:in `pbCompilePokemonData'

    Compiler:1680:in `each'

    Compiler:1680:in `pbCompilePokemonData'

    Compiler:1679:in `each'
     
    The error message literally tells you the problem: "Undefined value SMELLINGSALTS in PBMoves" means that you don't have a move with the ID SMELLINGSALTS. Perhaps you deleted it from the moves PBS file?
     
    Nah, this probably because the move is saved as SMELLINGSALT, so without the S at the end. I recommend renaming the move in the pbs
     
    We have the same error for FAINTATTACK and HIGHJUMPKICK i guess...
     
    I know that HIGHJUMPKICK is sometimes saved as HIJUMPKICK, but I haven't seen any issues with FAINTATTACK
     
    Back
    Top