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