summaryrefslogtreecommitdiff
path: root/tools/__init__.py
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2018-05-31 14:00:55 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2018-05-31 14:00:55 -0400
commit89dfeeb4ee577c79f2bd6f2cd5d7bdaf24bb0aa2 (patch)
tree69b2907b35cc56c1b7bf00cbdf5af5792a051c3e /tools/__init__.py
parent0953f537d4e6745a1ead06bba49dd53c50aefc13 (diff)
Add gfx.py with necessary poketools subset
Diffstat (limited to 'tools/__init__.py')
-rw-r--r--tools/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/__init__.py b/tools/__init__.py
new file mode 100644
index 0000000..b64ec3b
--- /dev/null
+++ b/tools/__init__.py
@@ -0,0 +1,5 @@
+# A subset of pret/pokemon-reverse-engineering-tools
+# Only needed for decompressing 1bpp and 2bpp graphics
+# https://github.com/pret/pokemon-reverse-engineering-tools
+
+__version__ = '1.6.0'