mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 07:27:47 +01:00
Fix Magnet Rise
This commit is contained in:
parent
ed030e5b62
commit
c436cdf384
@ -10199,6 +10199,8 @@ static void atkDD_setuserstatus3(void)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
gStatuses3[gBattlerAttacker] |= flags;
|
gStatuses3[gBattlerAttacker] |= flags;
|
||||||
|
if (flags == STATUS3_MAGNET_RISE)
|
||||||
|
gDisableStructs[gBattlerAttacker].magnetRiseTimer = 5;
|
||||||
gBattlescriptCurrInstr += 9;
|
gBattlescriptCurrInstr += 9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user