Skip to content

v2.2.1.13

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 16:20
· 63 commits to master since this release

Bugfixes

  • Fix "open last project automatically" failing to remember what the last project was :)

New: "Go to Next Unreached In Point"

  • Tracelog-generated disassembly is great, but you can only uncover what the game actually plays through. When there are lots of rare branches in the game code, there will be small pockets of unmarked opcodes that need to be stepped over by hand in order to fill in the gaps.
  • So, pressing F3 will jump you to the next unmarked byte in the file that is a known branch point from a marked operand (like JMP/BRA/JSR and friends). Super-useful for cleaning up those last tiny bits of unmarked code to get a project to completion.

Example:
image

Other

  • UI: Most step/goto instructions will by default keep your currently selected cell near screen center. (Before, Step and other operations would keep you at the bottom of the screen). This is a handy UX improvement in order to just more easily see what's coming up next (so you don't step headfirst into a bunch of data, or wreck some other part of the file)
  • Help menu goes to a useful HELP.md on github, where it's easy to edit.
  • Updated HELP.md, removed a lot of old stuff and touched on some of the new stuff.

Full Changelog: v2.2.1.12...v2.2.1.13