Changes

Jump to navigation Jump to search
6,108 bytes added ,  07:10, 19 August 2017
Line 5: Line 5:     
RomFS structure:
 
RomFS structure:
* "MetaDataContentHeader.bin": Unknown, size is 0x44-bytes.
+
* "MetaDataContentHeader.bin": Describes the number of themes and languages in the control content.
 
* "ContentInfoArchive_<region>_<lang>.bin" Contains the list of ''all'' DLC content available under this DLC title(which can include DLC that's not yet accessible via the shop). <region> can be "USA", etc. <lang>, for the US title: "en", "es", "fr", and "pt".
 
* "ContentInfoArchive_<region>_<lang>.bin" Contains the list of ''all'' DLC content available under this DLC title(which can include DLC that's not yet accessible via the shop). <region> can be "USA", etc. <lang>, for the US title: "en", "es", "fr", and "pt".
 
* "icons/<decimal_id>.icn" Contains the raw DLC icon image data, without any header. 48x48 tiled RGB565.
 
* "icons/<decimal_id>.icn" Contains the raw DLC icon image data, without any header. 48x48 tiled RGB565.
   −
ContentInfoArchive entry format, size 0xC8(this file contains the following entry for each of the DLC content):
+
The below structures are little-endian.
 +
 
 +
MetaDataContentHeader.bin format:
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
Line 18: Line 20:  
| 0x0
 
| 0x0
 
| 0x4
 
| 0x4
| Content index - 1
+
| Version - always 0x1
 
|-
 
|-
 
| 0x4
 
| 0x4
 
| 0x4
 
| 0x4
| 0x0 = disabled, 0x1 = enabled.
+
| Number of enabled themes
 
|-
 
|-
 
| 0x8
 
| 0x8
 +
| 0x4
 +
| Total number of themes
 +
|-
 +
| 0xC
 +
| 0x4
 +
| Observed 0x300030
 +
|-
 +
| 0x10
 +
| 0x4
 +
| Magic, 0xDEADBEEF
 +
|-
 +
| 0x14..0x2C
 +
| 0x2
 +
| This data is sorted by region (JPN at 0x14, US at 0x18, etc.). This is the target region.
 +
|-
 +
| 0x16..0x2E
 +
| 0x2
 +
| Primary language for region? (0x0 for JPN, 0x1 for US and EU)
 +
|-
 +
| 0x30
 +
| 0x4
 +
| Number of ContentInfoArchive languages
 +
|-
 +
| 0x34+i
 +
| 0x2
 +
| ContentInfoArchive [[Nandrw/sys/SecureInfo_A|region]]
 +
|-
 +
| 0x36+i
 +
| 0x2
 +
| ContentInfoArchive [[Config_Savegame#Languages|language]]
 +
|}
 +
 +
ContentInfoArchive header format, size 0x08:
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Relative offset
 +
!  Size
 +
!  Description
 +
|-
 +
| 0x0
 +
| 0x4
 +
| Version? - always 0x1
 +
|-
 +
| 0x4
 +
| 0x4
 +
| Number of theme entries that follow.
 +
|}
 +
 +
ContentInfoArchive theme entry format, size 0xC8 (the file contains the following entry for each of the DLC themes):
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Relative offset
 +
!  Size
 +
!  Description
 +
|-
 +
| 0x0
 
| 0x40
 
| 0x40
 
| char string for the title text.
 
| char string for the title text.
 
|-
 
|-
| 0x48
+
| 0x40
| 0x88
+
| 0x80
 
| char string for the description text.
 
| char string for the description text.
 +
|-
 +
| 0xC0
 +
| 0x4
 +
| Content index
 +
|-
 +
| 0xC4
 +
| 0x4
 +
| 0x0 = disabled, 0x1 = enabled.
 
|}
 
|}
   −
The first entry is a "header": contentindex val=1, second word = <total DLC content excluding DLC control content>. The two strings are set to dummy text.
+
The first entry is set to dummy text, "content index" of 0 (invalid), and disabled.
    
=Theme Content=
 
=Theme Content=
 
RomFS structure:
 
