city41 / rotary-bobble

Puzzle Bobble with rotary controls
https://rotary-bobble.mattgreer.dev/
GNU General Public License v3.0
2 stars 0 forks source link

combine the patch files into one #11

Closed city41 closed 7 months ago

city41 commented 7 months ago

Now that patches rely on absolute addresses, it would be easier and less error prone if all the patches were just in one file.

bonus: have doPatch support symbols to avoid the absolute address problem altogether.