UndertaleModTool icon indicating copy to clipboard operation
UndertaleModTool copied to clipboard

Add macro/enum support

Open Grossley opened this issue 4 years ago • 1 comments

Add macro and enum support in the compiler. Automatically decompile macros in <= bytecode 14 games. Autogenerate macros and enums in situations where they are clearly used and where no other situation makes sense (num << 0). Add ability to save and load custom defined macros and enums from disk for a given game/data file. Would be easiest to integrate this into the profile mode system.

Grossley avatar Oct 12 '21 19:10 Grossley

Enum support will be coming along with the Underanalyzer merge, but no macro support just yet (although it shouldn't be too terrible to try)

colinator27 avatar Jul 01 '24 21:07 colinator27

Enum and macros are both supported in https://github.com/UnderminersTeam/UndertaleModTool/pull/2056, although no implementation for a game as a whole yet.

colinator27 avatar Mar 09 '25 03:03 colinator27

since there is general support for them, i'll mark the issue as closed.

Miepee avatar Mar 22 '25 16:03 Miepee