Nothing.
This commit is contained in:
Kaphotics 2016-02-28 13:49:58 -08:00
parent 572e1b9e32
commit 4cfa9e322f
2 changed files with 1 additions and 1 deletions

View file

@ -85,6 +85,7 @@
<Compile Include="Misc\QR.Designer.cs">
<DependentUpon>QR.cs</DependentUpon>
</Compile>
<Compile Include="Misc\SAV5.cs" />
<Compile Include="Misc\SAV6.cs" />
<Compile Include="Misc\WC6.cs" />
<Compile Include="PKX\f2-Text.cs">

View file

@ -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);