mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
other stuff missing from previous commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user