Skip to content

Releases: sassquad/androidz-redux

v1.0.1

01 Nov 22:41
fc096bc
Compare
Choose a tag to compare

While idly playtesting the game via jsbeeb online, I finished level 20, only to find that the game crashed upon attempting to load the verdict. Other emulators (b2, Beebem) didn't seem to have this issue. I found the issue occurred whenever a game was over, which was pretty upsetting to find, two months after release!

I traced the issue to the HIMEM setting made just before the verdict is loaded. It would seem the level and character data is kept preserved in any case, so it made no sense to retain it, especially if it prevented being able to play the game online.

I've also fixed a minor graphical glitch specific to level 20. The very last byte of character data was not being counted properly, as the loop was not properly set, slightly mangling the last byte. Now fixed.