ref: fd7cf5987a6e4958d63645c76e994c96b51fcc4c
parent: e3c28297ef9d195462c191075d3c4bdbc2432a1a
author: yenatch <[email protected]>
date: Sun May 28 10:09:25 EDT 2017
Don't use the shiny palette when extracting backsprites. This wasn't actually desirable.
--- a/gfx.py
+++ b/gfx.py
@@ -74,7 +74,7 @@
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: