Datasheet: Difference between revisions
→Value
imported>Leoetlino (main field -> root field / mention pointer relocation) |
imported>Leoetlino (→Value) |
||
Line 135: | Line 135: | ||
=== Value === | === Value === | ||
A value is simply serialized data for the structure formed of root fields. | |||
{| class="wikitable" | {| class="wikitable" | ||
|+Field data serialization | |+Field data serialization | ||
Line 161: | Line 163: | ||
|<code>struct { const char* data; u32 length; }</code> (aligned to 0x10 bytes) | |<code>struct { const char* data; u32 length; }</code> (aligned to 0x10 bytes) | ||
|} | |} | ||
== Usage in ''Link's Awakening'' == | == Usage in ''Link's Awakening'' == |