RomFS structure:
* "bgm.bcstm": Background music, see [[CSTRM|here]].
+
* "bgm.bcstm": Background music, see [[BCSTM|here]].
 
* "body_LZ.bin": LZ11 compressed blob containing the rest of the theme data(graphics + optional [[BCWAV|CWAVs]]).
 
* "body_LZ.bin": LZ11 compressed blob containing the rest of the theme data(graphics + optional [[BCWAV|CWAVs]]).
   Line 65: Line 131:  
| 0xC
 
| 0xC
 
| 0x4
 
| 0x4
| Must be <4. Top screen draw type: 0 = none, 1 = solid color(see below), 2 = extension of val1(see below), 3 = texture.
+
| Must be <4. Top screen draw type: 0 = none, 1 = solid color, 2 = solid color with textured squares, 3 = texture.
 
|-
 
|-
 
| 0x10
 
| 0x10
 
| 0x4
 
| 0x4
| Top screen frame type, when draw-type is 3: 0 = texture1, 1 = texture0, 3 = texture1.
+
| Top screen frame type, when draw-type is 3: 0 = texture1 (regular scrolling speed), 1 = texture0 (no scroll), 3 = texture1 (slow scrolling speed).
 
|-
 
|-
 
| 0x14
 
| 0x14
 
| 0x4
 
| 0x4
| Offset for the top screen solid color data.
+
| Offset for the top screen solid color data. Length of data is either 5 or 7, depending on whether the top screen's draw type is 1 or 2. If draw-type = 1, the first three bytes are the background colour, the next adjusts the background gradient (0=none, 255=fade all the way to white at the top), and the last controls the opacity of the squares that float in front of the background.
 
|-
 
|-
 
| 0x18
 
| 0x18
 
| 0x4
 
| 0x4
| Top screen texture offset, see below.
+
| Top screen texture offset, if draw-type has value 2 this offset points to texture5
 
|-
 
|-
 
| 0x1C
 
| 0x1C
 
| 0x4
 
| 0x4
| Additional top-screen texture offset, used with draw-type val2. This is optional when using draw-type val2.
+
| Additional top-screen texture offset, used with draw-type has value 2, this offset points to texture6. This is optional when using draw-type val2.
 
|-
 
|-
 
| 0x20
 
| 0x20
Line 89: Line 155:  
| 0x24
 
| 0x24
 
| 0x4
 
| 0x4
| Bottom screen frame type, when draw-type is 3: 0 = texture4, 1 = texture2, 2 = texture3, 3 = texture4, 4 = texture3.
+
| Bottom screen frame type, when draw-type is 3: 0 = texture4 (regular scroll), 1 = texture2 (no scroll), 2 = texture3 (flipbook scroll, 0 > 1 > 2 > 0), 3 = texture4 (slow scroll), 4 = texture3 (flipbook scroll, 0 > 1 > 2 > 1 > 0).
 
|-
 
|-
 
| 0x28
 
| 0x28
 
| 0x4
 
| 0x4
| Bottom Screen Solid Color/Texture offset, see below.
+
| Bottom Screen texture offset.
 
|-
 
|-
 
| 0x2C
 
| 0x2C
Line 101: Line 167:  
| 0x30
 
| 0x30
 
| 0x4
 
| 0x4
| Offset to a 0xC-byte block.
+
| Offset to a 0xC-byte block. The block contains four RGB888 colours that affect the cursor, as it expands and contracts. These are the border colour, main colour, unknown, and expanded glow colour.
 
|-
 
|-
 
| 0x34
 
| 0x34
Line 109: Line 175:  
| 0x38
 
| 0x38
 
| 0x4
 
| 0x4
| Offset to a 0xC-byte block.
+
| Offset to a 0xC-byte block. The first six bytes of the block contain RGB888 colours for the 3d folder model. Specifically, its shadowed and main colours, in that order. The other six bytes are unknown.
 
|-
 
|-
 
| 0x3C
 
| 0x3C
Line 117: Line 183:  
| 0x40
 
| 0x40
 
| 0x4
 
| 0x4
| Offset to the data for texture6.
+
| Offset to the data for texture7.
 
|-
 
|-
 
| 0x44
 
| 0x44
 
| 0x4
 
