From fd7cf5987a6e4958d63645c76e994c96b51fcc4c Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 28 May 2017 14:09:25 -0400 Subject: [PATCH] Don't use the shiny palette when extracting backsprites. This wasn't actually desirable. --- gfx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx.py b/gfx.py index 75af28b80..25f951954 100644 --- a/gfx.py +++ b/gfx.py @@ -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: