mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
39523baf8c
* Add original asset names to all `object_i*` and `object_j*` files * Remove MM3D name from `object_ishi`; asset names that start with `zelda2_` almost certainly come from Grezzo.
8 lines
417 B
XML
8 lines
417 B
XML
<Root>
|
|
<File Name="object_icefloe" Segment="6">
|
|
<DList Name="gIcefloeIcePlatformDL" Offset="0x1E0" /> <!-- Original name is "w_ice_model" -->
|
|
<Texture Name="gIcefloePlatformTex" OutName="icefloe_iceplatform" Format="rgba16" Width="32" Height="32" Offset="0x2C8" />
|
|
<Collision Name="gIcefloePlatformCol" Offset="0xC90" /> <!-- Original name is "w_ice_bgdatainfo" -->
|
|
</File>
|
|
</Root>
|