[FE8] Jester's C/EA Tips and Tricks

Make staves have 100% accuracy

READ ME

This one is short and sweet. Create an Installer.event file and paste this inside it.

Change FinalStaffAccuracy to whatever accuracy value you want.

#define FinalStaffAccuracy 100

ORG 0xE9F5C // Final calculation for staff accuracy
BYTE FinalStaffAccuracy
BYTE 0x20   // mov r0, [FinalStaffAccuracy]

5 Likes