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:
parent
aa00eb2c4d
commit
db2c08a51f
16 changed files with 480 additions and 2 deletions
|
@ -14,5 +14,16 @@
|
|||
<Collision Name="gBowlingFirstAndFinalRoundCol" Offset="0xCB8"/>
|
||||
<Collision Name="gBowlingSecondRoundCol" Offset="0x1B00"/>
|
||||
<Collision Name="gBowlingDefaultCol" Offset="0x1C40"/>
|
||||
|
||||
<!-- Vertices -->
|
||||
<Array Name="gBowlingRound1WallVtx" Count="97" Offset="0x0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gBowlingRound2WallVtx" Count="106" Offset="0xCF0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="object_bowl_Vtx_001B30" Count="5" Offset="0x1B30">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
</File>
|
||||
</Root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue