mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
also call load_all_sprite_Images
This commit is contained in:
parent
a07c92d3b3
commit
b77f80efd8
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user