Skip to content

v27.13.1

Choose a tag to compare

@RocketRobz RocketRobz released this 14 Apr 20:44
· 364 commits to master since this release

Includes nds-bootstrap v2.4.5

Check here on how to update TWiLight Menu++:

What's new?

  • The color LUT files have been reduced from 128KB to 64KB, due to each half being duplicates.
    • For your homebrew (already supporting color LUT) to use the reduced size, change the allocation/load size from 0x20000 to 0x10000, and change any instance of color = colorTable[color] to color = colorTable[color % 0x8000].
  • DSi-based UIs: Filetypes from all filenames are now displayed if the file contains no banner.
  • Various: Updated translations.

Bug fixes

  • DSi-based UIs: Another fix for large cheat lists causing a crash on DS flashcards.
    • Achieved by freeing up the photo and music buffers (64KB and 384KB) from RAM, causing the photo shuffling feature to disable and the music to stop when opening the cheat menu. When exiting the cheat menu, both the buffers are re-allocated and then said features will work again.
  • DSi-based UIs: Fixed transparent box art not displaying properly.
  • 3DS UI: Changed a remaining instance of "theme" to "user interface" when attempting to launch the Unlaunch installer.
  • DS Classic Menu and R4 & Wood UIs: Long filenames now fit within the banner text box.