mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
draw more than one map group
This commit is contained in:
parent
feef50505e
commit
a02dd03581
|
|
@ -243,4 +243,5 @@ def save_maps(savedir, config=config):
|
|||
|
||||
for map_group_id in crystal.map_names.keys():
|
||||
for map_id in crystal.map_names[map_group_id].keys():
|
||||
image = save_map(map_group_id, map_id, savedir, config)
|
||||
if isinstance(map_id, int):
|
||||
image = save_map(map_group_id, map_id, savedir, config)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user