mirror of https://github.com/pret/pokecrystal.git
Mention pokecrystal in tools/unnamed.py output
This commit is contained in:
parent
e3f07b9612
commit
1185c1b610
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue