mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-11 11:45:14 -05:00
Revert "make gfx.py png take only a path"
This reverts commit 915c6358490494b87c81a464492944f80ee86384. original-commit-id: 358b5b074b45e4a484799fde4e18bc2cb4fec78b
This commit is contained in:
4
gfx.py
4
gfx.py
@@ -1604,9 +1604,7 @@ if __name__ == "__main__":
|
||||
elif sys.argv[1] == 'png':
|
||||
|
||||
if '.2bpp' in sys.argv[2]:
|
||||
if len(sys.argv) == 3:
|
||||
to_png(sys.argv[2])
|
||||
elif sys.argv[4] == 'greyscale':
|
||||
if sys.argv[4] == 'greyscale':
|
||||
to_png(sys.argv[2], sys.argv[3])
|
||||
else:
|
||||
to_png(sys.argv[2], sys.argv[3], sys.argv[4])
|
||||
|
||||
Reference in New Issue
Block a user