mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
EnNy OK (#624)
* get data in * Match Init and one other * match some more * match a bunch more * merge master * OK * Some naming done * OBJECT_NY almost done. waiting on ZAP changes * Remove ASM * Cleanup * Commit before merge * fix damage table * Change comment
This commit is contained in:
parent
a25ae3a584
commit
45a21b0ac7
32 changed files with 576 additions and 1814 deletions
10
assets/xml/objects/object_ny.xml
Normal file
10
assets/xml/objects/object_ny.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<Root>
|
||||
<File Name="object_ny" Segment="6">
|
||||
<Texture Name="gEnNyRockBodyTex" OutName="rock_body" Format="rgb5a1" Width="16" Height="16" Offset="0x0000"/>
|
||||
<Texture Name="gEnNySpikeTex" OutName="spike" Format="rgb5a1" Width="32" Height="32" Offset="0x0200"/>
|
||||
<Texture Name="gEnNyMetalBodyTex" OutName="metal_body" Format="rgb5a1" Width="32" Height="32" Offset="0x0A00"/>
|
||||
<DList Name="gEnNyRockBodyDlist" Offset="0x1DD0"/>
|
||||
<DList Name="gEnNyMetalBodyDlist" Offset="0x1EA8"/>
|
||||
<DList Name="gEnNySpikeDlist" Offset="0x1FC8"/>
|
||||
</File>
|
||||
</Root>
|
Loading…
Add table
Add a link
Reference in a new issue