Fixed 10,000,000 Volt Thunderbolt name (#5533)

This commit is contained in:
Eduardo Quezada 2024-10-16 17:46:40 -03:00 committed by GitHub
parent 29e37a0025
commit e230f379b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20944,7 +20944,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
},
[MOVE_10000000_VOLT_THUNDERBOLT] =
{
.name = COMPOUND_STRING("10000000 Volt Thunderbolt"),
.name = COMPOUND_STRING("10,000,000 Volt Thunderbolt"),
.description = sNullDescription,
.effect = EFFECT_HIT,
.power = 195,