summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-04-28 18:43:08 -0500
committerBryan Bishop <kanzure@gmail.com>2014-04-28 18:43:08 -0500
commitb77f80efd8ff1fd0cb2cdc3d60ca39a3822c89e1 (patch)
tree7598d68fa58707acd936a5ab53c736bc87d33135
parenta07c92d3b38898568077da99ec05a82c69ffcc3c (diff)
also call load_all_sprite_Imagespath-finding
-rw-r--r--pokemontools/vba/path.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemontools/vba/path.py b/pokemontools/vba/path.py
index 2e50d1b..6bc64e0 100644
--- a/pokemontools/vba/path.py
+++ b/pokemontools/vba/path.py
@@ -639,6 +639,7 @@ def plan_and_draw_path_on(map_group_id=1, map_id=1, initial_location=(0, 0), fin
pokemontools.crystal.cachably_parse_rom()
pokemontools.map_gfx.add_pokecrystal_paths_to_configuration(config)
+ pokemontools.map_gfx.load_all_sprite_images()
# get the map based on data from the rom
parsed_map = pokemontools.crystal.map_names[map_group_id][map_id]["header_new"]