• 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!
  • Cyndy, May, Hero (Conquest), or Wes - 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.

Make nest indicator equals in map points with same name error

  • 70
    Posts
    19
    Years
    Hi,

    When I use this tutorial : https://pokemonessentials.wikia.com/wiki/Tutorial:Make_nest_indicator_equals_in_map_points_with_same_name

    I got this error :
    Code:
    ---------------------------
    Pokemon Essentials
    ---------------------------
    Exception: NoMethodError
    
    Message: undefined method `[]' for nil:NilClass
    
    PokemonNestAndForm:72:in `getSameNameMaps'
    
    PokemonNestAndForm:46:in `pbStartScene'
    
    PokemonNestAndForm:41:in `each'
    
    PokemonNestAndForm:41:in `pbStartScene'
    
    PokemonNestAndForm:135:in `pbStartScreen'
    
    PokemonPokedex:821:in `pbDexEntry'
    
    PokemonPokedex:756:in `loop'
    
    PokemonPokedex:828:in `pbDexEntry'
    
    PokemonPokedex:755:in `pbActivateWindow'
    
    PokemonPokedex:755:in `pbDexEntry'

    Any ideas how to fix it ?

    Thank you in advance ! :)
     
    Last edited:
    Back
    Top