Updated Mountain Gale's PP for Gen 9 (#7856)

This commit is contained in:
Frank DeBlasio 2025-10-07 11:19:04 -04:00 committed by GitHub
parent 2dd590d8c6
commit 6445e1863a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,