From f5c726eb0bf9851ba8d08e2218af2615e68e2208 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Tue, 23 Oct 2018 13:03:32 -0500 Subject: [PATCH] porygon.py: linear1 format should be *called* that. --- porygon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porygon.py b/porygon.py index 92b353e..9629845 100755 --- a/porygon.py +++ b/porygon.py @@ -200,7 +200,7 @@ def planar4(tile, palette): # Add new formats to this dict as they are implemented. formats = { - '1bpp': linear1, + 'linear1': linear1, 'linear2': linear2, 'planar2': planar2, 'nes2': planar2,