From 4cfa9e322f4a4081d8ec5a8e03f22f7968093d9b Mon Sep 17 00:00:00 2001 From: Kaphotics Date: Sun, 28 Feb 2016 13:49:58 -0800 Subject: [PATCH] Cleanup Nothing. --- PKHeX.csproj | 1 + PKX/f1-Main.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.csproj b/PKHeX.csproj index d23e061f4..13c2a28e5 100644 --- a/PKHeX.csproj +++ b/PKHeX.csproj @@ -85,6 +85,7 @@ QR.cs + diff --git a/PKX/f1-Main.cs b/PKX/f1-Main.cs index 73237a7d2..d66a6ea88 100644 --- a/PKX/f1-Main.cs +++ b/PKX/f1-Main.cs @@ -545,7 +545,6 @@ namespace PKHeX Array.Resize(ref input, 0x100000); } #endregion - #region Saves if ((input.Length == SAV6.SIZE_ORAS) && BitConverter.ToUInt32(input, SAV6.SIZE_ORAS - 0x1F0) == SAV6.BEEF) // ORAS openMAIN(input, path);