diff options
Diffstat (limited to 'tools/pokemontools/gfx.py')
-rw-r--r-- | tools/pokemontools/gfx.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pokemontools/gfx.py b/tools/pokemontools/gfx.py index c8d8da92..1beb5446 100644 --- a/tools/pokemontools/gfx.py +++ b/tools/pokemontools/gfx.py @@ -242,6 +242,8 @@ def flatten(planar): """ strips = [] for bottom, top in split(planar, 2): + bottom = bottom + top = top strip = [] for i in range(7,-1,-1): color = ( |