diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 11:58:00 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 11:58:00 -0400 |
commit | 9048adc08a9ba6ec2a3d2bfe14733749b5ee23f3 (patch) | |
tree | 7b60fb73be55dfec786f354ce9feac23f03081a2 /tools/unnamed.py | |
parent | 703298a8f0d97138b8de851e793968cb0bdcd157 (diff) |
Mention pokegold in tools/unnamed.py output
Diffstat (limited to 'tools/unnamed.py')
-rwxr-xr-x | tools/unnamed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unnamed.py b/tools/unnamed.py index 22f754e1..b52be548 100755 --- a/tools/unnamed.py +++ b/tools/unnamed.py @@ -62,7 +62,7 @@ for line in args.symfile: symbols.add(symbol) # If no object files were provided, just print what we know and exit -print("Unnamed symbols: %d (%.2f%% complete)" % (len(symbols), +print("Unnamed pokegold symbols: %d (%.2f%% complete)" % (len(symbols), (symbols_total - len(symbols)) / symbols_total * 100)) if not objects: for sym in symbols: |