BYML: Difference between revisions
no edit summary
imported>Leoetlino (→Tools) |
imported>Leoetlino No edit summary |
||
Line 127: | Line 127: | ||
==== 0xC1 - Hash Node ==== | ==== 0xC1 - Hash Node ==== | ||
Hash / dictionary nodes are used to encode name value collections. | Hash / dictionary nodes are used to encode name value collections. Entries must be lexicographically sorted<ref>Nintendo's BYML library performs a binary search when looking up items by key in a hash node.</ref>. | ||
{| class="wikitable" | {| class="wikitable" |