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:58] skelux |
blast_corps:textures [2025/10/18 21:21] (current) |
||
|---|---|---|---|
| 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; | ||
| | | ||
| - | test | ||