Home Menu/Themes: Difference between revisions
No edit summary |
No edit summary |
||
Line 65: | Line 65: | ||
| 0xC | | 0xC | ||
| 0x4 | | 0x4 | ||
| Must be <4. Top screen draw type: 0 = none, 1 = solid color, 2 = solid color | | Must be <4. Top screen draw type: 0 = none, 1 = solid color, 2 = solid color with textured squares, 3 = texture. | ||
|- | |- | ||
| 0x10 | | 0x10 | ||
Line 73: | Line 73: | ||
| 0x14 | | 0x14 | ||
| 0x4 | | 0x4 | ||
| 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. | | 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. For draw-type 2, the first five bytes are used for the same purpose and the last two are unknown. | ||
|- | |- | ||
| 0x18 | | 0x18 |