Add macro/enum support
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.
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)
Enum and macros are both supported in https://github.com/UnderminersTeam/UndertaleModTool/pull/2056, although no implementation for a game as a whole yet.
since there is general support for them, i'll mark the issue as closed.