Eclipse's description claims it has "Skill % activation". However, looking at the code, it actually uses Speed instead of Skill.
Also, line 85 has ldrb r5,[r5,#0x13] when it should be ldrb r0,[r5,#0x13].
And the check in lines 29-34 still uses byte 0x72 instead of byte 0x13.