diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-06-07 17:10:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 17:10:36 +0200 |
| commit | 37a89e340f54ad852fa7940488eaaf20bc45d5b4 (patch) | |
| tree | 5b795f2f3c38021d814f10211490536562d55757 /assets/xml/objects/object_spot01_objects.xml | |
| parent | da40e39c97a7d1ff05dd6c03a540edab4be996f7 (diff) | |
Add Vtx[] resources in xmls for (partially) documented assets 8 (#2606)
Diffstat (limited to 'assets/xml/objects/object_spot01_objects.xml')
| -rw-r--r-- | assets/xml/objects/object_spot01_objects.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/xml/objects/object_spot01_objects.xml b/assets/xml/objects/object_spot01_objects.xml index c976129d2..3ee06792f 100644 --- a/assets/xml/objects/object_spot01_objects.xml +++ b/assets/xml/objects/object_spot01_objects.xml @@ -1,14 +1,23 @@ <Root> <File Name="object_spot01_objects" Segment="6"> <!-- Kakariko Windmill Sails--> + <Array Name="gKakarikoWindmillSailsVtx" Count="16" Offset="0x0"> + <Vtx/> + </Array> <DList Name="gKakarikoWindmillSailsDL" Offset="0x0100"/> <Texture Name="gKakarikoWindmillSailsTex" Format="rgba16" Width="32" Height="64" Offset="0x1090"/> <!-- Kakariko Well Arch --> + <Array Name="gKakarikoWellArchVtx" Count="39" Offset="0x1B0"> + <Vtx/> + </Array> <DList Name="gKakarikoWellArchDL" Offset="0x0420"/> <Texture Name="gKakarikoWellArchTex" Format="rgba16" Width="32" Height="16" Offset="0x2090"/> <!-- Kakariko Well Water --> + <Array Name="gKakarikoWellWaterVtx" Count="4" Offset="0x790"> + <Vtx/> + </Array> <DList Name="gKakarikoWellWaterDL" Offset="0x07D0"/> <Texture Name="gKakarikoWellWaterTex" Format="rgba16" Width="32" Height="32" Offset="0x0890"/> <Collision Name="gKakarikoWellArchCol" Offset="0x075C"/> |