| 0x4
| Offset to the data for texture7.
+
| Offset to the data for texture8.
 
|-
 
|-
 
| 0x48
 
| 0x48
Line 129: Line 195:  
| 0x4C
 
| 0x4C
 
| 0x4
 
| 0x4
| Offset to a 0xD-byte block.
+
| Offset to a 0xD-byte block. Block contains three RGB888 colours that affect both the cart icon that appears for DSiWare, and the file graphic that appears in folders. In order: bottom shadow, main colour, highlight at the top (folder icon only). The remaining four bytes are of unknown purpose. This block may or may not also be responsible for coloring regular icons when a texture is not used.
 
|-
 
|-
 
| 0x50
 
| 0x50
Line 137: Line 203:  
| 0x54
 
| 0x54
 
| 0x4
 
| 0x4
| Offset to the data for texture8.
+
| Offset to the data for texture9.
 
|-
 
|-
 
| 0x58
 
| 0x58
 
| 0x4
 
| 0x4
| Offset to the data for texture9.
+
| Offset to the data for texture10.
 
|-
 
|-
 
| 0x5C
 
| 0x5C
Line 149: Line 215:  
| 0x60
 
| 0x60
 
| 0x4
 
| 0x4
| Offset to a 0xD-byte block.
+
| Offset to a 0xD-byte block. Block contains three RGB888 colours controlling the buttons on the bottom screen with arrows on them - downwards sheen, main colour, leftwards sheen. The last four bytes are of unknown use. Note that the arrows themselves are coloured by the next field.
 
|-
 
|-
 
| 0x64
 
| 0x64
Line 157: Line 223:  
| 0x68
 
| 0x68
 
| 0x4
 
| 0x4
| Offset to a 0x9-byte block.
+
| Offset to a 0x9-byte block. Block contains three RGB888 colors for the bottom screen arrows: edge colour, unpressed colour, and pressed colour. Note that this only controls the arrows themselves, not the rest of the button.
 
|-
 
|-
 
| 0x6C
 
| 0x6C
Line 165: Line 231:  
| 0x70
 
| 0x70
 
| 0x4
 
| 0x4
| Offset to a 0x20-byte block.
+
| Offset to a 0x20-byte block. Block contains rgb data for the open button that appears when an app is under the cursoron the bottom screen. The 1st 4 bytes are unknown, the next 9 bytes contain colour data for(in order 3 bytes each) button background when pressed, unpressed and border. the next 7 bytes are unknown. The next 9 bytes contain the data for the text in thes order button text shadow, button text unpressed and then pressed. the last 3 bytes are unknown
 
|-
 
|-
 
| 0x74
 
| 0x74
 
| 0x4
 
| 0x4
| Offset to a 0x20-byte block.
+
| Offset to a 0x20-byte block. Block contains rgb data for the close button that appears when home button pressed from within a app. The 1st 4 bytes are unknown, the next 9 bytes contain colour data for(in order 3 bytes each) button background when pressed, unpressed and border. the next 7 bytes are unknown. The next 9 bytes contain the data for the text in thes order button text shadow, button text unpressed and then pressed. the last 3 bytes are unknown
 
|-
 
|-
 
| 0x78
 
| 0x78
Line 177: Line 243:  
| 0x7C
 
| 0x7C
 
| 0x4
 
| 0x4
| Offset to a 0xD-byte block.
+
| Offset to a 0xD-byte block that controls the text that appears above game icons when zoomed to the maximum level. First three bytes control background colour, next seven bytes are unknown, and the last three bytes control text colour.
 
|-
 
|-
 
| 0x80
 
| 0x80
Line 185: Line 251:  
| 0x84
 
| 0x84
 
| 0x4
 
| 0x4
| Offset to a 0xD-byte block.
+
| Offset to a 0xD-byte block, related to the bottom screen icon area. Used when the draw-type is set to solid colour. Block contains three RGB888 colours (shadow colour at the top of empty slot, background colour, border colour/shadow colour for the rest of empty slot) and one RGBA8888 (shadow/glow around folder area).
 
|-
 
|-
 
| 0x88
 
| 0x88
Line 193: Line 259:  
| 0x8C
 
| 0x8C
 
| 0x4
 
| 0x4
| Offset to a 0x9-byte block.
+
| Offset to a 0x9-byte block, related to the bottom screen outer area. Used when the draw-type is set to solid colour. Block contains three RGB888 colours (bottom stripes, main background colour, subtle edge glow).
 
|-
 
|-
 
| 0x90
 
| 0x90
Line 201: Line 267:  
| 0x94
 
| 0x94
 
| 0x4
 
| 0x4
| Offset to a 0xD-byte block.
+
| Offset to a 0xD-byte block related to the background of folders. Block contains three RGB888 colours (shadow colour at the top of empty slot, background colour, border colour/shadow colour for the rest of empty slot) and one RGBA8888 (shadow/glow around folder area).
 
|-
 
|-
 
| 0x98
 
| 0x98
Line 209: Line 275:  
| 0x9C
 
| 0x9C
 
| 0x4
 
| 0x4
| Offset to a 0x20-byte block.
+
| Offset to a 0x20-byte block. Related to the colour of the back arrow in folders.
 
|-
 
|-
 
| 0xA0
 
| 0xA0
Line 217: Line 283:  
| 0xA4
 
| 0xA4
 
| 0x4
 
| 0x4
| Offset to a 0x15-byte block.
+
| Offset to a 0x15-byte block. The block contains seven RGB888 colours that affect the bottom bottom screen icon-resize and settings buttons. In order: left box shadow (subtle), background colour, border colour, icon gradient colour 1, icon gradient colour 2, pressed colour, right box shadow (subtle).
 
|-
 
|-
 
| 0xA8
 
| 0xA8
Line 225: Line 291:  
| 0xAC
 
| 0xAC
 
| 0x4
 
| 0x4
| Offset to a 0xC-byte block.
+
| Offset to a 0xC-byte block. The block contains four RGB888 values, of which the first is the background colour for the "press to activate camera" overlay, and the fourth is the text colour of the same overlay. The middle two are unknown.
 
|-
 
|-
 
| 0xB0
 
| 0xB0
Line 233: Line 299:  
| 0xB4
 
| 0xB4
 
| 0x4
 
| 0x4
| Offset to a 0x6-byte block.
+
| Offset to a 0x6-byte block. The block contains two RGB888 values: the background colour and text colour for the message that tells you how many demo uses you have remaining.
 
|-
 
|-
 
| 0xB8
 
| 0xB8
Line 250: Line 316:  
The filesize is aligned to 0x10-bytes. The filesize must be at least 0xC4-bytes, due to padding/alignment the first block of data after the header is normally located at 0xD0.
 
The filesize is aligned to 0x10-bytes. The filesize must be at least 0xC4-bytes, due to padding/alignment the first block of data after the header is normally located at 0xD0.
   −
With the solid-color data, there's 5-bytes located at the solid-color data offset. With draw-type val2, there's 7-bytes located here. The first 4-bytes located here is RGBA8888 pixel data, the rest is unknown.
+
With the solid-color data, there's 5-bytes located at the solid-color data offset. With draw-type has value 2, there's 7-bytes located here. The first 4-bytes located here is RGBA8888 pixel data, the rest is unknown.
    
