From a30d695331b33a3a43b70539b0577f5c7f6c6bca Mon Sep 17 00:00:00 2001 From: entrpntr Date: Thu, 14 May 2020 12:05:34 -0400 Subject: Clean up some palette stuff, update main.asm and layout.link. --- tools/gfx.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/gfx.py') diff --git a/tools/gfx.py b/tools/gfx.py index b84aa57d..79dd6f61 100644 --- a/tools/gfx.py +++ b/tools/gfx.py @@ -107,6 +107,10 @@ def filepath_rules(filepath): elif name == 'balls': args['width'] = 32 + elif 'gfx/font' in filedir: + if name == 'font_inversed': + args['width'] = 128 + elif 'gfx/icons' in filedir: if name == 'mail_big': args['width'] = 16 -- cgit v1.2.3