summaryrefslogtreecommitdiff
path: root/gfx.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-29 23:27:19 -0400
committerGitHub <noreply@github.com>2017-05-29 23:27:19 -0400
commitfb154f5a6e43a86801fd16f392633c854d099ac4 (patch)
treee366da5a9cbeb763e31a0cb1ab00b0390e853816 /gfx.py
parent288902139f00a9113ea9b360eb00d3109727dcfe (diff)
parent6001eeba40879de457ed9cce6e980e1a3b32543f (diff)
Merge pull request #362 from yenatch/c-tools
Replace the python tools with C tools and rgbgfx. Add Pokemon pngs
Diffstat (limited to 'gfx.py')
-rw-r--r--gfx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.py b/gfx.py
index 04aecb5f6..7e4329ec1 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: