From 6402a7ab6e0b01e319ba2753563475596310effc Mon Sep 17 00:00:00 2001 From: kleeenexfeu <94004034+kleeenexfeu@users.noreply.github.com> Date: Fri, 19 Nov 2021 23:42:20 +0100 Subject: [PATCH] follow suggestion Co-authored-by: LOuroboros --- include/constants/battle_config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/constants/battle_config.h b/include/constants/battle_config.h index 13a59060ab..4ca3ae4dda 100644 --- a/include/constants/battle_config.h +++ b/include/constants/battle_config.h @@ -92,11 +92,9 @@ #define GEN_8 5 #endif - // Mega Evolution settings #define B_MEGA_EVO_TURN_ORDER GEN_7 // In Gen7, a Pokémon's Speed after Mega Evolution is used to determine turn order, not its Speed before. - // Calculation settings #define B_CRIT_CHANCE GEN_7 // Chances of a critical hit landing. See CalcCritChanceStage. #define B_CRIT_MULTIPLIER GEN_7 // In Gen6+, critical hits multiply damage by 1.5 instead of 2.