From 2467fd95ad7b455b4fb965dddaa1672501fad7d7 Mon Sep 17 00:00:00 2001 From: ReignOfComputer Date: Tue, 31 Jan 2017 20:13:29 +0800 Subject: [PATCH] Fix Fishing Stat Record (#784) Should be 007 not 006. --- PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs index f76dda78f..0b72141bc 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs @@ -392,7 +392,7 @@ private void changeStatVal(object sender, EventArgs e) {001, "Times Saved"}, {004, "Wild Pokémon Battles"}, {006, "Pokemon Caught"}, - {006, "Pokemon Caught Fishing"}, + {007, "Pokemon Caught Fishing"}, {008, "Eggs Hatched"}, {009, "Pokemon Evolved"}, {011, "Link Trades"},