//intro screen- either smoke or cape
    vs_3_0
dcl_fog o9
def c247, 0.19, 0, 0.0625, 0
dcl_2d s0
    dcl_texcoord o0.xy
dcl_position o10
dcl_position v0
    dcl_texcoord v1
    mad o0.xy, v1, c4, c4.zwzw
    dp4 r10.w, v0, c3
    dp4 r10.z, v0, c2
    dp4 r10.y, v0, c1
    dp4 r10.x, v0, c0
texldl r24, c247.z, s0
mul r24.x, r24.x, -c247.x
add r10.x, r10.x, -r24.x
mov o10, r10
mov o9, r0.z

// approximately 5 instruction slots used
 

