randomizer - starter

This commit is contained in:
infinitefusion
2022-05-01 19:14:52 -04:00
parent dc1c346b1a
commit a601e06d0b
8 changed files with 9 additions and 6 deletions

View File

@@ -247,9 +247,10 @@ module GameData
@pokemon.each do |pkmn_data|
#replace placeholder species infinite fusion edit
species = GameData::Species.get(pkmn_data[:species]).species
species = replace_species_to_randomized(species, self.id, index) if isPlayingRandomized
if placeholder_species.include?(species)
species = replace_species_with_placeholder(species)
else
species = replace_species_to_randomized(species, self.id, index) if isPlayingRandomized
end
species = replaceSingleSpeciesModeIfApplicable(species)
if $game_switches[SWITCH_REVERSED_MODE]