Skip to content

0.1.17

Compare
Choose a tag to compare
@krzys-h krzys-h released this 11 Nov 22:56
· 2954 commits to master since this release

Big decompiler update. Please report if you run into any bugs.

  • Add support for resolving of numeric IDs (oh, finally!) - #16
    • This includes even things that are assigned to variables before being used in functions or are passed as arguments to custom scripts
    • As part of this change, arguments that are colors will now be automatically be represented as more meaningful hex numbers
  • Fix the 'dup' instruction with tempvars reversing argument order - #54
  • Reduce the amount of unnecessary tempvars slightly
  • Add automatic translation string resolving for Deltarune - #39