KizCas Posted January 4 Posted January 4 I'm doing a 2nd run on Scarlet and am looking for block hex that changes throw style to 'Daintly' + 'Twirling' I don't want to be playing through to the Indigo Disk DLC to access the throw styles. thanks
foohyfooh Posted January 4 Posted January 4 That is the block for changing your current one but do you know the block for tracking your progress in the ones unlocked? Or are those just individual bools?
Kaphotics Posted January 4 Posted January 4 2 hours ago, foohyfooh said: That is the block for changing your current one but do you know the block for tracking your progress in the ones unlocked? Or are those just individual bools? I would assume the unlock flags are these: private const uint KUnlockedBallThrowSet01 = 0x9BC0F251; // FSYS_CLUB_ROOM_BALL_THROW_FORM_01 private const uint KUnlockedBallThrowSet02 = 0x9BC0ED38; // FSYS_CLUB_ROOM_BALL_THROW_FORM_02 private const uint KUnlockedBallThrowSet03 = 0x9BC0EEEB; // FSYS_CLUB_ROOM_BALL_THROW_FORM_03 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now