This page is under construction!

Introduction#

Making a custom title screen may seem confusing at first, but in reality, is one of the easiest parts of the game to modify. In this tutorial you will learn how to edit almost every aspect of the title screen.

Tools required#

  • Nitro Paint
  • Image editor of your choice. paint.net will be used for this tutorial.

Top screen#

Making a basic title screen replacement#


Preparing your image#

First off, we need to make sure our image has a size of 256x192. To do so, I'm going to resize this image using paint.net
After our image has the correct resolution, we are going to expand the canvas downwards in such a way that the image is now 256x256. There should be a transparent 256 x 64 rectangle below our image, the purpose of this gap will be explained better
Once this is done, our image is now ready to be saved as png and get converted to the format used by the game

Converting your image#

Drag and drop your image into NitroPaint and select the create BG option
The default import settings are fine, only make sure that the char compression setting is off. Click on Generate to convert your image.
You will notice that 3 new windows appeared. These windows represent your image's palette data, character data (think of it as if your image was split into multiple 8x8 tiles), and screen data (think of it as a tile map that tells the console where to draw each tile).
Go into File->Save All or press Ctrl+Shift+S to save the generated files. After that, refer to the following table to know what file you should replace

FileLocationLocation (100% completion special title screen)
Palette Data(.NCLR)data/Scene/Title_XX.carc/title_m_b.NCLRdata/Scene/Title_XX.carc/title_true_m_b.NCLR
Character Data(.NCGR)data/Scene/Title_XX.carc/title_m_b.NCGRdata/Scene/Title_XX.carc/title_true_m_b.NCGR
Screen Data(.NSCR)data/Scene/Title.carc/title_m2.NSCRdata/Scene/Title.carc/title_true_m2.NSCR
*Replace XX with the language you are editing (ja,us,fr,ge,it,es)

Save/Rebuild your ROM and you should be ready to go!

Restoring the logo fade in effect#

Extended palettes#


Bottom screen#

Replacing the bottom screen#

Editing the buttons#

Moving the buttons#

Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
gif
1.gif 273.4 kB 1 15-Jul-2025 02:44 roco
gif
2.gif 296.4 kB 1 15-Jul-2025 02:49 roco
gif
3.gif 312.2 kB 1 15-Jul-2025 03:02 roco
png
4.png 23.0 kB 1 15-Jul-2025 03:06 roco
png
5.png 151.1 kB 1 15-Jul-2025 03:10 roco
png
6.png 6.7 kB 1 15-Jul-2025 03:14 roco
png
7.png 44.6 kB 1 15-Jul-2025 03:38 roco
« This page (revision-4) was last changed on 27-Jul-2025 17:08 by roco