From 6445e1863af1df78b26ac7746d924b75cb48c374 Mon Sep 17 00:00:00 2001 From: Frank DeBlasio <35279583+fdeblasio@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:19:04 -0400 Subject: [PATCH] Updated Mountain Gale's PP for Gen 9 (#7856) --- src/data/moves_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,