mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Merge pull request #1679 from LOuroboros/ribbons
Untangled CheckPartnersMonForRibbons
This commit is contained in:
commit
6418f08944
@ -4813,7 +4813,7 @@ static void CheckPartnersMonForRibbons(void)
|
||||
{
|
||||
u8 i;
|
||||
u8 numRibbons = 0;
|
||||
for (i = 0; i < 12; i ++)
|
||||
for (i = 0; i < (MON_DATA_UNUSED_RIBBONS - MON_DATA_CHAMPION_RIBBON); i ++)
|
||||
{
|
||||
numRibbons += GetMonData(&gEnemyParty[gSelectedTradeMonPositions[TRADE_PARTNER] % PARTY_SIZE], MON_DATA_CHAMPION_RIBBON + i);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user