1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 15:30:14 +00:00
* 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:
louist103 2021-01-31 15:32:55 -05:00 committed by GitHub
parent a25ae3a584
commit 45a21b0ac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 576 additions and 1814 deletions

View 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>