[{InsertPage page='info.wip'}]
%%columns
!!!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.
----
[{TableOfContents }]
%%
!!!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 
[{Image src='1.gif'}]
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
[{Image src='2.gif'}]
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
[{Image src='3.gif'}]
The default import settings are fine, only make sure that the char compression setting is off. Click on Generate to convert your image.
[{Image src='4.png'}]
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).
[{Image src='5.png'}]
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
[{Image src='6.png'}]
\\
%%center
||File||Location||Location (100% completion special title screen)
|Palette Data(.NCLR)|data/Scene/Title_XX.carc/title_m_b.NCLR|data/Scene/Title_XX.carc/title_true_m_b.NCLR
|Character Data(.NCGR)|data/Scene/Title_XX.carc/title_m_b.NCGR|data/Scene/Title_XX.carc/title_true_m_b.NCGR
|Screen Data(.NSCR)|data/Scene/Title.carc/title_m2.NSCR|data/Scene/Title.carc/title_true_m2.NSCR

%%sub *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!
[{Image src='7.png'}]

!!Restoring the logo fade in effect
!!Extended palettes
----
!!!Bottom screen
!!Replacing the bottom screen
!!Editing the buttons
!!Moving the buttons