diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-05-19 18:31:51 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-05-19 18:31:51 -0400 |
| commit | 1fca66421ad18d7dc979d4871caf653febd9fa20 (patch) | |
| tree | 59b746a1dd8190c0f35c31670419703e9c8b39f4 /tools | |
| parent | f53d5a4c9c49b9de8aab5026b2a74706b587377f (diff) | |
Several small cleanups, add pics.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/gfx.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gfx.py b/tools/gfx.py index 79dd6f61..ff0802c7 100644 --- a/tools/gfx.py +++ b/tools/gfx.py @@ -164,6 +164,10 @@ def filepath_rules(filepath): if name == 'chris_back': args['pic_dimensions'] = 6, 6 + elif 'gfx/pokedex' in filedir: + if name in ['slowpoke', 'pokedex']: + args['width'] = 128 + elif 'gfx/pokegear' in filedir: if name == 'pokegear_sprites': args['width'] = 16 |
