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

assets xmls fixes (#2476)

This commit is contained in:
Dragorn421 2025-02-17 00:10:26 +01:00 committed by GitHub
parent 652478c338
commit ec30dcbe4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 15 additions and 16 deletions

View file

@ -7,6 +7,6 @@
<Collision Name="gCraterBombableWallCol" Offset="0xA38"/>
<DList Name="gCraterSmokeConeDL" Offset="0xB40"/>
<Texture Name="gCraterSmokeConeTex" OutName="crater_smoke_cone" Format="ia8" Width="32" Height="32" Offset="0xC30"/>
<Texture Name="gCraterBombableWallCracksTex" OutName="crater_bombable_wall_cracks" Format="ia8" Width="32" Height="64" Offset="0x1030"/>
<Texture Name="gCraterBombableWallCracksTex" OutName="crater_bombable_wall_cracks" Format="i4" Width="64" Height="64" Offset="0x1030"/>
</File>
</Root>