diff options
Diffstat (limited to 'tools/extract_anim_data.py')
-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()
|