From 1f04d875a164cced4abb42bd85116f3181bb401b Mon Sep 17 00:00:00 2001 From: Zack Buhman Date: Sun, 15 Mar 2026 12:45:36 -0500 Subject: [PATCH] background: missing whitespace --- background.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.py b/background.py index 900a659..bb3cc71 100644 --- a/background.py +++ b/background.py @@ -53,7 +53,7 @@ def pack_index(character_size, y_flip, x_flip, id): else: return pack_index_1word(character_size, y_flip, x_flip, id) -def pack_old_palette_chunk(f,old_palette_chunk): +def pack_old_palette_chunk(f, old_palette_chunk): for color in old_palette_chunk.packets[0].colors: f.write(pack_bgr555(*color))