Skip to content

This fixes GBA VC banners created with New Super Ultimate Injector v28 not showing the VC text box for non-US consoles.

License

Notifications You must be signed in to change notification settings

pivotiiii/nsui_banner_fixer

Repository files navigation

NSUI Banner Fixer

This fixes GBA VC banners created with New Super Ultimate Injector v28 not showing the VC text box for non-US consoles.

HNI_0032 HNI_0033

Warning

Overwriting an injected GBA game will overwrite its save file. Consider backing up your saves before, e.g. with GBAVCSM.

Download

The download can be found at the bottom of the releases section HERE.

There are two versions available:

Any version from 2.0 onwards is written in C++ and should work out of the box. This is the recommended version.

Any version before 2.0 is written in Python and tends to be falsely identified as a threat by antivirus software. If you used these versions before and encounter any errors with the new C++ version, the download for the last Python version is still available here both as a standalone executable or as a plain Python 3.6+ script with dependencies.

Usage

Double clicking the .exe or .py file:

If you put all .cia files you want to fix into the same directory as nsui_banner_fixer.exe/.py you can simply double click and all fixed .cia files will be saved in the newly created out directory.

Command line:

For a single .cia file: nsui_banner_fixer.exe example.cia

For all .cia files in your current working directory: nsui_banner_fixer.exe

By default your fixed .cia files will be created in the out directory of your current working directory.

Use the -r argument to instead edit the .cia files directly without making a copy.

Argument Explanation
-r, --replace Fix the .cia file(s) directly instead of saving a fixed copy in /out.
-v, --verbose Display more output as the program is working.
-q, --quiet Silence any non error output.
-h, --help Display a help message with usage instructions.
--version Display the program version.
--licenses Display license information.

About

This fixes GBA VC banners created with New Super Ultimate Injector v28 not showing the VC text box for non-US consoles.

Resources

License

Stars

Watchers

Forks