From 345c792b693517d0c9b8fc24b638cf7a4386316d Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 14 Apr 2014 14:24:05 -0400 Subject: Clearer explanation for porting https://github.com/magical/pokemon-sprites-rby to python 2.7. --- pokemontools/pic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)] -- cgit v1.2.3