Skip to content

Commit

Permalink
wrong move power (#3697)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine authored Dec 11, 2023
1 parent 22280b4 commit 03e2571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/battle_moves.h
Original file line number Diff line number Diff line change
Expand Up @@ -6302,7 +6302,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
[MOVE_METAL_BURST] =
{
.effect = EFFECT_METAL_BURST,
.power = 0,
.power = 1,
.type = TYPE_STEEL,
.accuracy = 100,
.pp = 10,
Expand Down Expand Up @@ -6428,7 +6428,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
[MOVE_TRUMP_CARD] =
{
.effect = EFFECT_TRUMP_CARD,
.power = 0,
.power = 1,
.type = TYPE_NORMAL,
.accuracy = 0,
.pp = 5,
Expand Down Expand Up @@ -13656,7 +13656,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
[MOVE_COMEUPPANCE] =
{
.effect = EFFECT_METAL_BURST,
.power = 0,
.power = 1,
.type = TYPE_DARK,
.accuracy = 100,
.pp = 10,
Expand Down

0 comments on commit 03e2571

Please sign in to comment.