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

Object_RU1, Object_MA1, and warp pad objects Decompiled (#828)

* Ruto limbs

* RutoLimb enum

* the enum doesn't go in en_door

* Limb DLists

* Name almost all textures and clean up EnRu1.c

* remove padding

* Name all but 1 animation and remove undefined syms

* Object MA limbs OK

* (MA1)Most textures

* Small renames in EnMa1.c

* Object MA1 OK

* add base object for Mjin

* Mjin OK

* Update object_ma1.xml

* PR fixes (Fig)

* PR fixes

* Missed one

* Update assets/xml/objects/object_ru1.xml

Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>

Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
louist103 2021-05-30 13:10:17 -04:00 committed by GitHub
parent f6470eaa08
commit 9de0b13141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 411 additions and 419 deletions

View file

@ -1,8 +1,8 @@
<Root>
<File Name="object_mjin" Segment="6">
<DList Name="object_mjin_DL_000330" Offset="0x330"/>
<Blob Name="object_mjin_Blob_0004F8" Size="0x198" Offset="0x4F8"/>
<Texture Name="object_mjin_Tex_000690" OutName="tex_00000690" Format="rgb5a1" Width="64" Height="16" Offset="0x690"/>
<Texture Name="object_mjin_Tex_000E90" OutName="tex_00000E90" Format="i8" Width="32" Height="32" Offset="0xE90"/>
<DList Name="gWarpPadBaseDL" Offset="0x330"/>
<Collision Name="gWarpPadCol" Offset="0x658"/>
<Texture Name="gWarpPadSideTex" OutName="side" Format="rgb5a1" Width="64" Height="16" Offset="0x690"/>
<Texture Name="gWarpPadTopTex" OutName="top" Format="i8" Width="32" Height="32" Offset="0xE90"/>
</File>
</Root>