integrated modern mode

This commit is contained in:
infinitefusion
2022-09-17 13:58:56 -04:00
parent 4527373b9d
commit a81e7240b4
26 changed files with 561 additions and 12 deletions

View File

@@ -316,7 +316,6 @@ def playShuffleSE(i)
end
def Kernel.pbShuffleTrainers(bst_range = 50,customsOnly=false,customsList=nil)
bst_range = pbGet(VAR_RANDOMIZER_TRAINER_BST)
@@ -324,7 +323,7 @@ def Kernel.pbShuffleTrainers(bst_range = 50,customsOnly=false,customsList=nil)
customsOnly = false
end
randomTrainersHash = Hash.new
trainers_data = GameData::Trainer.list_all
trainers_data = getTrainersDataMode.list_all
trainers_data.each do |key, value|
trainer = trainers_data[key]
i=0