Kept previous check while using gTestRunnerEnabled
This commit is contained in:
parent
8dafc5e208
commit
d9a17467cf
1 changed files with 2 additions and 1 deletions
|
@ -3075,7 +3075,8 @@ static const u8 *BattleStringGetPlayerName(u8 *text, u8 battlerId)
|
|||
toCpy = gSaveBlock2Ptr->playerName;
|
||||
break;
|
||||
case B_POSITION_PLAYER_RIGHT:
|
||||
if (gTestRunnerEnabled)
|
||||
if (((gBattleTypeFlags & BATTLE_TYPE_RECORDED) && !(gBattleTypeFlags & (BATTLE_TYPE_MULTI | BATTLE_TYPE_INGAME_PARTNER)))
|
||||
|| gTestRunnerEnabled)
|
||||
{
|
||||
toCpy = gLinkPlayers[0].name;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue