This command is for TWL ROMs. See makebanner
for details on NITRO ROMs.
The makebanner.TWL
tool creates banner files. Banner files contain a variety of information. This includes the image that identifies an application and is displayed in the launcher when TWL and Nintendo DS and DS Lite systems start.
The banner file contains image data and game title information for each language. It is created based on the description in the banner specification file (BSF). Once the banner file is created, makerom.TWL
is used to write it to the application ROM image.
Banner files for use with TWL ROMs can contain, in addition to the NITRO ROM banner file (NTR banner), animation that consists of 8 images. If a banner file contains animation data, the TWL launcher displays the animation; if it does not contain animation data, the launcher displays the NTR banner. If a banner was created in the same manner as with makebanner
, no animation data is created, only the NTR banner.
Create banners containing animation data by taking an animation file created in NITRO-CHARACTER, converting it with bannercvtr
, and using the resulting data in makebanner.TWL
. In this case, the zeroth frame of the animation data is set as the NTR banner. You can also use an option to change which animation frame is used. If you create a hybrid ROM with a banner containing animation data, the NTR banner is displayed when it is started on a Nintendo DS or DS Lite system, and the animation banner is displayed when it is started on a TWL system.
% makebanner.TWL [-d] [-N ICON_BASENAME] [-A ANIMEFILE] [-i IMAGE_INDEX]
[-j PALETTE_INDEX] [-s] SPECFILE [BANNERFILE]
This function links files according to the description in the banner specification file (SPECFILE
, which is described below). It creates a file named BANNERFILE
. Using BANNERFILE
is optional and may be omitted. If you omit it, a file of the same name as that specified by SPECFILE
with the extension BNR is created.
The -A
option specifies a file output from bannercvtr
. This option is required if an animation file is not specified in SPECFILE
.
The -i
option specifies the image index to use when exporting a NTR banner from a file output from bannercvtr
. If not specified, this is 0.
The -j
option specifies the palette index to use when exporting a NTR banner from a file output from bannercvtr
. If not specified, this is 0.
The -s
option outputs a sub-banner file.
The -N
option allows you to specify, from the command line, an icon file to use when exporting a static image banner. It attaches NBFC and NBFP to the base names specified by ICON_BASENAME
, turning the resulting files into an image file and image parameter file, respectively. This overwrites the values specified by ImageFile:
and PlttFile:
. Values specified by parameter are overwritten. This cannot be specified at the same time as the -A
option.
The -d
option is for displaying messages when debugging makebanner.TWL
. This is usually not necessary.
The banner specification file is a text file that specifies an image data file and the game title in each language. It must be described and saved in Unicode (UTF-16LE with BOM). Notepad in MS Windows 2000/XP supports Unicode. Select Unicode from the Encoding drop-down list when saving the file.
The delimiter between parameter specifications and values is a colon (:
).
AnimeFile:
[Name of file output frombannercvtr
]- Specifies the file output from
bannercvtr
.
For more details, see thebannercvtr
reference manual.AnimeImageIndex:
[image index]AnimeFile:
Specifies the image index to use for the NTR banner when exporting a NTR banner from the animation file specified in theAnimeFile
parameter.AnimePlttIndex:
[palette index]AnimeFile:
Specifies the palette index to use for the NTR banner when exporting a NTR banner from the animation file specified in theAnimeFile
parameter.AnimeFile:
[filename output frombannercvtr
]- Specifies the file output from
bannercvtr
.
For more details, see thebannercvtr
reference manual.ImageFile:
[Image's image filename]- Specifies a binary image, 32x32 x 16 colors.
Store character data using one-dimensional mapping.
The first 512 bytes are written to the banner file.PlttFile:
[Image's palette filename]- Specifies a binary image palette.
The first 32 bytes are written to the banner file.
ImageFile
, PlttFile:
The ImageFile
and PlttFile
parameters are used when creating NTR banners.
When creating an animated banner, use the AnimeFile:
, AnimeImageIndex:
, and AnimePlttIndex:
parameters.
When creating an NTR banner using the ImageFile:
and PlttFile:
parameters, create image and palette binary data from the image file using ntexconv (-no -bg -bgb -bgnc)
and so on.
The -N
option allows you to specify image file parameters from the command line.
Version:
[banner version]- Specifies the banner version.
For TWL, always specify'3'
. If not specified, it is set to3
.
For more details on characters and character codes that can be used, see the separate document DS IPL Banner Guidelines.
JP:
[Japanese game title name]EN:
[English game title name]FR:
[French game title name]GE:
[German game title name]IT:
[Italian game title name]SP:
[Spanish game title name]CN:
[Chinese game title name]HN:
[Korean game title name]
- Describes the game title name in each language. The maximum is three rows, 128 characters (including carriage returns). A string must be specified in the first line. If a line begins with a space or a tab, it is considered a continuation of the previous line. All content between a blank line and the next language parameter is destroyed. If you want to leave line 1 or 2 blank, and write something in line 3, place content in the form of quotation marks (
""
) in the line you want to leave blank. Regardless of the order in which they are written, languages are stored in banner files in the following order: Japanese, English, French, German, Italian, Spanish, Chinese, Korean.
IfCN:
orHN:
is not specified, that language is set to a blank field.
As in the banner specification file, the save format is UTF-16LE (without BOM).
JP:
[English game title name]
EN:
[English game title name]
FR:
[English game title name]
GE:
[English game title name]
IT:
[English game title name]
SP:
[English game title name]
CN:
[Chinese game title name]
HN:
[English game title name]
- Use the format above to specify a Chinese-language banner for applications for the Chinese market.
JP:
[English game title name]
EN:
[English game title name]FR:
[English game title name]
GE:
[English game title name]
IT:
[English game title name]
SP:
[English game title name]
CN:
[English game title name]
HN:
[Korean game title name]- Use the aforementioned format to specify a banner for applications for the Korean market. At this time, describe all game title names in English, except for those for Korean.
Parameter specification must be at the beginning of the name line. Lines beginning with #
are treated as comments. With the exception of the spaces at the beginning of a line, all spaces are included in the string. If you want to include leading spaces, surround them with quotation marks (""
). Likewise, if you want to include quotation marks, surround them with quotation marks ("""
).
#BSF --- Banner Spec File Version: 3 JP: TWL "にほんご" ("Japanese" in Japanese) EN: Twl1 English FR: Twl2 GE: Twl3 IT: Twl4 SP: "Twl5" CN: Twl6 HN: Twl7
The following warning is displayed if the specified game title cannot be displayed correctly by the launcher when starting the TWL or Nintendo DS or DS Lite system.
The following warning is displayed if characters that cannot be displayed by the launcher have been set.
Warning:!!!! JP in line 1 Warning:!!!! Game title includes undisplayable characters.
Although the Nintendo DS, DS Lite, and DSi systems can display some kanji and symbols, you cannot specify these characters. The useable character codes are distributed separately. See the DS IPL Banner Guidelines.
The following warning is displayed if the game title cannot be displayed properly because the width of the game title is greater than the launcher display area.
Check the displayable size of the TWL or Nintendo DS or DS Lite system. In the following example, the title for a TWL system is 1 pixel too wide.
Warning:!!!! EN in line 1 Warning:!!!! Game title exceeds TWL menu size(240 pixel) by 1 pixel.
$TwlSDK/tools/bin/makebanner.TWL.exe
Banner Overview
bannercvtr
makerom.TWL
2009/06/18 Added explanation to see the DS IPL Banner Guidelines for characters that can be used.
2009/06/02 Removed kanji warning. Explained useable character codes.
2009/05/12 Added blank field settings when the Chinese and Korean languages are unspecified.
2009/05/08 Removed some ways of specifying the game title for applications for the Chinese market.
2009/04/13 Added an explanation for applications for the Chinese market.
2008/11/27 Revised game titles in examples and added a warning regarding use of kanji.
2008/11/05 Revised the description of the -N
option.
2008/10/20 Added a warning about the width of game titles.
2008/10/17 Changed the link for documents related to Nintendo DS banners.
2008/09/12 Initial version.
CONFIDENTIAL