Skip to content

Commit

Permalink
Fix fancy progress numbers (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya authored Feb 21, 2024
1 parent 1683307 commit 2db7684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@

# Progress
config.progress_use_fancy = True
config.progress_code_fancy_frac = 51
config.progress_code_fancy_frac = 293
config.progress_code_fancy_item = "Trophies"
config.progress_data_fancy_frac = 293
config.progress_data_fancy_frac = 51
config.progress_data_fancy_item = "Event Matches"

# Base flags, common to most GC/Wii games.
Expand Down

0 comments on commit 2db7684

Please sign in to comment.