Skip to content

Commit

Permalink
Fixed 10,000,000 Volt Thunderbolt name (#5533)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Oct 16, 2024
1 parent 29e37a0 commit e230f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/moves_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e230f37

Please sign in to comment.