Those colors were outdated.
In these functions they are already updated.
Simba Code:function GESellMenu: boolean;
begin
if not InGE then exit;
Result := (GetColor(187, 73) = 44798);
end;
function GEBuyMenu: boolean;
begin
if not InGE then exit;
Result := (GetColor(186, 71) = 61128);
end;
