randovania / open-samus-returns-rando

Randomizer patcher for Metroid: Samus Returns
GNU General Public License v3.0
5 stars 1 forks source link

Revert caching `get_asset_names_in_folder` #436

Closed dyceron closed 3 months ago

dyceron commented 3 months ago

The caching causing memory errors in scenarios without a Chozo Seal present, where a custom DNA Seal has been added. This has a side effect of the patcher being ~1-2 seconds slower than before.

Related to #435