Fix pk8 tr flag check (off by 100)

This commit is contained in:
Kurt 2022-11-24 19:13:34 -08:00
parent b6ac0de3f7
commit 6993f9d661

View file

@ -747,7 +747,7 @@ public sealed class MiscVerifier : Verifier
{
if (!pk.GetMoveRecordFlag(i))
continue;
if ((pi ??= GetPersonal(evos[0])).TMHM[i])
if ((pi ??= GetPersonal(evos[0])).TMHM[i + PersonalInfo8SWSH.CountTM])
continue;
// Calyrex-0 can have TR flags for Calyrex-1/2 after it has force unlearned them.