diff options
author | dannye <33dannye@gmail.com> | 2021-06-11 18:45:36 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-06-11 18:45:36 -0500 |
commit | a39a68356236af3850310a64233c3a16edbb92bf (patch) | |
tree | 79c96aa5efa7361496bd43f6a7ca4b2fe0f3e09e /tools | |
parent | 3e36b5fd9d1aa5a5fbe9132bae98b127b82541aa (diff) |
Normalize line endings
Diffstat (limited to 'tools')
-rw-r--r-- | tools/extract_anim_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract_anim_data.py b/tools/extract_anim_data.py index 0722238..5569aec 100644 --- a/tools/extract_anim_data.py +++ b/tools/extract_anim_data.py @@ -133,4 +133,4 @@ for offset in allOffsets: if (offset + size) not in allOffsets:
print('\tINCROM ' + "${:0x}".format(offset + size) + ', ')
- print()
\ No newline at end of file + print()
|