Changes

Jump to navigation Jump to search
485 bytes added ,  22:32, 11 November 2011
Line 61: Line 61:     
== Banner ==
 
== Banner ==
The banner starts with a 0xF0 large data block, whose purpose is currently unknown. Then at offset 0x400 into the banner section is the actual banner, which contains information about the creator and title of the app (you can see them in the system settings):
+
The banner starts with a 0xF0 large data block, whose purpose is currently unknown. Then at offset 0x400 into the banner section is the actual banner, which contains information about the creator, the first title and the second title (you can see them in the system settings):
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
Line 76: Line 76:  
|  Reserved = 0
 
|  Reserved = 0
 
|}
 
|}
 +
This small 'header' is immediately followed by a 0x80 large block for the application name (first title) and then a 0x100 bytes large block for the second title (this title will be shown in the system settings). After that there's alway the same order:
 +
* publisher name (aligned to 0x80 bytes)
 +
* first title (aligned to 0x80 bytes)
 +
* second title (aligned to 0x100 bytes)
 +
This order will repeat 10 times, thus there's a 0x1660 bytes large space for these information.
100

edits

Navigation menu