Skip to content

Releases: YANBForwarder/YANBF

v1.1.1-b1: generator fixes

05 Feb 01:47
Compare
Choose a tag to compare
Pre-release

The bootstrap.cia is a prerelease. The generator, however, is an update you won't want to miss.

What's new?

  • @Epicpkmn11: Preliminary widescreen support.
    • This will not work until the SD Forwarder Pack is updated. (Still works normally.)
    • You can optionally compile the SD forwarder pack yourself, but no support will be provided at this time.

Bug fix

  • Fixed an issue where makerom may fail if the ROM path has spaces.
  • Fixed some NDS ROMs only having a handful of languages. Now all languages are checked to make sure an out-of-bounds error doesn't happen.
  • Tried to make the unique ID more... unique. This should fix an issue where same game from different region replaces each other.

v1.1.0: wow a GUI to make this

16 Jan 08:12
Compare
Choose a tag to compare

New:

This release was solely made to provide a graphical user interface for generating forwarders. Go wild!

v1.0.1: I fixed things

14 Jan 21:01
Compare
Choose a tag to compare

Bug fixes:

  • Proper checking of the banner version and CRC-16 is now implemented to avoid issues with poorly created banners, common in some ROM hacks.
  • requirements.txt has been added.

Enhancements:

  • Better error handling for bannertool and makerom has been added to allow for proper debugging if things break.

v1.0.0: First release

14 Jan 05:09
Compare
Choose a tag to compare

Yet another nds-bootstrap forwarder.

Thanks @Epicpkmn11 for effectively debugging and testing everything up to this release.

Known issues:

  • requirements.txt is missing
    • please run pip install Pillow requests in the meantime