summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2023-10-17 22:04:12 -0400
committerbriaguya <70942617+briaguya-ai@users.noreply.github.com>2023-10-17 22:04:12 -0400
commite9f4fc638ed904cc0dcdac24ea7708c9a220a702 (patch)
tree114c3d432697e04831741e623ae2340f6239bbe9 /docs
parentdcf56d93ecbd4db3bfd8a4832d7f991467964b98 (diff)
update to latest version used by SoH
Diffstat (limited to 'docs')
-rw-r--r--docs/zapd_extraction_xml_reference.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/zapd_extraction_xml_reference.md b/docs/zapd_extraction_xml_reference.md
index edbdf85..78817dc 100644
--- a/docs/zapd_extraction_xml_reference.md
+++ b/docs/zapd_extraction_xml_reference.md
@@ -509,7 +509,7 @@ Current supported types are `Vec3s`, `Vec3i` or `Vec3f`.
- Example:
```xml
-<Array Name="D_04002040" Count="24" Offset="0x2040">
+<Array Name="gLinkPauseChildDekuShieldJointTable" Count="24" Offset="0x2040">
<Vector Type="s16" Dimensions="3" />
</Array>
```
@@ -517,7 +517,7 @@ Current supported types are `Vec3s`, `Vec3i` or `Vec3f`.
Will be extracted as:
```c
-Vec3s D_04002040[24] = {
+Vec3s gLinkPauseChildDekuShieldJointTable[24] = {
{ -37, 2346, 93 },
{ 0, 11995, 0 },
{ -16385, -305, -16333 },