From 226fd6067442bfbf66bd118f0634a2097d6c4701 Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:55:58 +0100 Subject: [PATCH] Fix incorrect comments (#8193) --- include/constants/battle_script_commands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/constants/battle_script_commands.h b/include/constants/battle_script_commands.h index dbde3e06d9..167649c4d7 100644 --- a/include/constants/battle_script_commands.h +++ b/include/constants/battle_script_commands.h @@ -158,12 +158,12 @@ enum MoveEndEffects MOVEEND_MIRROR_MOVE, MOVEEND_DEFROST, MOVEEND_NEXT_TARGET, // Everything up until here is handled for each strike of a spread move - MOVEEND_HP_THRESHHOLD_ITEMS_TARGET, // Activation only during a multi hit move / ability (Parental Bond)) + MOVEEND_HP_THRESHHOLD_ITEMS_TARGET, // Activation only during a multi hit move / ability (Parental Bond) MOVEEND_MULTIHIT_MOVE, MOVEEND_MOVE_BLOCK, MOVEEND_ITEM_EFFECTS_ATTACKER_2, MOVEEND_ABILITY_BLOCK, - MOVEEND_SHEER_FORCE, // If move is Sheer Force affected, skip to Eject Pack + MOVEEND_SHEER_FORCE, // If move is Sheer Force affected, skip to Hit Escape + One MOVEEND_COLOR_CHANGE, // Color Change / Berserk / Anger Shell MOVEEND_KEE_MARANGA_HP_THRESHOLD_ITEM_TARGET, MOVEEND_RED_CARD,