Small whitespace fix

This commit is contained in:
Eduardo Quezada D'Ottone 2024-01-13 12:38:52 -03:00 committed by GitHub
parent 5817344f7c
commit ed1dbbb866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3249,7 +3249,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_DYNAMAX] =
.power = B_UPDATED_MOVE_DATA >= GEN_5 ? 75 : 60,
.type = TYPE_GRASS,
.accuracy = 100,
.pp = B_UPDATED_MOVE_DATA >= GEN_4 ? 10 : 5,
.pp = B_UPDATED_MOVE_DATA >= GEN_4 ? 10 : 5,
.target = MOVE_TARGET_SELECTED,
.priority = 0,
.category = BATTLE_CATEGORY_SPECIAL,