mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Don't use the shiny palette when extracting backsprites.
This wasn't actually desirable.
This commit is contained in:
parent
e3c28297ef
commit
fd7cf5987a
2
gfx.py
2
gfx.py
@ -74,7 +74,7 @@ def filepath_rules(filepath):
|
|||||||
args['pic'] = True
|
args['pic'] = True
|
||||||
args['animate'] = True
|
args['animate'] = True
|
||||||
elif name == 'back':
|
elif name == 'back':
|
||||||
args['pal_file'] = os.path.join(filedir, 'shiny.pal')
|
args['pal_file'] = os.path.join(filedir, 'normal.pal')
|
||||||
args['pic'] = True
|
args['pic'] = True
|
||||||
|
|
||||||
elif 'gfx/trainers' in filedir:
|
elif 'gfx/trainers' in filedir:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user