12-06-2015, 06:49 PM
I don't know for sure, but since you mentioned the summon command, it has an aim issue and can't be used properly without modification. The following patch fixes the aiming issue: Summon Aim Fix Patch. Perhaps, you can find something related to your solution.
If i didn't miss the conversion, it only changes one byte at C2/4E49. (The PC address is 025049). The table begins at C2/4E46. It looks like a bit field, one bit for each command ID, by ID order. It is related to commands that need target adjustments.
If i didn't miss the conversion, it only changes one byte at C2/4E49. (The PC address is 025049). The table begins at C2/4E46. It looks like a bit field, one bit for each command ID, by ID order. It is related to commands that need target adjustments.
Code:
(Data - commands that need to retarget. 8 commands per byte.)
C2/4E46: 80 (Swdtech)
C2/4E47: 04 (Blitz)
C2/4E48: 0B (Rage, Leap, Dance)
C2/4E49: 00 (Nothing)