mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-09 04:13:03 -05:00
UTurn Battle Arena no switchin try number 2
This commit is contained in:
parent
e319c7da61
commit
b1d0bc1721
|
|
@ -1074,7 +1074,7 @@ void AnimTask_IsDoubleBattle(u8 taskId)
|
|||
void AnimTask_CanBattlerSwitch(u8 taskId)
|
||||
{
|
||||
if (gBattleTypeFlags & BATTLE_TYPE_ARENA)
|
||||
gBattleAnimArgs[ARG_RET_ID] = TRUE;
|
||||
gBattleAnimArgs[ARG_RET_ID] = FALSE;
|
||||
else
|
||||
gBattleAnimArgs[ARG_RET_ID] = CanBattlerSwitch(GetAnimBattlerId(gBattleAnimArgs[0]));
|
||||
DestroyAnimVisualTask(taskId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user