diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-01 20:58:12 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-02 01:36:09 -0400 |
commit | 48e0d17b6a51344a07c679e17eb92a25fdb1882b (patch) | |
tree | 290a1e71a454c76d5a3baeb9cd4de32ac86989ca /tools/gfx.py | |
parent | 90cdd19ae81c1f3446d64094018b3f1d705ce1cf (diff) |
Finish disassembling bank $2e, miscellaneous pics cleanup.
Diffstat (limited to 'tools/gfx.py')
-rw-r--r-- | tools/gfx.py | 2 |
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) |