You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sme23
added
the
Core Features
Issues pertaining to the core functions of the Skill System, its skills, or its dependencies.
label
Sep 12, 2024
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 beldrb r0,[r5,#0x13]
.And the check in lines 29-34 still uses byte 0x72 instead of byte 0x13.
The text was updated successfully, but these errors were encountered: