mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
255c4599bf
* decomped init, draw * started slime * finished func decomp en_slime * object_slime and en_slime updates * updated a few names * finished up some naming * en_slime and object_slime OK and documented * slime xml cleanup * Code cleanup round 1 * Cleanup 1 - missed a note * Fixed improper use of bgcheck flags * Some cleanup * Namefix, name cleanup * Function name cleanup, misc cleanup * More name cleanup (pre-merge) * Update color filter flag constants * Tidying --------- Co-authored-by: Blythe Hospelhorn <35576053+bhospelhorn@users.noreply.github.com>
18 lines
1.3 KiB
XML
18 lines
1.3 KiB
XML
<Root>
|
|
<!-- Object file for Chuchus -->
|
|
<File Name="object_slime" Segment="6">
|
|
<DList Name="gChuchuBodyDL" Offset="0x4C0" />
|
|
<DList Name="gChuchuEyesDL" Offset="0x650" />
|
|
<TextureAnimation Name="gChuchuSlimeFlowTexAnim" Offset="0x828" />
|
|
<DList Name="gChuchuPuddleDL" Offset="0xA10" />
|
|
<DList Name="gChuchuEmptyDL" Offset="0xB68" />
|
|
<Texture Name="gChuchuMouthTex" OutName="chuchu_mouth" Format="rgba16" Width="16" Height="16" Offset="0xB70" />
|
|
<Texture Name="gChuchuEyeSocketTex" OutName="chuchu_eye_socket" Format="rgba16" Width="16" Height="16" Offset="0xD70" />
|
|
<Texture Name="gChuchuEyeOpenTex" OutName="chuchu_eye_open" Format="rgba16" Width="16" Height="8" Offset="0xF70" />
|
|
<Texture Name="gChuchuEyeHalfTex" OutName="chuchu_eye_half" Format="rgba16" Width="16" Height="8" Offset="0x1070" />
|
|
<Texture Name="gChuchuEyeClosedTex" OutName="chuchu_eye_closed" Format="rgba16" Width="16" Height="8" Offset="0x1170" />
|
|
<Texture Name="gChuchuSlimeFlowTex" OutName="chuchu_slime_flow" Format="i4" Width="32" Height="32" Offset="0x1270" />
|
|
<Texture Name="gChuchuSlimeBaseTex" OutName="chuchu_slime_base" Format="i4" Width="64" Height="64" Offset="0x1470" />
|
|
</File>
|
|
</Root>
|