Fix berry blender not computing flavor correctly (#8113)

This commit is contained in:
FosterProgramming 2025-11-04 19:32:54 +01:00 committed by GitHub
parent b179f79066
commit b3965098f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2432,6 +2432,7 @@ static void CalculatePokeblock(struct BlenderBerry *berries, struct Pokeblock *p
}
// Factor in max RPM and round
multiuseVar = maxRPM / 333 + 100;
for (i = 0; i < FLAVOR_COUNT; i++)
{
s32 remainder;