mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-08 13:26:14 -04:00
Add original asset names to all object_p* and object_r* files (#1519)
* Add original asset names to all `object_p*` and `object_r*` files * Respond to review
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Root>
|
||||
<!-- Object for Secret Shrine Sliding Door -->
|
||||
<File Name="object_random_obj" Segment="6">
|
||||
<DList Name="gSecretShrineSlidingDoorDL" Offset="0x190" />
|
||||
<DList Name="gSecretShrineSlidingDoorDL" Offset="0x190" /> <!-- Original name is "m2_RN_shutter_model" -->
|
||||
<Texture Name="gSecretShrineSlidingDoorTex" OutName="secret_shrine_sliding_door" Format="rgba16" Width="32" Height="64" Offset="0x2F0" />
|
||||
</File>
|
||||
</Root>
|
||||
|
||||
Reference in New Issue
Block a user