diff --git a/src/data/moves_info.h b/src/data/moves_info.h index b45139550c..4e4f32fbac 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -10084,7 +10084,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] = .type = TYPE_ICE, .accuracy = 100, .pp = 10, - .target = MOVE_TARGET_BOTH, + .target = MOVE_TARGET_SELECTED, .priority = -4, .category = DAMAGE_CATEGORY_PHYSICAL, .makesContact = TRUE,