Remove player party shiny bit setting in CreateFrontierBrainPokemon (#9022)

This commit is contained in:
grintoul 2026-01-25 23:17:12 +00:00 committed by GitHub
parent 1cbbb304a9
commit 30db62d4b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2612,8 +2612,6 @@ void CreateFrontierBrainPokemon(void)
friendship = 0;
}
SetMonData(&gEnemyParty[monPartyId], MON_DATA_FRIENDSHIP, &friendship);
j = FALSE;
SetMonData(&gPlayerParty[MULTI_PARTY_SIZE + i], MON_DATA_IS_SHINY, &j);
CalculateMonStats(&gEnemyParty[monPartyId]);
monPartyId++;
}