mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Kept previous check while using gTestRunnerEnabled
This commit is contained in:
parent
8dafc5e208
commit
d9a17467cf
@ -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 New Issue
Block a user