With draw-type val2, texture5 is also used(this likely isn't used for the entire top-screen). With draw-type val2, an extra texture with the same format/dimensions as texture5 can be used, when the additional texture offset field is set.
 
With draw-type val2, texture5 is also used(this likely isn't used for the entire top-screen). With draw-type val2, an extra texture with the same format/dimensions as texture5 can be used, when the additional texture offset field is set.
Line 280: Line 346:  
| 412x240
 
| 412x240
 
| 512x256
 
| 512x256
| This is the texture used for the top-screen background, when the frame-type is set for this one.
+
| This is the texture used for the top-screen background, when the frame-type is set for this one. Used for backgrounds that don't scroll.
 
|-
 
|-
 
| 1
 
| 1
Line 286: Line 352:  
| 1008x240
 
| 1008x240
 
| 1024x256
 
| 1024x256
| This is the texture used for the top-screen background, when the frame-type is set for this one.
+
| This is the texture used for the top-screen background, when the frame-type is set for this one. Used for backgrounds that scroll.
 
|-
 
|-
 
| 2
 
| 2
Line 292: Line 358:  
| 320x240
 
| 320x240
 
| 512x256
 
| 512x256
| This is the texture used for the bottom-screen background, when the frame-type is set for this one.
+
| This is the texture used for the bottom-screen background, when the frame-type is set for this one. Used for backgrounds that don't scroll.
 
|-
 
|-
 
| 3
 
| 3
Line 298: Line 364:  
| 960x240
 
| 960x240
 
| 1024x256
 
| 1024x256
| This is the texture used for the bottom-screen background, when the frame-type is set for this one.
+
| This is the texture used for the bottom-screen background, when the frame-type is set for this one. Split into three separate 320x240 textures that it jumps through like a flipbook.
 
|-
 
|-
 
| 4
 
| 4
Line 304: Line 370:  
| 1008x240
 
| 1008x240
 
| 1024x256
 
| 1024x256
| This is the texture used for the bottom-screen background, when the frame-type is set for this one.
+
| This is the texture used for the bottom-screen background, when the frame-type is set for this one. Used for backgrounds that scroll.
 
|-
 
|-
 
| 5
 
| 5
Line 310: Line 376:  
| 64x64
 
| 64x64
 
| 64x64
 
| 64x64
| This is used with the top-screen when top-screen draw-type is val2, see above.
+
| This is used with the top-screen when top-screen draw-type is val2, see above. Used to tile the top screen in much the same way as the white squares that appear when no theme is selected, this is the moving pattern, it is rotated 90 degrees.
 
|-
 
|-
 
| 6
 
| 6
 +
| Tiled A8
 +
| 64x64
 +
| 64x64
 +
| This is used with the top-screen when top-screen draw-type is val2, see above. Used to tile the top screen in much the same way as the white squares that appear when no theme is selected, this is the still pattern, it is rotated 90 degrees.
 +
|-
 +
| 7
 
| Tiled BGR888
 
| Tiled BGR888
 
| 74x64
 
| 74x64
Line 318: Line 390:  
| This is used for folder's on the main menu.
 
| This is used for folder's on the main menu.
 
|-
 
|-
| 7
+
| 8
 
| Tiled BGR888
 
| Tiled BGR888
 
| 82x64
 
| 82x64
Line 324: Line 396:  
| This is used for open folder's on the main menu.
 
| This is used for open folder's on the main menu.
 
|-
 
|-
| 8
+
| 9
 
| Tiled BGR888
 
| Tiled BGR888
 
| 36x72
 
| 36x72
Line 330: Line 402:  
| This is used for 48x48 icon borders on the main menu.
 
| This is used for 48x48 icon borders on the main menu.
 
|-
 
|-
| 9
+
| 10
 
| Tiled BGR888
 
| Tiled BGR888
 
| 25x50
 
| 25x50
Line 346: Line 418:  
| 0x0
 
| 0x0
 
| 0x4
 
| 0x4
| Unknown
+
| Unknown  
 
|-
 
|-
 
| 0x4
 
| 0x4
Line 354: Line 426:  
| 0x8
 
| 0x8
 
|  
 
|  
| Beginning of the audio data entries.
+
| Beginning of the audio data entries.Each .cwav has an 8 byte "header" before the "Magic" (cwav) the first two bytes tell the 3ds where the next audio entry isand is the same as its cwav's filesize (See below). Bytes 3 + 4 are zeroes and byte 5 controls the cwav's volume (0-100) the last three bytes are zeroes again
 
|}
 
|}
   Line 424: Line 496:  
* 5: When cursor is moved a screen-worth of icons across
 
* 5: When cursor is moved a screen-worth of icons across
 
* 6: Folder buttons
 
* 6: Folder buttons
 +
    
=Built-in themes=
 
=Built-in themes=
 
The built-in themes are stored at Home Menu RomFS:/theme/<Color>_LZ.bin, the format appears to be the same as body_LZ.bin in the theme DLC content.
 
The built-in themes are stored at Home Menu RomFS:/theme/<Color>_LZ.bin, the format appears to be the same as body_LZ.bin in the theme DLC content.

Navigation menu