Add braces

style fix, no functional change
This commit is contained in:
Kurt 2019-12-24 23:23:42 -08:00
parent e6dcf64abe
commit 9d1bfd67b5

View file

@ -551,8 +551,10 @@ namespace PKHeX.Core
public bool HasAnyMoveRecordFlag()
{
for (int i = 0x127; i < 0x127 + 14; i++)
{
if (Data[i] != 0)
return true;
}
return false;
}