Fix HoF size check

now matches the code in ChecksumsValid (< instead of <=)
This commit is contained in:
Kurt 2019-03-07 15:45:51 -08:00
parent 9b783dd047
commit ee787a0f71

View file

@ -288,7 +288,7 @@ namespace PKHeX.Core
BitConverter.GetBytes(chk).CopyTo(Data, ofs + 0xFF6);
}
if (BAK.Length <= SaveUtil.SIZE_G3RAW) // don't update HoF for half-sizes
if (BAK.Length < SaveUtil.SIZE_G3RAW) // don't update HoF for half-sizes
return;
// Hall of Fame Checksums