diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-19 01:06:10 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-19 01:06:10 +0200 |
commit | fb19a8fc59fcf67c6d4ddfd696e172bcacff27b7 (patch) | |
tree | 5262b86138e331b29e40d4e6b529216e0618d2e9 /src/pokemon.c | |
parent | e4649245bac064d700413e922b067ecb50133175 (diff) |
battle dome cards sensibly renamed
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index 7c010cd39..7dedc917f 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -5874,9 +5874,9 @@ u16 FacilityClassToPicIndex(u16 facilityClass) u16 PlayerGenderToFrontTrainerPicId(u8 playerGender) { if (playerGender != MALE) - return FacilityClassToPicIndex(FACILITY_CLASS_PKMN_TRAINER_BRENDAN); - else return FacilityClassToPicIndex(FACILITY_CLASS_PKMN_TRAINER_MAY); + else + return FacilityClassToPicIndex(FACILITY_CLASS_PKMN_TRAINER_BRENDAN); } void HandleSetPokedexFlag(u16 nationalNum, u8 caseId, u32 personality) |