File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 161
161
# "-listclosure", # Uncomment for Wii linkers
162
162
]
163
163
164
+ # Progress
165
+ config .progress_use_fancy = True
166
+ config .progress_code_fancy_frac = 51
167
+ config .progress_code_fancy_item = "Trophies"
168
+ config .progress_data_fancy_frac = 293
169
+ config .progress_data_fancy_item = "Event Matches"
170
+
164
171
# Base flags, common to most GC/Wii games.
165
172
# Generally leave untouched, with overrides added below.
166
173
cflags_base = [
Original file line number Diff line number Diff line change @@ -1012,7 +1012,7 @@ def print_category(unit: Optional[ProgressUnit]) -> None:
1012
1012
print (f" Data: { unit .data_progress } / { unit .data_total } bytes" )
1013
1013
if config .progress_use_fancy :
1014
1014
print (
1015
- "\n You have {} out of {} {} and collected {} out of {} {}." .format (
1015
+ "\n You have {} of {} {} and completed {} of {} {}." .format (
1016
1016
math .floor (code_frac * unit .code_fancy_frac ),
1017
1017
unit .code_fancy_frac ,
1018
1018
unit .code_fancy_item ,
You can’t perform that action at this time.
0 commit comments