more of recorded battle done

This commit is contained in:
DizzyEggg
2017-11-13 18:07:23 +01:00
parent 3b43668286
commit 209b6eb467
14 changed files with 1456 additions and 2097 deletions

View File

@@ -1229,7 +1229,7 @@ static void RecordedPlayerHandleDrawTrainerPic(void)
if (gBattleTypeFlags & BATTLE_TYPE_x2000000)
{
if (gBattleTypeFlags & BATTLE_TYPE_MULTI)
trainerPicId = sub_8185F40();
trainerPicId = GetActiveBankLinkPlayerGender();
else
trainerPicId = gLinkPlayers[gUnknown_0203C7B4].gender;
}