Skip to content

v3.0.42

Compare
Choose a tag to compare
@Zephiles Zephiles released this 20 Dec 22:00
· 436 commits to master since this release

A custom-made error handler has been added in place of the original one. The main differences between this one and the original one is that the new one allows you to move and resize the text, and also shows the float register values and the paired singles values. The controls for how to use it will be displayed automatically when the game crashes, and are as follows:

  • Press/hold the D-Pad to move the text
  • Press X to go to the next page
  • Press Y to go to the previous page
  • Press A to zoom in
  • Press B to zoom out

The code that checks for errors in the game heaps now checks the free lists as well. This is particularly important for the smart heap, as some recent crashes were caused by the free list becoming corrupted.

Fixed a bug that could cause some of the crash-preventing code from working correctly.