Fix Magnet Rise

This commit is contained in:
DizzyEggg 2019-02-04 13:40:13 +01:00
parent ed030e5b62
commit c436cdf384

View File

@ -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;
} }
} }