Herringway / earthbound

attempt at decompiling+porting earthbound
29 stars 7 forks source link

Fix bug with HDMA transfers with `always` bit set #143

Closed charasyn closed 1 year ago

charasyn commented 1 year ago

I found a bug in sfcdma - it used the same data every time for regions with the always bit set. With it fixed, it looks like this: image

I also updated the unit tests to catch this issue.

Fixes #128