Update comment
This commit is contained in:
parent
8b1f4ac3ac
commit
267cf1e6f0
@ -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…
x
Reference in New Issue
Block a user