mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
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:
parent
e2e0a070ea
commit
e76890a796
88 changed files with 5442 additions and 5572 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue