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.
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