Releases: gbdev/rgbds
Releases · gbdev/rgbds
v0.3.7
v0.3.6
-
rgbasmandrgblink- Fix
HIGH()andLOW()for constants. - Added
PRINTIto print integers in decimal format. - Allow
JRbetween sections. - Allow to continue lines with character
\.
- Fix
-
rgbgfx- Add support for colored images.
-
rgbfix- Allow more flexibility when fixing the header.
-
Other
- Document character maps, fix typos in manpages.
- Add .css file to the documentation.
-
Known bugs:
- The identifier
@is off by one in this release compared to previous releases.
- The identifier
v0.3.5
v0.3.4
Release 0.3.4 of RGBDS:
- Reintroduce
__LINE__andDL. - Fix
NOToperator. - Huge cleanup of the codebase.
BANK()now works with the name of sections, and it can be used with no arguments to request the bank number where the code is located.- Convert markdown files to reStructuredText, add
CONTRIBUTORS.rstfile. PUSHSandPOPSalso affect label scope.- Improve some error messages.
Known bugs:
WRAMXsections may not link correctly if a linkerscript is used.