From bf31865bbe29bcc816120e3385ddddf666c484de Mon Sep 17 00:00:00 2001 From: ProfLeonDiasBackup <86392953+ProfLeonDiasBackup@users.noreply.github.com> Date: Wed, 23 Jun 2021 23:42:51 -0400 Subject: [PATCH] Comment Out Unused/Unimplemented Methods --- include/evolution.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/evolution.h b/include/evolution.h index 0927e6e..52db25e 100644 --- a/include/evolution.h +++ b/include/evolution.h @@ -43,10 +43,10 @@ enum EvolutionMethods EVO_MOVE, // knows a given move EVO_OTHER_PARTY_MON, //another poke in the party, arg is a specific species EVO_LEVEL_SPECIFIC_TIME_RANGE, // above given level with a range (unknown is [start][end]. eg lycanroc -> 1700-1800 hrs -> 0x1112) - EVO_CRITICAL_HIT, // successfully land 3 critical hits in one battle - EVO_NATURE_HIGH, // evolution based on high key nature at a certain level - EVO_NATURE_LOW, // evolution based on low key nature at a certain level - EVO_DAMAGE_LOCATION // recieve 49+ damage in battle without fainting, walk to specific tile +// EVO_CRITICAL_HIT, // successfully land 3 critical hits in one battle +// EVO_NATURE_HIGH, // evolution based on high key nature at a certain level +// EVO_NATURE_LOW, // evolution based on low key nature at a certain level +// EVO_DAMAGE_LOCATION // recieve 49+ damage in battle without fainting, walk to specific tile }; #define EVO_GIGANTAMAX 0xFD