Beco: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino m (lowercase title) |
imported>Leoetlino No edit summary |
||
Line 12: | Line 12: | ||
| 0x0 || u32 || Magic (0x00112233) | | 0x0 || u32 || Magic (0x00112233) | ||
|- | |- | ||
| 0x4 || u32 || Number of | | 0x4 || u32 || Number of rows | ||
|- | |- | ||
| 0x8 || u32 || Divisor | | 0x8 || u32 || Divisor | ||
Line 19: | Line 19: | ||
|} | |} | ||
=== | === Offsets === | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Offset !! Type !! Description | ! Offset !! Type !! Description | ||
|- | |- | ||
| 0x0 || u32[ | | 0x0 || u32[num_rows] || Offsets to row data, divided by 2 and relative to data start offset | ||
|} | |} | ||
=== | === Data === | ||
Data starts here. | |||
==== Segment ==== | ==== Segment ==== | ||
Line 40: | Line 40: | ||
|} | |} | ||
This structure is repeated until the | This structure is repeated until the entire row has been covered by segments. The sum of all segment lengths is equal to the length of the map on the X axis. | ||
== Operations == | == Operations == |