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_spot04_objects.xml | |
| parent | a750282d2d48d8dff589cdfca17ccdd0389419c6 (diff) | |
Add Vtx[] resources in xmls for (partially) documented assets 6 (#2588)
Diffstat (limited to 'assets/xml/objects/object_spot04_objects.xml')
| -rw-r--r-- | assets/xml/objects/object_spot04_objects.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/xml/objects/object_spot04_objects.xml b/assets/xml/objects/object_spot04_objects.xml index 66293d752..ec0a71215 100644 --- a/assets/xml/objects/object_spot04_objects.xml +++ b/assets/xml/objects/object_spot04_objects.xml @@ -4,6 +4,9 @@ <Texture Name="gDekuTreeMouthTex_0400" OutName="tex_0400" Format="rgba16" Width="32" Height="16" Offset="0x0400"/> <Texture Name="gDekuTreeUnusedMouthTex_0EC0" OutName="tex_0EC0" Format="rgba16" Width="32" Height="16" Offset="0x0EC0"/> <Texture Name="gDekuTreeUnusedMouthTex_12C0" OutName="tex_12C0" Format="rgba16" Width="32" Height="16" Offset="0x12C0"/> + <Array Name="gDekuTreeMouthVtx" Count="29" Offset="0x800"> + <Vtx/> + </Array> <DList Name="gDekuTreeMouthDL" Offset="0x09D0"/> <Collision Name="gDekuTreeMouthCol" Offset="0x0E94"/> </File> |
