fix BS_TrySymbiosis
This commit is contained in:
parent
34ba9b4e0d
commit
cd7abea6fe
1 changed files with 4 additions and 5 deletions
|
@ -14869,13 +14869,12 @@ void BS_TrySymbiosis(void)
|
||||||
gLastUsedAbility = gBattleMons[BATTLE_PARTNER(gActiveBattler)].ability;
|
gLastUsedAbility = gBattleMons[BATTLE_PARTNER(gActiveBattler)].ability;
|
||||||
gBattleScripting.battler = gBattlerAbility = BATTLE_PARTNER(gActiveBattler);
|
gBattleScripting.battler = gBattlerAbility = BATTLE_PARTNER(gActiveBattler);
|
||||||
gBattlerAttacker = gActiveBattler;
|
gBattlerAttacker = gActiveBattler;
|
||||||
BattleScriptPushCursor(gBattlescriptCurrInstr + 5);
|
BattleScriptPushCursor();
|
||||||
gBattlescriptCurrInstr = BattleScript_SymbiosisActivates;
|
gBattlescriptCurrInstr = BattleScript_SymbiosisActivates;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
gBattlescriptCurrInstr += 5;
|
gBattlescriptCurrInstr += 5;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void BS_SetZEffect(void)
|
void BS_SetZEffect(void)
|
||||||
|
|
Loading…
Reference in a new issue