mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-07 18:13:21 +01:00
fix BS_TrySymbiosis
This commit is contained in:
parent
34ba9b4e0d
commit
cd7abea6fe
@ -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 New Issue
Block a user