mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-28 06:50:23 +00:00
Cleanup
Nothing.
This commit is contained in:
parent
572e1b9e32
commit
4cfa9e322f
2 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue