diff options
Diffstat (limited to 'tools/gfx.py')
-rw-r--r-- | tools/gfx.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gfx.py b/tools/gfx.py index ff0802c7..520f55d0 100644 --- a/tools/gfx.py +++ b/tools/gfx.py @@ -194,6 +194,9 @@ def filepath_rules(filepath): else: args['width'] = 16 + elif 'gfx/tilesets' in filedir: + args['width'] = 128 + elif 'gfx/trainer_card' in filedir: if name in ['badges', 'trainer_card']: args['width'] = 16 |