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:
commit
87a6bb1c34
@ -286,7 +286,7 @@ namespace Components
|
||||
push [esp + 2Ch]
|
||||
push [esp + 2Ch]
|
||||
call AssetHandler::IsAssetEligible
|
||||
add esp, 08h
|
||||
add esp, 8h
|
||||
|
||||
mov [esp + 20h], eax
|
||||
popad
|
||||
@ -295,13 +295,13 @@ namespace Components
|
||||
test al, al
|
||||
jz doNotLoad
|
||||
|
||||
mov eax, [esp + 8]
|
||||
mov eax, [esp + 8h]
|
||||
sub esp, 14h
|
||||
mov ecx, 5BB657h
|
||||
jmp ecx
|
||||
|
||||
doNotLoad:
|
||||
mov eax, [esp + 8]
|
||||
mov eax, [esp + 8h]
|
||||
retn
|
||||
}
|
||||
}
|
||||
|
@ -265,7 +265,6 @@ namespace Components
|
||||
test al, al
|
||||
jz dontContinue
|
||||
|
||||
mov eax, [esp + 8]
|
||||
push edi
|
||||
mov edi, dword ptr[esp + 4h]
|
||||
push 406535h
|
||||
|
@ -193,6 +193,7 @@ namespace Components
|
||||
"Killera",
|
||||
"Lithium",
|
||||
"Louvenarde",
|
||||
"FutureRave",
|
||||
"OneFourOne",
|
||||
"quaK",
|
||||
"RaidMax",
|
||||
|
Loading…
Reference in New Issue
Block a user