You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Relic Castle
Hello, I just changed the regional dex in Pokemon Essentials v.17.2 in Debug menu and when I play test my project, and when I open the Pokédex an error shows up, which I can't figure out where the error is, so I need your help: ( I also have alls Sprites and Icons)
---------------------------
Essence
---------------------------
[Pokémon Essentials version 17.2]
def pbGetDexList
dexlist = []
dexdata = pbOpenDexData
region = pbGetPokedexRegion
regionalSpecies = pbAllRegionalSpecies(region)
if regionalSpecies.length==1
# If no Regional Dex defined for the given region, use National Pokédex
for i in 1..PBSpecies.maxValue
regionalSpecies.push(i)
end
end
This is the errorlog and the correspondent errors (I could think of) But idk how to fix that, hope somebody can help me, I'm stuck on this and couldn't really make any progress