From 6d5547bdb47aaa26020756e025cc43221af7e3ba Mon Sep 17 00:00:00 2001 From: MandL27 Date: Wed, 21 Oct 2020 16:20:49 -0400 Subject: [PATCH] fix indentation --- include/constants/battle_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/constants/battle_config.h b/include/constants/battle_config.h index dd0bb79a2f..0e2fc83362 100644 --- a/include/constants/battle_config.h +++ b/include/constants/battle_config.h @@ -62,8 +62,8 @@ #define B_CRIT_MULTIPLIER GEN_6 // In Gen6+, critical hits multiply damage by 1.5 instead of 2. #define B_EXP_CATCH GEN_6 // In Gen6+, Pokémon get experience from catching. #define B_TRAINER_EXP_MULTIPLIER GEN_6 // In Gen7+, trainer battles no longer give a 1.5 multiplier to exp gain. -#define B_SPLIT_EXP GEN_5 // In Gen6+, all participating mon get full experience. -#define B_SCALED_EXP GEN_6 // In Gen5 and Gen7+, experience is weighted by level difference. +#define B_SPLIT_EXP GEN_5 // In Gen6+, all participating mon get full experience. +#define B_SCALED_EXP GEN_6 // In Gen5 and Gen7+, experience is weighted by level difference. #define B_BURN_DAMAGE GEN_6 // In Gen7+, burn damage is 1/16th of max HP instead of 1/8th. #define B_PARALYSIS_SPEED GEN_6 // In Gen7+, speed is decreased by 50% instead of 75%. #define B_TERRAIN_TYPE_BOOST GEN_6 // In Gen8+, damage is boosted by 30% instead of 50%.