summaryrefslogtreecommitdiff
path: root/tools/unnamed.py
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-15 11:58:00 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-15 11:58:00 -0400
commit9048adc08a9ba6ec2a3d2bfe14733749b5ee23f3 (patch)
tree7b60fb73be55dfec786f354ce9feac23f03081a2 /tools/unnamed.py
parent703298a8f0d97138b8de851e793968cb0bdcd157 (diff)
Mention pokegold in tools/unnamed.py output
Diffstat (limited to 'tools/unnamed.py')
-rwxr-xr-xtools/unnamed.py2
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: