Releases: RPGHacker/asar
v1.91
v1.90
A bunch of new features accumulated over 3 years. Lots of deprecations for stuff that will be removed. Notable new features:
for
loops that look likefor i = 0..123
, which are a more convenient notation for while loops.spcblock
is a new, more flexible replacement forarch spc700-inline
.- "static" labels (that is, labels that are defined with the
label = $123456
syntax) can now be used inif
conditions. freecode
can now be used in HiROM, ExHiROM, and ExLoROM mappers.- New
pc()
andrealbase()
math functions.
See the changelog or release announcement thread for more info.
The asar190.zip file has been updated after the initial release to fix some links in the README (commit 897c388). Everything else is built from exactly the v1.90 tag.
v1.90 RC 1
In preparation for a smooth-ish transition to Asar 2.0, this version mostly deprecates some legacy features and fixes a lot of bugs. Some minor new features were added. See changelog (included in zip or at https://rpghacker.github.io/asar/changelog/) for more information.
1.81
minor bugfix release, fixes defines getting evaluated in false if statements in variadic macros, and fixes a phantom error related to referencing structs before defining them
1.80
Lots of new features and bugfixes accumulated over the past 2 years. See changelog (included in zip or at https://rpghacker.github.io/asar/changelog/) for more information.
1.71
Some bugfixes. Changelog included. (or at http://rpghacker.github.io/asar/changelog)
1.70
Release for SMWC3 Winter 2019. Changelog included.
1.61
1.60
Full 1.60 release for SMWC C3 Summer 2018. Changelog included.
1.60 beta 1
First beta release of Asar v1.60, mainly for compatibility testing purposes.
Might not contain all features of the full v1.60 release yet.