Sort an array of Pokemon or related objects by speed, taking Trick Room into account. Consecutive actions made by the same Pokemon will remain in their original order pre-sort.
Pokemon
The list of Pokemon or objects containing Pokemon to shuffle
The sorted array of Pokemon.
Unlike Array.sort, this does not mutate pokemonList in place.
Array.sort
pokemonList
Sort an array of
Pokemonor related objects by speed, taking Trick Room into account. Consecutive actions made by the same Pokemon will remain in their original order pre-sort.