summaryrefslogtreecommitdiff
path: root/tools/gfx.py
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-01 20:58:12 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-02 01:36:09 -0400
commit48e0d17b6a51344a07c679e17eb92a25fdb1882b (patch)
tree290a1e71a454c76d5a3baeb9cd4de32ac86989ca /tools/gfx.py
parent90cdd19ae81c1f3446d64094018b3f1d705ce1cf (diff)
Finish disassembling bank $2e, miscellaneous pics cleanup.
Diffstat (limited to 'tools/gfx.py')
-rw-r--r--tools/gfx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx.py b/tools/gfx.py
index 1327907d..d1f2b208 100644
--- a/tools/gfx.py
+++ b/tools/gfx.py
@@ -63,7 +63,7 @@ def filepath_rules(filepath):
pokemon_name = ''
- if 'gfx/pics/' in filedir:
+ if 'gfx/pokemon/' in filedir:
pokemon_name = filedir.split('/')[-1]
if pokemon_name.startswith('unown_'):
index = filedir.find(pokemon_name)