(address references from the old Audi TT def)
TKMWL channel 12
12: vstrlx_byte_380AE6 - 0xFF
var reference:
movbz r4, vstrlx_byte_380AE6
C2 F4 E6 8A
mulu r4, r9
VS_VERST vsrlmx reference:
movbs r4, vsrlmx_byte_3808A2
D2 F4 A2 88
shl r4, #5
add r4, r7
So, this is what I propose.... Hard code the vstrlx reference to 1 (mulu by 1: C2 F4 E6 8A -> C2 F4 FF 00
)
and repoint the vsrlmx reference to vstrlx_byte_380AE6 (D2 F4 A2 88 -> D2 F4 E6 8A)
So, I'm adding vstrlx to rlmax instead of mulu. That will allow the ability to increase rlmax from unisetting/vagcom not just scale down.
Thoughts?