• 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] Elite Battle System-Dex Error

  • 3
    Posts
    13
    Years
    • Seen May 14, 2021
    Hello. I started working on my first game over a week ago and it's been going smoothly for the most part. Today I installed EBS cause I wanted my game to look nicer, but now every time I try to open the Dex I get this error:

    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: NoMethodError

    Message: undefined method `[]' for nil:NilClass

    PScreen_PokedexMain:25:in `species'

    PScreen_PokedexMain:392:in `pbRefresh'

    PScreen_PokedexMain:384:in `pbRefreshDexList'

    PScreen_PokedexMain:260:in `pbStartScene'

    PScreen_PokedexMain:1191:in `pbStartScreen'

    PScreen_PauseMenu:159:in `pbStartPokemonMenu'

    PScreen_PauseMenu:156:in `pbFadeOutIn'

    PScreen_PauseMenu:156:in `pbStartPokemonMenu'

    PScreen_PauseMenu:142:in `loop'

    PScreen_PauseMenu:271:in `pbStartPokemonMenu'

    ----
    The game then just crashes. Does anyone have any idea what the problem could be, I'm fairly new to coding and all this :/ Thanks!
     
    Feel free to share the solution and rename the thread as well, since it's not an EBS related issue.
     
    Last edited:
    Solution: Replaced the coding of the PokedexMenu script:

    pastebin(.)com/7z0dgZYD
     
    Back
    Top