summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-21 00:38:11 -0500
committeryenatch <yenatch@gmail.com>2013-12-21 00:38:11 -0500
commitb5c3ef9b4fbbc14d9baa125b10ebf4d96a79de7e (patch)
tree80125dfb46b648feda6a1bb12eb3e5890f6f74c3
parentefe0b717ef21acde2d30fc7de580547738ca67d6 (diff)
gfx: 1bpp-to-png option
-rw-r--r--pokemontools/gfx.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pokemontools/gfx.py b/pokemontools/gfx.py
index e452da4..147621b 100644
--- a/pokemontools/gfx.py
+++ b/pokemontools/gfx.py
@@ -1679,6 +1679,9 @@ if __name__ == "__main__":
elif argv[1] == 'png-to-1bpp':
export_png_to_1bpp(argv[2])
+ elif argv[1] == '1bpp-to-png':
+ export_1bpp_to_png(argv[2])
+
elif argv[1] == '2bpp-to-lz':
if argv[2] == '--vert':
filein = argv[3]