diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-27 03:33:13 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-27 03:35:35 -0400 |
commit | 70d3a3fdbc508eeb4557ddc43d78ba12ed41963e (patch) | |
tree | 202f65e4131709331ae62cbe5eace4d6f8b6aa58 /tools/gfx.py | |
parent | 75cf425d30db6a036743cf85c483c1b537063605 (diff) |
Sync with the recent updates to pokecrystal.
Diffstat (limited to 'tools/gfx.py')
-rw-r--r-- | tools/gfx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx.py b/tools/gfx.py index 2505499d..eadc7add 100644 --- a/tools/gfx.py +++ b/tools/gfx.py @@ -150,7 +150,7 @@ def filepath_rules(filepath): elif name in overworld_px16: args['width'] = 16 - elif 'gfx/sgb_border' in filedir: + elif 'gfx/sgb' in filedir: args['width'] = 128 args['pal_file'] = os.path.join(filedir, name + '.pal') |