porygon.py: linear1 format should be *called* that.

current
Kiyoshi Aman 2018-10-23 13:03:32 -05:00
parent 8195a8c4da
commit f5c726eb0b
1 changed files with 1 additions and 1 deletions

View File

@ -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,