mchlnix / SMB3-Foundry

SMB3 Level Editor in Python
GNU General Public License v3.0
93 stars 12 forks source link

Find level bg pages #144

Closed fortenbt closed 2 years ago

fortenbt commented 2 years ago

The current method of finding the arrays just searches for the stock bytes. If it fails to find those, it falls back to using the hard-coded constant addresses as before.

The way this can still fail is if a hacker added new arrays in a different location and used those but left the original arrays in the ROM.

Closes #143