wrong move power (#3697)

This commit is contained in:
Alex 2023-12-11 19:42:54 +01:00 committed by GitHub
parent 22280b4778
commit 03e2571214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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