Update comment
This commit is contained in:
parent
8b1f4ac3ac
commit
267cf1e6f0
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ static void InheritIVs(struct Pokemon *egg, struct DayCare *daycare, struct BoxP
|
|||
availableIVs[i] = i;
|
||||
}
|
||||
|
||||
// Select the 3 IVs that will be inherited.
|
||||
// Select which IVs that will be inherited.
|
||||
for (i = 0; i < howManyIVs; i++)
|
||||
{
|
||||
selectedIvs[i] = availableIVs[Random() % (NUM_STATS - i)];
|
||||
|
|
Loading…
Reference in a new issue