Updated Gen 9 descriptions to make them fit

This commit is contained in:
Maruno17
2024-06-11 20:02:26 +01:00
parent 5e23984765
commit 454d5a216a
12 changed files with 502 additions and 546 deletions

View File

@@ -187,7 +187,7 @@ EventHandlers.add(:on_step_taken, :auto_move_player,
# the party. Those species use this information to evolve.
EventHandlers.add(:on_step_taken, :party_pokemon_distance_tracker,
proc { |event|
$player.party.each_pokemon do |pkmn|
$player.pokemon_party.each do |pkmn|
next if ![:PAWMO, :BRAMBLIN, :RELLOR].include?(pkmn.species)
pkmn.evolution_counter += 1
end