diff --git a/src/pokemon.c b/src/pokemon.c index 437ed55e4b..6066a5c149 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -6056,15 +6056,8 @@ const u8 *GetTrainerPartnerName(void) { if (gBattleTypeFlags & BATTLE_TYPE_INGAME_PARTNER) { - if (gPartnerTrainerId == TRAINER_PARTNER(PARTNER_STEVEN)) - { - return GetTrainerNameFromId(TRAINER_STEVEN); - } - else - { - GetFrontierTrainerName(gStringVar1, gPartnerTrainerId); - return gStringVar1; - } + GetFrontierTrainerName(gStringVar1, gPartnerTrainerId); + return gStringVar1; } else {