SARC: Difference between revisions
SARC file format |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 23: | Line 23: | ||
| 0x06 | | 0x06 | ||
| 0x02 | | 0x02 | ||
| Byte-order marker ( | | Byte-order marker (0xFEFF = big, 0xFFFE = little) | ||
|- | |- | ||
| 0x08 | | 0x08 | ||
Line 147: | Line 147: | ||
== File Sort Order == | == File Sort Order == | ||
Files are sorted by their hash in the SFAT table | Files are sorted by their hash in the SFAT table, games require this sorting as they use a binary search algorithm [https://en.wikipedia.org/wiki/Binary_search_algorithm]. | ||