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

Make a XML for ganon_mant (#961)

* Make a XML for ganon_mant

* cleanup

* Apply suggestions from code review

Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>

* sForceAlignment

Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
This commit is contained in:
Anghelo Carvajal 2021-09-18 13:54:45 -03:00 committed by GitHub
parent b3814ddc1b
commit 7f19430dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 719 deletions

View file

@ -0,0 +1,22 @@
<Root>
<File Name="ovl_En_Ganon_Mant" BaseAddress="0x80A23D60" RangeStart="0x1218" RangeEnd="0x4118" Segment="128">
<Texture Name="gMantTex" OutName="mant" Format="rgba16" Width="32" Height="64" Offset="0x1218"/>
<Texture Name="gMantUnusedTex" OutName="mant_unused" Format="rgba16" Width="32" Height="32" Offset="0x2218"/>
<Array Name="gMant1Vtx" Count="144" Offset="0x2A18">
<Vtx/>
</Array>
<DList Name="gMantTexDL" Offset="0x3318"/>
<!-- ! @bug gMantUnusedTex is 32x32 not 32x64, however this dlist is unused -->
<DList Name="gMantUnusedTexDL" Offset="0x3370"/>
<DList Name="gMantDL" Offset="0x33C8"/>
<Array Name="gMant2Vtx" Count="144" Offset="0x3818">
<Vtx/>
</Array>
</File>
</Root>