summaryrefslogtreecommitdiff
path: root/tools/pokemontools/gfx.py
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-02 14:19:45 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-02 16:49:57 -0400
commit07434c8f8662e2500ffb346da75b11f9929aa036 (patch)
treeb385019b9469c2ee2ab39c212d4c93b8feb45a82 /tools/pokemontools/gfx.py
parent48e0d17b6a51344a07c679e17eb92a25fdb1882b (diff)
Fix gfx code, generate pngs for pokemon/trainers and add to repo.
Diffstat (limited to 'tools/pokemontools/gfx.py')
-rw-r--r--tools/pokemontools/gfx.py2
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 = (