Merge with master
This commit is contained in:
@@ -497,7 +497,7 @@ static void Task_Hof_InitTeamSaveData(u8 taskId)
|
||||
|
||||
for (i = 0; i < HALL_OF_FAME_MAX_TEAMS; i++, lastSavedTeam++)
|
||||
{
|
||||
if (lastSavedTeam->mon[0].species == 0)
|
||||
if (lastSavedTeam->mon[0].species == SPECIES_NONE)
|
||||
break;
|
||||
}
|
||||
if (i >= HALL_OF_FAME_MAX_TEAMS)
|
||||
|
||||
Reference in New Issue
Block a user