Merge branch 'master' into doc-partymenu
This commit is contained in:
@@ -1889,11 +1889,11 @@ static void sub_81A3B64(void)
|
||||
|
||||
points = gSaveBlock2Ptr->frontier.field_EBA;
|
||||
points += gUnknown_086118B4[challengeNum][facility][battleMode];
|
||||
sub_80EED60(gUnknown_086118B4[challengeNum][facility][battleMode]);
|
||||
IncrementDailyBattlePoints(gUnknown_086118B4[challengeNum][facility][battleMode]);
|
||||
if (gTrainerBattleOpponent_A == TRAINER_FRONTIER_BRAIN)
|
||||
{
|
||||
points += 10;
|
||||
sub_80EED60(10);
|
||||
IncrementDailyBattlePoints(10);
|
||||
}
|
||||
if (points > 0xFFFF)
|
||||
points = 0xFFFF;
|
||||
|
||||
Reference in New Issue
Block a user