Avasam / ptle-tools

A mono-repo and git sub-modules for all tools relating to Pitfall: The Lost Expedition (and The Big Adventure)
GNU Lesser General Public License v2.1
7 stars 3 forks source link

Scan for previous area value across a range of addresses #51

Open Avasam opened 4 months ago

Avasam commented 4 months ago

Idea for a potential hacky workaround to make "previous area id" a lot more stable across death and save loads. First tests are promising.

Avasam commented 3 months ago

Newfound issue: since the correct ID can appear in multiple places, finding the first address is fine to read from, but is not necessarily the address to write to ! I could store a list of addresses instead of just a single one, dunno what it risks breaking, but 🤷