This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blast_corps:textures [2016/04/14 01:57] skelux |
blast_corps:textures [2017/06/23 10:34] (current) shygoo ↷ Page moved from bc:textures to blast_corps:textures |
||
---|---|---|---|
Line 100: | Line 100: | ||
^ 15 ^ 14 - 5 ^ 4 - 0 ^ | ^ 15 ^ 14 - 5 ^ 4 - 0 ^ | ||
| 1 | Offset (bytes) | Length (16) | | | 1 | Offset (bytes) | Length (16) | | ||
- | | + | |
if MSB is 0: | if MSB is 0: | ||
ByteOut0 = (((DataIn >> 8) & 0x38) << 2) | (((DataIn >> 8) & 0x7) << 1); | ByteOut0 = (((DataIn >> 8) & 0x38) << 2) | (((DataIn >> 8) & 0x7) << 1); | ||
Line 109: | Line 109: | ||
offset = (DataIn & 0x7FFF) >> 5; | offset = (DataIn & 0x7FFF) >> 5; | ||
| | ||
- |