other stuff missing from previous commit

This commit is contained in:
chardub
2023-01-06 19:04:50 -05:00
parent e7854f8afb
commit 599da9a390
9 changed files with 7 additions and 57 deletions

View File

@@ -414,9 +414,6 @@ def getCustomSpeciesList()
for num in 1..NB_POKEMON
path = Settings::CUSTOM_BATTLERS_FOLDER_INDEXED + "/" + num.to_s + "/*"
filesList = Dir[path]
echo filesList
echo "\n\n"
maxDexNumber = (NB_POKEMON * NB_POKEMON) + NB_POKEMON
maxVal = filesList.length - 1
for i in 0..maxVal