You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Grossley
changed the title
Add macro support + autogenerate macros + save macros for game to disk to apply in certain circumstances
Add macro/enum support
Oct 12, 2021
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.
The text was updated successfully, but these errors were encountered: