diff options
-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: |