mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-20 12:48:30 -05:00
parent
a779000097
commit
50084eaaee
|
|
@ -97,7 +97,7 @@ public static bool IsAllMainSectorsPresent(byte[] data, int slot, out int sector
|
|||
int end = start + SIZE_MAIN;
|
||||
int bitTrack = 0;
|
||||
sector0 = 0;
|
||||
for (int ofs = 0; ofs < end; ofs += SIZE_SECTOR)
|
||||
for (int ofs = start; ofs < end; ofs += SIZE_SECTOR)
|
||||
{
|
||||
var id = BitConverter.ToInt16(data, ofs + 0xFF4);
|
||||
bitTrack |= (1 << id);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user