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
This commit is contained in:
louist103 2022-09-18 23:29:24 -04:00 committed by GitHub
commit e76890a796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
88 changed files with 5442 additions and 5572 deletions

View file

@ -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 },