github gbdev/rgbds v1.0.3

3 hours ago

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 INCBIN on Windows to work with files larger than 2 GiB (no ROM can be that large but a partial INCBIN can still work)
  • FMOD and LOG explicitly handle invalid inputs without any platform-specific behavior

RGBLINK:

  • Fix the v1.0.2 regression that prevented backwards jr from low ROM0 to high HRAM
  • Show -Wtruncation warnings for invalid jr addresses
  • 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-color specs 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 COLUMNS environment variable to control --help width

Don't miss a new rgbds release

NewReleases is sending notifications on new releases.