diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-05 05:44:43 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-05 05:49:10 -0400 |
commit | 43182b4a895975a6eb7b197bad7b077a37f776a6 (patch) | |
tree | ff7b46f23cafebdf9de3a25f9f007a9c4b1672e9 /tools/pokemontools/gfx.py | |
parent | f8518cf485c0c5e62980d21a2b80bab6f68ed732 (diff) |
Create PNGs for remaining gfx binary files.
Diffstat (limited to 'tools/pokemontools/gfx.py')
-rw-r--r-- | tools/pokemontools/gfx.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pokemontools/gfx.py b/tools/pokemontools/gfx.py index 97e4d838..078f44f3 100644 --- a/tools/pokemontools/gfx.py +++ b/tools/pokemontools/gfx.py @@ -389,6 +389,8 @@ def export_2bpp_to_png(filein, fileout=None, pal_file=None, height=0, width=0, t 'pal_file': pal_file, 'tile_padding': tile_padding, 'pic_dimensions': pic_dimensions, + 'rows': kwargs.get('rows', None), + 'whitespace': kwargs.get('whitespace', None) } arguments.update(read_filename_arguments(filein)) |