From 30db62d4b74017a0380f0f55d6a6103cb3d79dfb Mon Sep 17 00:00:00 2001 From: grintoul <166724814+grintoul1@users.noreply.github.com> Date: Sun, 25 Jan 2026 23:17:12 +0000 Subject: [PATCH] Remove player party shiny bit setting in CreateFrontierBrainPokemon (#9022) --- src/frontier_util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontier_util.c b/src/frontier_util.c index 50f0c67167..e821f5ba2e 100644 --- a/src/frontier_util.c +++ b/src/frontier_util.c @@ -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++; }