From 09401f0620d72cfe1d44091735912ede2e4ce494 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Sat, 17 Oct 2020 23:27:55 -0300 Subject: [PATCH] Fixed repeated fields. --- src/data/battle_moves.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/data/battle_moves.h b/src/data/battle_moves.h index 00309b7d0..1f3128aee 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -4553,7 +4553,6 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] = .accuracy = 85, #endif .type = TYPE_STEEL, - .accuracy = 90, .pp = 10, .secondaryEffectChance = 20, .target = MOVE_TARGET_SELECTED, @@ -7505,7 +7504,6 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] = #else .power = 30, #endif - .power = 60, .type = TYPE_FIRE, .accuracy = 100, .pp = 15,