Skip to content

Instantly share code, notes, and snippets.

@Normmatt
Created November 13, 2014 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Normmatt/a706f69814b5792b2832 to your computer and use it in GitHub Desktop.
Save Normmatt/a706f69814b5792b2832 to your computer and use it in GitHub Desktop.
body_LZ.bin
----------------------------------------------------
0x0000 | Version (Must be 1?)
0x0004 |
0x0008 |
0x000C | Must be less than 4?
0x0010 | Top Screen Frame Count (If 0 then solid color at 0x14, else texture at 0x18)
0x0014 | Top Screen Solid Color (RGB8)
0x0018 | Top Screen Texture Address (Rgb565 at (320*(Top Screen Frame Count))*240)
0x001C |
0x0020 | Bottom Screen Frame Count (If 0 then solid color at 0x24, else texture at 0x28)
0x0024 | Bottom Screen Type (0=Palette?,2=Rgb565)
0x0028 | Bottom Screen Solid Color/Texture Address (Rgb565 at 320x240)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment