try changing this line:
float4 mainPS(float4 inDiffuse: COLOR0, float2 inTxr1: TEXCOORD0) : COLOR0

to this:
float4 mainPS(float2 inTxr1: TEXCOORD0) : COLOR


Sphere Engine--the premier A6 graphics plugin.