Update comment

This commit is contained in:
Jaizu 2023-01-29 19:45:43 +01:00 committed by GitHub
parent 8b1f4ac3ac
commit 267cf1e6f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)];