remove obsolete check for steven when retrieving partner name (#6283)
This commit is contained in:
parent
7cd614a0cd
commit
444437274c
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user