It's hard to know for sure, but my starting point would be the savefile changes. Look at exactly what you've changed, and see whether the syntax matches existing code - for example, you may have done something like
instead of
Code:
rd_byte(tmp8u)
Code:
rd_byte(&tmp8u)
Comment