Jump to content

Request Scarlet/Violet change throw style PKHeX block data


KizCas

Recommended Posts

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

Link to comment
Share on other sites

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

 

  • Thanks 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...