Home Menu/Themes: Difference between revisions

No edit summary
Line 65: Line 65:
| 0xC
| 0xC
| 0x4
| 0x4
| Must be <4.
| Must be <4. Top screen draw type.
|-
|-
| 0x10
| 0x10
Line 85: Line 85:
| 0x20
| 0x20
| 0x4
| 0x4
| Bottom Screen Frame Count, must be <4.
| Must be <4. Bottom screen draw type.
|-
|-
| 0x24
| 0x24
| 0x4
| 0x4
| Bottom Screen Type (0=SolidColor, 2=Rgb565)
| Bottom screen frame type: 0 = solid color(uses texture4 internally), 1 = texture2, 2 = texture3, 3 = texture4, 4 = texture3.
|-
|-
| 0x28
| 0x28
| 0x4
| 0x4
| Bottom Screen Solid Color/Texture offset (Rgb565 at 256x240)
| Bottom Screen Solid Color/Texture offset, see below.
|-
|-
| 0x2C
| 0x2C
Line 191: Line 191:
| 412x240
| 412x240
| 512x256
| 512x256
| This is the texture used for the top-screen image, 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.
|-
|-
| 1
| 1
Line 197: Line 197:
| 1008x240
| 1008x240
| 1024x256
| 1024x256
| This is the texture used for the top-screen image, 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.
|-
| 2
| Tiled RGB565
| 320x240
| 512x256
| This is the texture used for the bottom-screen background, when the frame-type is set for this one.
|-
| 3
| Tiled RGB565
| 960x240
| 1024x256
| This is the texture used for the bottom-screen background, when the frame-type is set for this one.
|-
| 4
| Tiled RGB565
| 1008x240
| 1024x256
| This is the texture used for the bottom-screen background, when the frame-type is set for this one.
|}
|}