From e2af3ce87d43b4fe6fa2ff138bdcd56a8a9f84d5 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Wed, 8 Dec 2021 20:53:33 -0800 Subject: [PATCH] project-slippi/Ishiiruka/pull/246/commits/68e5ac4e13ae7e1456a2fcd8dc6b8dbf380849cc --- Source/Core/Core/HW/EXI/EXI_DeviceSlippi.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Source/Core/Core/HW/EXI/EXI_DeviceSlippi.cpp b/Source/Core/Core/HW/EXI/EXI_DeviceSlippi.cpp index de4a85c033..544465f277 100644 --- a/Source/Core/Core/HW/EXI/EXI_DeviceSlippi.cpp +++ b/Source/Core/Core/HW/EXI/EXI_DeviceSlippi.cpp @@ -2113,16 +2113,6 @@ void CEXISlippi::prepareOnlineMatchState() // Set p3/p4 player type to human onlineMatchBlock[0x61 + 2 * 0x24] = 0; onlineMatchBlock[0x61 + 3 * 0x24] = 0; - - // Set alt color to light/dark costume for multiples of the same character on a team - int characterCount[26][3] = {0}; - for (int i = 0; i < 4; i++) - { - int charId = onlineMatchBlock[0x60 + i * 0x24]; - int teamId = onlineMatchBlock[0x69 + i * 0x24]; - onlineMatchBlock[0x67 + i * 0x24] = characterCount[charId][teamId]; - characterCount[charId][teamId]++; - } } // Overwrite stage