summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]