fix brendan/may/wally consistency issues

This commit is contained in:
Melody
2018-12-03 08:01:52 -05:00
parent 52fa5137c9
commit 2779421ad4
6 changed files with 28 additions and 28 deletions

View File

@@ -404,9 +404,9 @@ u16 PlayerGenderToFrontTrainerPicId_Debug(u8 gender, bool8 getClass)
switch (gender)
{
default:
return gFacilityClassToPicIndex[FACILITY_CLASS_PKMN_TRAINER_MAY];
return gFacilityClassToPicIndex[FACILITY_CLASS_MAY];
case MALE:
return gFacilityClassToPicIndex[FACILITY_CLASS_PKMN_TRAINER_BRENDAN];
return gFacilityClassToPicIndex[FACILITY_CLASS_BRENDAN];
}
}
return gender;