-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config for move slot rearrangement in battle #6017
Conversation
Two main things: I need to double check if it's not possible to rearrange moves in battle from the party screen in modern games, because this post implies that you can: I'm actually wondering if this should be a general thing instead of just a Conversion thing, as sorting moves in battle to me is one of those big QoL things that I wish they never got rid of (though understandable for the touch-screen generations) |
We almost always follow GF's behavior even when it's undesirable, so shouldn't we should do the same here? But if we were going to have an opt-in way to depart from GF's behavior, "you can't rearrange moves if you know Conversion" doesn't sound too bad but it probably needs a message to pop-up because I think it could be quite confusing otherwise. An alternative (also opt-in departure) option could be to remember which move slot was the 1st move slot at the start of the battle (or which move was in that slot), but that might be a bit fiddly because of things like Mimic or learning moves via level-up. |
That seems overly fiddly. |
Updated the gen cutoff |
I was thinking if we could make an exception here like how we made an exception for out-of-battle abilities in Gen9.
I can't check rn if in SwSh you can reorder the moves in battle from the party menu. . If that's the case, the restriction in the move menu becomes a bit pointless in that game. |
Sure. |
Just confirmed on both Shield and Scarlet, you cannot sort them in-battle from the summary. |
So where are we with this config then? |
Review comments addressed |
Description
Added config to set if move slot can be rearranged in battle.
Before Gen 4 move slots could be freely rearranged in battle, but Gen 4+ it can only be done in the summary screen out of battle.
Issue(s) that this PR fixes
Fixes #5943
People who collaborated with me in this PR
@ghoulslash for pointing out the exact point in the code where move slot rearrangement is handled.
Things to note in the release changelog:
B_MOVE_REARRANGEMENT_IN_BATTLE
toGEN_3
to enable rearrangement again.Discord contact info
hedara