I did a quick check of the capt_seq.c for the SX10 and SX1 builds.
The function address I've been using is:
SX10 103a: FF93B440
for SX10 version 101b and 102b, the corresponding address appears to be identical. I'll have to look in the FW to verify if all addresses in the branches are identical as well.
For all other versions of the SX10 and SX1 the reference addresses are different, but the general structure looks the same. Would likely only need updating of the reference addresses within th branches:
SX10 100c: FF93B398
SX10 101a: FF93B3A0
SX1 200h & 201a:FF94EAF0
Note that these are only a surface check within the available code in the capt_seq.c files to do a preliminary check on addresses and structure, not from firmware disassembly.
-tgq