Fix accidental ++ deletion

This commit is contained in:
PikalaxALT
2021-03-17 08:34:03 -04:00
parent 4d86834d12
commit a172f0064c
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -4597,7 +4597,7 @@ bool8 PokemonItemUseNoEffect(struct Pokemon *mon, u16 item, u8 partyIndex, u8 mo
}
if (GetMonData(mon, MON_DATA_MAX_HP, NULL) != GetMonData(mon, MON_DATA_HP, NULL))
retVal = FALSE;
idx;
idx++;
curEffect &= ~(ITEM4_REVIVE >> 2);
break;
case 3: