mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-20 03:48:01 -05:00
fixed second mon action being cancelled next turn if throwing pokeball
This commit is contained in:
parent
bb77330a35
commit
28fe91f8d1
|
|
@ -3875,6 +3875,7 @@ static void HandleTurnActionSelectionState(void)
|
|||
gChosenActionByBattler[GetBattlerAtPosition(B_POSITION_PLAYER_RIGHT)] = B_ACTION_NOTHING_FAINTED;
|
||||
else
|
||||
gChosenActionByBattler[GetBattlerAtPosition(B_POSITION_PLAYER_LEFT)] = B_ACTION_NOTHING_FAINTED;
|
||||
gBattleStruct->throwingPokeBall = FALSE;
|
||||
}
|
||||
|
||||
gBattleMainFunc = SetActionsAndBattlersTurnOrder;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user