video game edge cases, wondering about
something we've always kinda wondered and never saw an actual answer to: in the pokemon games, at what point is turn order decided? in a double battle, if the speed order at the start of the turn is A > B > C > D, and pokemon A uses a move that makes C faster (perhaps C has swift swim and A used rain dance), so that C's speed is now higher than B's, does C go before B or after?
-F
video game edge cases, wondering about
@Felthry Assuming the moves have the same priority (https://m.bulbapedia.bulbagarden.net/wiki/Priority ), the calculation typically happens at the start of the turn, before moves can apply any modifiers.
Some caveats apply described in https://m.bulbapedia.bulbagarden.net/wiki/Stat#Speed . Mega Evolution preempts the start of turn calculation, and presumably so do stat and move changes derived from Dynamax/Gigantamax as well.