SMDH: Difference between revisions

3dsguy (talk | contribs)
Format: Corrections
3dsguy (talk | contribs)
No edit summary
Line 71: Line 71:
=== Icon graphics ===
=== Icon graphics ===


At offset 0x2400, there are two icons:
At offset 0x2040, there are two icons:
* Small - 24x24 (shown on top screen when pausing the app)  
{| class="wikitable" border="1"
* Large - 48x48 icon (the general icon)
|-
!  START
!  SIZE
!  DESCRIPTION
|-
|  0x2040
|  0x480
Small - 24x24 (shown on top screen when pausing the app)
|-
|  0x180
|  0x1200
Large - 48x48 icon (the general icon)
|}


Both of the icons are encoded in RGB565 meaning 16bpp. Although both icons are known to be RGB565, developers have the option of encoding icons (and banners) with the following encodings :
Both of the icons are encoded in RGB565 meaning 16bpp. Although both icons are known to be RGB565, developers have the option of encoding icons (and banners) with the following encodings :