diff --git a/tools/dol_diff.py b/tools/dol_diff.py index 40abf1359..db4f2ce79 100644 --- a/tools/dol_diff.py +++ b/tools/dol_diff.py @@ -19,4 +19,4 @@ with open(argv[1], 'rb') as dol: delta = target - offset break - print(hex(addresses[section] + delta)) \ No newline at end of file + print(hex(addresses[section] + delta))