diff options
author | yenatch <yenatch@gmail.com> | 2017-05-28 14:09:25 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-28 14:09:25 -0400 |
commit | fd7cf5987a6e4958d63645c76e994c96b51fcc4c (patch) | |
tree | 62512b5284a2fae1dc0e61554c9b2c727e7cca57 /gfx.py | |
parent | e3c28297ef9d195462c191075d3c4bdbc2432a1a (diff) |
Don't use the shiny palette when extracting backsprites.
This wasn't actually desirable.
Diffstat (limited to 'gfx.py')
-rw-r--r-- | gfx.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ def filepath_rules(filepath): args['pic'] = True args['animate'] = True elif name == 'back': - args['pal_file'] = os.path.join(filedir, 'shiny.pal') + args['pal_file'] = os.path.join(filedir, 'normal.pal') args['pic'] = True elif 'gfx/trainers' in filedir: |