From 9a2f1b2170dab77a88d0230fe479e31e8356ce04 Mon Sep 17 00:00:00 2001 From: Sylvie <35663410+Rangi42@users.noreply.github.com> Date: Thu, 26 Sep 2024 00:45:11 -0400 Subject: Implement .pic to .2bpp decompression (#470) --- tools/pokemontools/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tools/pokemontools/__init__.py (limited to 'tools/pokemontools/__init__.py') diff --git a/tools/pokemontools/__init__.py b/tools/pokemontools/__init__.py deleted file mode 100644 index a3e75900..00000000 --- a/tools/pokemontools/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# A subset of https://github.com/pret/pokemon-reverse-engineering-tools -- cgit v1.3.1-sl0p