mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Add braces
style fix, no functional change
This commit is contained in:
parent
e6dcf64abe
commit
9d1bfd67b5
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue