diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2022-09-18 23:29:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-18 23:29:24 -0400 |
| commit | e76890a796a732398455b2dc10c9a94f9217c9ab (patch) | |
| tree | 5e3fd633367f6fedfc52ddd9f8aaef7d85ba4c69 /ZAPDTR | |
| parent | e2e0a070eab85ea6c7eeb32db67b08321bdfd929 (diff) | |
Update XMLs from upstream (#1448)
* litle less than half way
* done?
* revert ganon for now
* anime1
* anime 2-3
* object_ganon
* rest of gaBon
* missed some changes
* player
Diffstat (limited to 'ZAPDTR')
| -rw-r--r-- | ZAPDTR/docs/zapd_extraction_xml_reference.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ZAPDTR/docs/zapd_extraction_xml_reference.md b/ZAPDTR/docs/zapd_extraction_xml_reference.md index 06b95bb57..36d040c29 100644 --- a/ZAPDTR/docs/zapd_extraction_xml_reference.md +++ b/ZAPDTR/docs/zapd_extraction_xml_reference.md @@ -489,7 +489,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> ``` @@ -497,7 +497,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 }, |
