diff options
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)) |