Removed ITEM_ENIGMA_BERRY_E_READER usage
This commit is contained in:
parent
8058da5b88
commit
ac606364e9
1 changed files with 0 additions and 4 deletions
|
@ -3169,11 +3169,7 @@ void SetMoveEffect(bool32 primary, u32 certain)
|
|||
RecordAbilityBattle(gBattlerTarget, gLastUsedAbility);
|
||||
}
|
||||
else if (gBattleMons[gBattlerAttacker].item != 0
|
||||
#ifdef ITEM_EXPANSION
|
||||
|| gBattleMons[gBattlerTarget].item == ITEM_ENIGMA_BERRY_E_READER
|
||||
#else
|
||||
|| gBattleMons[gBattlerTarget].item == ITEM_ENIGMA_BERRY
|
||||
#endif
|
||||
|| gBattleMons[gBattlerTarget].item == 0)
|
||||
{
|
||||
gBattlescriptCurrInstr++;
|
||||
|
|
Loading…
Reference in a new issue