Another small bugfix update. The main thing is fixing backwards jr from ROM0 to HRAM, which had broken in v1.0.2. The v1.0.2+hotfix Git tag was also incompatible with rgbenv, so v1.0.3 fixes that.
RGBASM:
- Fix
INCBINon Windows to work with files larger than 2 GiB (no ROM can be that large but a partialINCBINcan still work) FMODandLOGexplicitly handle invalid inputs without any platform-specific behavior
RGBLINK:
- Fix the v1.0.2 regression that prevented backwards
jrfrom low ROM0 to high HRAM - Show
-Wtruncationwarnings for invalidjraddresses - Fix an SDAS object error message to refer to a section by its correct name
- Fix reading the value of "relocations" symbol/section index from SDAS objects
RGBGFX:
- Invalid
-B/--background-colorspecs will print one error message, not two redundant ones - Fix potential undefined behavior in the palette generation algorithm
All:
- Fix handling of at-files containing
--followed by positional arguments - Support
COLUMNSenvironment variable to control--helpwidth