Mention pokecrystal in tools/unnamed.py output

This commit is contained in:
Rangi 2020-06-15 11:58:17 -04:00
parent e3f07b9612
commit 1185c1b610

View File

@ -62,7 +62,7 @@ for line in args.symfile:
symbols.add(symbol) symbols.add(symbol)
# If no object files were provided, just print what we know and exit # 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)) (symbols_total - len(symbols)) / symbols_total * 100))
if not objects: if not objects:
for sym in symbols: for sym in symbols: