Merge pull request #11822 from german77/no-name

service: mii: Create random mii with name
This commit is contained in:
liamwhite 2023-10-19 16:54:05 -04:00 committed by GitHub
commit 85a89ca3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ void CoreData::BuildRandom(Age age, Gender gender, Race race) {
}
}
SetDefault();
SetGender(gender);
SetFavoriteColor(MiiUtil::GetRandomValue(FavoriteColor::Max));
SetRegionMove(0);