Removed ITEM_ENIGMA_BERRY_E_READER usage

This commit is contained in:
LOuroboros 2021-12-03 15:44:12 -03:00 committed by GitHub
parent 8058da5b88
commit ac606364e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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