diff --git a/scripts/asmquote.py b/scripts/asmquote.py index 15c9bbc..8526208 100644 --- a/scripts/asmquote.py +++ b/scripts/asmquote.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python2.7 asmProblemBytes = ['\x00', '\x09', '\x0A', '\x22'] def asmQuote(t): result = "" diff --git a/scripts/checksum.py b/scripts/checksum.py index 234390c..b199a32 100644 --- a/scripts/checksum.py +++ b/scripts/checksum.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python2.7 import struct import sys diff --git a/scripts/checksum_regi.py b/scripts/checksum_regi.py index ff5a417..dbc4020 100644 --- a/scripts/checksum_regi.py +++ b/scripts/checksum_regi.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python2.7 import struct import sys @@ -103,4 +102,4 @@ for crc in crcs: # write the updated file out = open(sys.argv[2], 'w') -out.write(data) \ No newline at end of file +out.write(data) diff --git a/scripts/ereadertext.py b/scripts/ereadertext.py index a5fcd79..1c56fe4 100644 --- a/scripts/ereadertext.py +++ b/scripts/ereadertext.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -#!/usr/bin/env python2.7 import sys from asmquote import asmQuote diff --git a/scripts/gen3text.py b/scripts/gen3text.py index eedb37c..071cb79 100644 --- a/scripts/gen3text.py +++ b/scripts/gen3text.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -#!/usr/bin/env python2.7 import sys chars = { diff --git a/scripts/pokemonstructure.py b/scripts/pokemonstructure.py index 098085b..7c80bed 100644 --- a/scripts/pokemonstructure.py +++ b/scripts/pokemonstructure.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -#!/usr/bin/env python2.7 import struct import sys @@ -208,4 +207,4 @@ else: out = open(sys.argv[2], 'w') -out.write(data) \ No newline at end of file +out.write(data) diff --git a/scripts/stripgbc.py b/scripts/stripgbc.py index 9e8dc00..fcf24b2 100644 --- a/scripts/stripgbc.py +++ b/scripts/stripgbc.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -#!/usr/bin/env python2.7 import sys out = open(sys.argv[2], 'wb')