diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 11:58:17 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 11:58:17 -0400 |
commit | 1185c1b610dfef83d55f1b4f9bc129b01edc9325 (patch) | |
tree | 91aa390426764acfde811192ce383d8c2d5dc013 /tools/unnamed.py | |
parent | e3f07b9612503374342ba2c3c9af43e3b9882492 (diff) |
Mention pokecrystal 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 54a1473f2..d6775073d 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 pokecrystal symbols: %d (%.2f%% complete)" % (len(symbols), (symbols_total - len(symbols)) / symbols_total * 100)) if not objects: for sym in symbols: |