BYML: Difference between revisions

no edit summary
imported>Leoetlino
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. The order of entries in the dictionary does not seem to matter.
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"
Anonymous user