diff --git a/src/data/moves_info.h b/src/data/moves_info.h index fb5dbeb3e9..bf7d500d92 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -19331,7 +19331,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] = .power = 100, .type = TYPE_ICE, .accuracy = 85, - .pp = 5, + .pp = B_UPDATED_MOVE_DATA >= GEN_9 ? 10 : 5, .target = MOVE_TARGET_SELECTED, .priority = 0, .category = DAMAGE_CATEGORY_PHYSICAL,