Skip to content

Commit

Permalink
Update src/difficulty.c
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Griffin <[email protected]>
  • Loading branch information
SBird1337 and mrgriffin authored Oct 24, 2024
1 parent 2c28653 commit a8032f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/difficulty.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void SetCurrentDifficulty(u32 desiredDifficulty)
if (desiredDifficulty > DIFFICULTY_MAX)
desiredDifficulty = DIFFICULTY_MAX;

VarSet(B_VAR_DIFFICULTY,desiredDifficulty);
VarSet(B_VAR_DIFFICULTY, desiredDifficulty);
}

u32 GetBattlePartnerDifficultyLevel(u16 partnerId)
Expand Down

0 comments on commit a8032f9

Please sign in to comment.