Merge pull request #11 from diamante0018/colordblind_team_colors

Still banging my head against the wall for the asm stub.
This commit is contained in:
Edoardo Sanguineti 2021-07-29 10:48:55 +02:00 committed by GitHub
commit 87a6bb1c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -286,7 +286,7 @@ namespace Components
push [esp + 2Ch] push [esp + 2Ch]
push [esp + 2Ch] push [esp + 2Ch]
call AssetHandler::IsAssetEligible call AssetHandler::IsAssetEligible
add esp, 08h add esp, 8h
mov [esp + 20h], eax mov [esp + 20h], eax
popad popad
@ -295,13 +295,13 @@ namespace Components
test al, al test al, al
jz doNotLoad jz doNotLoad
mov eax, [esp + 8] mov eax, [esp + 8h]
sub esp, 14h sub esp, 14h
mov ecx, 5BB657h mov ecx, 5BB657h
jmp ecx jmp ecx
doNotLoad: doNotLoad:
mov eax, [esp + 8] mov eax, [esp + 8h]
retn retn
} }
} }

View File

@ -265,7 +265,6 @@ namespace Components
test al, al test al, al
jz dontContinue jz dontContinue
mov eax, [esp + 8]
push edi push edi
mov edi, dword ptr[esp + 4h] mov edi, dword ptr[esp + 4h]
push 406535h push 406535h

View File

@ -193,6 +193,7 @@ namespace Components
"Killera", "Killera",
"Lithium", "Lithium",
"Louvenarde", "Louvenarde",
"FutureRave",
"OneFourOne", "OneFourOne",
"quaK", "quaK",
"RaidMax", "RaidMax",