diff options
author | dannye <33dannye@gmail.com> | 2020-11-14 18:42:31 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-11-14 19:58:10 -0600 |
commit | 90336d902707b28094ac832fbf7ee309e59457c8 (patch) | |
tree | d213d59beed087db0447e1516ac75e6f228a3567 /tools/script_extractor.py | |
parent | 6a39d2d689a3595103fff5f447dac3c31183aaba (diff) |
Clean up white space
Diffstat (limited to 'tools/script_extractor.py')
-rw-r--r-- | tools/script_extractor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/script_extractor.py b/tools/script_extractor.py index f043010..dff9f40 100644 --- a/tools/script_extractor.py +++ b/tools/script_extractor.py @@ -148,7 +148,7 @@ def printScript(game_data, loc, auto, ignore_broken, scriptList, \ #print("Error: first byte was not start_script") print(".ows_" + format(loc,"04x")) else: - + # TODO this is hacky please don't do this printHeader(loc, "Script_") loc += 1 |