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%.