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_spot15_obj.xml | |
| parent | da40e39c97a7d1ff05dd6c03a540edab4be996f7 (diff) | |
Add Vtx[] resources in xmls for (partially) documented assets 8 (#2606)
Diffstat (limited to 'assets/xml/objects/object_spot15_obj.xml')
| -rw-r--r-- | assets/xml/objects/object_spot15_obj.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/xml/objects/object_spot15_obj.xml b/assets/xml/objects/object_spot15_obj.xml index e1544bebd..fe82dae7c 100644 --- a/assets/xml/objects/object_spot15_obj.xml +++ b/assets/xml/objects/object_spot15_obj.xml @@ -1,11 +1,17 @@ <Root> <File Name="object_spot15_obj" Segment="6"> <!-- Lon Lon Milk Crate --> + <Array Name="gLonLonMilkCrateVtx" Count="24" Offset="0x0"> + <Vtx/> + </Array> <DList Name="gLonLonMilkCrateDL" Offset="0x180"/> <Texture Name="gLonLonMilkCrateTex" Format="rgba16" Width="32" Height="64" Offset="0xD00"/> <Collision Name="gLonLonMilkCrateCol" Offset="0x348"/> <!-- Lon Lon Corral Fence --> + <Array Name="gLonLonCorralFenceVtx" Count="4" Offset="0x380"> + <Vtx/> + </Array> <DList Name="gLonLonCorralFenceDL" Offset="0x3C0"/> <Texture Name="gLonLonCorralFenceTex" Format="i4" Width="32" Height="128" Offset="0x500"/> <Collision Name="gLonLonCorralFenceCol" Offset="0x4D0"/> |
