From 424f457ec2abedf04848cdfdba54758b16bae3b9 Mon Sep 17 00:00:00 2001 From: Jaizu Date: Tue, 31 Jan 2023 09:44:47 +0100 Subject: [PATCH] Remove unused INHERITED_IV_COUNT define --- include/constants/daycare.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/constants/daycare.h b/include/constants/daycare.h index ac48e4f716..782bbe9546 100644 --- a/include/constants/daycare.h +++ b/include/constants/daycare.h @@ -13,7 +13,6 @@ #define DAYCARE_ONE_MON 2 #define DAYCARE_TWO_MONS 3 -#define INHERITED_IV_COUNT 3 #if P_EGG_HATCH_LEVEL >= GEN_4 #define EGG_HATCH_LEVEL 1 #else