I got your PM and I'll do it on for your ROM on Tuesday.

Briefly, the process to create the table for a 32-bit ROM goes like this:
Find the SSM function that retrieves fuel pump duty.
Find the variable that function returns.
Look for XREFs to that variable.
In my ROM there are only 3 XREFs:
The first initializes it to zero.
The 2nd is the SSM routine.
The 3rd is a function that checks some switches and sets it to 0, 33, 66, or 100.
A table can be defined for the 33 and 66 values, so they can be set to whatever you want. Setting both to 100 should cause the pump to run at 100% all the time. Or you could set them 50 and 75 for example, if you just want a modest increase from the 33 and 66 settings.
That worked for my ROM, and I'm guessing the 06 WRX will be pretty similar. I haven't dug into it yet though. Nor have I tested changes to the table for my own ROM yet but like I said... Tuesday.
