diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-06-06 03:27:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 21:27:18 -0400 |
| commit | 3435ebe2165e77d65ad2fd093ca2f1c96ef75f5d (patch) | |
| tree | 956c6fc9e95241fa3d013c6b0cce2ce6fd1e9314 /assets/xml/objects/object_ta.xml | |
| parent | a750282d2d48d8dff589cdfca17ccdd0389419c6 (diff) | |
Add Vtx[] resources in xmls for (partially) documented assets 6 (#2588)
Diffstat (limited to 'assets/xml/objects/object_ta.xml')
| -rw-r--r-- | assets/xml/objects/object_ta.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/assets/xml/objects/object_ta.xml b/assets/xml/objects/object_ta.xml index 4f339fc95..bac3ed437 100644 --- a/assets/xml/objects/object_ta.xml +++ b/assets/xml/objects/object_ta.xml @@ -25,6 +25,53 @@ <Animation Name="gTalonSleepAnim" Offset="0xCD50"/> <Animation Name="gTalonRunTransitionAnim" Offset="0xCF28"/> <Animation Name="gTalonWakeUpAnim" Offset="0xE3D8"/> + + <Array Name="gTalonLeftHandVtx" Count="74" Offset="0x1CB0"> + <Vtx/> + </Array> + <Array Name="gTalonLeftArmVtx" Count="33" Offset="0x2150"> + <Vtx/> + </Array> + <Array Name="gTalonLeftShoulderVtx" Count="30" Offset="0x2360"> + <Vtx/> + </Array> + <Array Name="gTalonRightHandVtx" Count="74" Offset="0x2540"> + <Vtx/> + </Array> + <Array Name="gTalonRightArmVtx" Count="33" Offset="0x29E0"> + <Vtx/> + </Array> + <Array Name="gTalonRightShoulderVtx" Count="30" Offset="0x2BF0"> + <Vtx/> + </Array> + <Array Name="gTalonChestVtx" Count="93" Offset="0x2DD0"> + <Vtx/> + </Array> + <Array Name="gTalonLeftLegVtx" Count="39" Offset="0x33A0"> + <Vtx/> + </Array> + <Array Name="gTalonLeftThighVtx" Count="38" Offset="0x3610"> + <Vtx/> + </Array> + <Array Name="gTalonRightLegVtx" Count="39" Offset="0x3870"> + <Vtx/> + </Array> + <Array Name="gTalonRightThighVtx" Count="38" Offset="0x3AE0"> + <Vtx/> + </Array> + <Array Name="gTalonTorsoVtx" Count="35" Offset="0x3D40"> + <Vtx/> + </Array> + <Array Name="gTalonHeadVtx" Count="225" Offset="0x8380"> + <Vtx/> + </Array> + <Array Name="gTalonRightFootVtx" Count="42" Offset="0x9190"> + <Vtx/> + </Array> + <Array Name="gTalonLeftFootVtx" Count="42" Offset="0x9430"> + <Vtx/> + </Array> + <DList Name="gTalonTorsoDL" Offset="0x3F70"/> <DList Name="gTalonChestDL" Offset="0x4288"/> <DList Name="gTalonRightShoulderDL" Offset="0x4918"/> |
