summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pokemontools/pic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/pic.py b/pokemontools/pic.py
index 25b1e0a..34e88f5 100644
--- a/pokemontools/pic.py
+++ b/pokemontools/pic.py
@@ -25,7 +25,7 @@ class Decompressor:
"""
pokered pic decompression.
- Lifted from github.com/magical/pokemon-sprites-rby.
+ Ported to python 2.7 from the python 3 code at https://github.com/magical/pokemon-sprites-rby.
"""
table1 = [(2 << i) - 1 for i in xrange(16)]