Event Assembler 11.1
Changelog:
- Added
-symOutput:<filename>Core option, which outputs global labels to<filename>following the format<name>=$<offset(hex)><newline> - “Added” symbol Assignment logic (
<symName> = <value>) (“Added” because most of the logic was already present, I basically just made it parse) - Tools invoked through directives (
#incext,#inctevent&#runext) can now report errors via stderr (before they needed to print "ERROR: " to stdout) -
#runextpasses Tool’s stdout to EA’s - Added warning when redefining a symbol/label (within the same scope)
- Various Fixes:
- Fixed
#inctext/#incteventnot handling parameters with spaces properly - Fixed IsDefined macro not working
- Fixed curly brackets crashing EA when directly after a label/statement
- Fixed repeatable codes without parameters crashing EA
- Fixed various crashes related to the expression/parameter parser
(Also some minor additions to raws & the stdlib (See these github commits for details))
This may or may not be the last (feature) release before Colorz’s rewrite is complete.
Please do notify us about any bug you may find, either through here or the Discord.
