1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 15:30:14 +00:00

Add Vtx[] resources in xmls for (partially) documented assets 3 (#2566)

* Add Vtx[] resources in xmls for (partially) documented assets 3

* revert bombf
This commit is contained in:
Dragorn421 2025-06-04 04:59:59 +02:00 committed by GitHub
parent aa00eb2c4d
commit db2c08a51f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 480 additions and 2 deletions

View file

@ -57,5 +57,52 @@
<Collision Name="gJabuLoweringPlatformCol" Offset="0x5580"/>
<Collision Name="gJabuFloorSwitchCol" Offset="0x5CF8"/>
<Collision Name="gJabuBigOctoPlatformCol" Offset="0x8CE0"/>
<!-- Vertices -->
<Array Name="gJabuDoorSection1Vtx" Count="5" Offset="0x540">
<Vtx/>
</Array>
<Array Name="gJabuDoorSection2Vtx" Count="5" Offset="0xBA0">
<Vtx/>
</Array>
<Array Name="gJabuDoorSection3Vtx" Count="5" Offset="0x1200">
<Vtx/>
</Array>
<Array Name="gJabuDoorSection4Vtx" Count="5" Offset="0x1860">
<Vtx/>
</Array>
<Array Name="gJabuDoorSection5Vtx" Count="5" Offset="0x1EC0">
<Vtx/>
</Array>
<Array Name="gJabuDoorSection6Vtx" Count="5" Offset="0x2520">
<Vtx/>
</Array>
<Array Name="gJabuDoorSection7Vtx" Count="5" Offset="0x2B80">
<Vtx/>
</Array>
<Array Name="gJabuDoorSection8Vtx" Count="5" Offset="0x31E0">
<Vtx/>
</Array>
<Array Name="gJabuWaterVtx" Count="5" Offset="0x3898">
<Vtx/>
</Array>
<Array Name="gJabuElevatorPlatformVtx" Count="67" Offset="0x47B8">
<Vtx/>
</Array>
<Array Name="gJabuFallingPlatformVtx" Count="24" Offset="0x5080">
<Vtx/>
</Array>
<Array Name="gJabuBlueFloorSwitchVtx" Count="71" Offset="0x55B0">
<Vtx/>
</Array>
<Array Name="gJabuYellowFloorSwitchVtx" Count="71" Offset="0x5D30">
<Vtx/>
</Array>
<Array Name="gJabuWebDoorVtx" Count="16" Offset="0x6360">
<Vtx/>
</Array>
<Array Name="gJabuObjectsLargeRotatingSpikePlatformVtx" Count="173" Offset="0x7B48">
<Vtx/>
</Array>
</File>
</Root>